Sushil Chauhan
497282b936
Bug 953303 - HwcComposer2D should honor HWC_HINT_CLEAR_FB set by hwcomposer. r=ncameron
2014-01-17 11:09:01 -08:00
Sushil Chauhan
2fbd17fcc5
Bug 959719 - Add support for HWC_BLIT composition in HwcComposer2D. r=dwilson
2014-01-16 09:47:35 -08:00
David Zbarsky
3e6531d3e8
Bug 952977: Switch GL world transform to gfx::Matrix r=nical
2014-01-16 02:22:19 -05:00
Sushil Chauhan
c1b9094654
Bug 953215 - Optimize per pixel alpha blending in H/W Composition. r=dwilson
2014-01-08 16:41:25 -08:00
Sushil Chauhan
3409dd3710
Bug 947805 - If hwcomposer is already prepared, reset with null hwc set. r=dwilson
2013-12-11 12:37:25 -08:00
Sushil Chauhan
c0c50ce731
Bug 940851 - Initialize acquire & release-fence fds of HWC_BACKGROUND layer. r=dwilson
2013-12-02 16:58:39 -08:00
Sushil Chauhan
de7dd419b8
Bug 944207 - Reset the number of HWC layers on failures before HWC prepare. r=dwilson
2013-11-29 11:39:39 -08:00
Sushil Chauhan
32a4aedb46
Bug 944069 - Remove unnecessary wait during GPU Composition. r=dwilson
2013-11-27 17:38:42 -08:00
Sushil Chauhan
ee28fb74fe
Bug 920654 - Enable plane alpha support for HWC layers in newer H/W Composer. r=mwu, r=dwilson
2013-10-15 15:37:13 -07:00
Sushil Chauhan
8df8a608bb
Bug 915729 - Add mixed HWC and GPU Composition. r=ncameron, r=dwilson
2013-10-15 14:01:42 -07:00
Sushil Chauhan
901afbe792
Bug 919676 - Fix multiple hwc prepare calls with different layer lists. r=mwu, r=dwilson
2013-10-08 08:29:35 -07:00
Ryan VanderMeulen
7965279d18
Backed out changeset e02e1b107db7 (bug 919676) for causing bug 924129.
2013-10-08 09:39:07 -04:00
Sushil Chauhan
dd40fe57b6
Bug 919676 - Fix multiple hwc prepare calls with different layer lists. r=mwu, r=dwilson
2013-10-04 11:01:22 -07:00
Diego Wilson
c3fc11ec3f
Bug 901978 - Query HWC to check for "R/B swap" and Color layer support. r=ncameron
2013-09-27 13:37:19 -07:00
Peter Chang
63e33f8de5
Bug 915077 - Change the debug log level of HWC, r=nrc
2013-09-18 10:10:35 +08:00
Diego Wilson
090e7adacb
Bug 911391 - Add Jellybean support to HwcComposer2D. r=mwu
2013-09-11 15:10:33 +02:00
Diego Wilson
2664d2c84d
Bug 896765 - Move the common utilities from HwcComposer2D to HwcUtils. r=ncameron
2013-08-29 08:17:59 -07:00
Diego Wilson
a007bee68e
Bug 903562 - Honor horizontal and vertical reflection. r=ncameron, r=vliu
2013-08-14 12:26:44 -07:00
Peter Chang
9e0bfb6aa6
Bug 881170 - [Camera] Preview position changes for ontouch event and autofocussing. r=nrc, r=diego
2013-06-28 10:22:37 +08:00
Peter Chang
e251e1288e
Bug 881460 - Drawing color of CrystallSkull is not correct in master. r=vlad, r=nrc
2013-06-11 18:14:33 +08:00
Nicholas Cameron
e856edd560
Bug 862952, Re-enable Composer2D after layers refactoring. r=bjacob,f=diego
...
--HG--
extra : rebase_source : eb394b6a7157b399d2e67baf695e9684835bbfcf
2013-06-06 10:14:51 +12:00
Michael Wu
dd29609b36
Bug 870198 - Support basic display functions on gonk-JB, r=vlad
2013-05-07 23:58:22 -04:00
Diego Wilson
061cccc21f
Bug 832383 - Get surface dimensions from SurfaceDecriptorGralloc. r=bjacob
...
The dimensions in the android::GraphicBuffer are not always correct.
2013-04-29 17:21:16 -07:00
Diego Wilson
0f17607b7b
Bug 832383 - Don't render semitransparent color layers in HwcComposer2D. r=mwu
...
The hardware composer does not support them.
Also don't skip rendering fully transparent layers. The GPU compositor
does not seem to ignore them completely.
2013-04-29 17:20:51 -07:00
Diego Wilson
2436e29462
Bug 832383 - Ensure color fill rect stays inside screen bounds. r=mwu
2013-04-29 16:51:51 -07:00
Diego Wilson
b7d2110abf
Bug 832383 - Add support for complex visible regions to HwcComposer2D. r=mwu
2013-04-29 17:21:54 -07:00
Nicolas Silva
391cf268bb
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
...
--HG--
rename : gfx/layers/ipc/ShadowLayersChild.cpp => gfx/layers/ipc/LayerTransactionChild.cpp
rename : gfx/layers/ipc/ShadowLayersChild.h => gfx/layers/ipc/LayerTransactionChild.h
rename : gfx/layers/ipc/ShadowLayersParent.cpp => gfx/layers/ipc/LayerTransactionParent.cpp
rename : gfx/layers/ipc/ShadowLayersParent.h => gfx/layers/ipc/LayerTransactionParent.h
rename : gfx/layers/ipc/PLayers.ipdl => gfx/layers/ipc/PLayerTransaction.ipdl
2013-04-24 14:42:40 -04:00
Chris Jones
33f5d7a397
Bug 834639: Use PREMULT blending for hwc layers. r=dwilson
2013-02-12 10:47:07 -08:00
Diego Wilson
a8f88993bf
Bug 834819 - Make HwcComposer2D honors world transform. r=cjones
2013-01-29 20:21:04 -05:00
Diego Wilson
1ebf9fe0e9
Bug 810334: Honor layer clip rects in HwcComposer2D. r=vlad a=cjones
2013-01-17 13:34:01 -08:00
Diego Wilson
105835da4b
Bug 810501: Get buffer offset from ThebesLayer when composing with hwc. r=cjones a=blocking-basecamp
2013-01-10 11:51:43 +01:00
Diego Wilson
ac06b64689
Bug 808339: HWC fallback on multirect layer. r=cjones a=blocking-basecamp
2013-01-09 18:18:13 +01:00
Diego Wilson
6eaf476191
Bug 810361: Handle ColorLayers with HwcComposer2D. r=cjones a=blocking-basecamp
2013-01-09 13:56:37 +01:00
Ehsan Akhgari
fb00d8ba4e
Bug 579517 follow-up: Remove NSPR types that crept in
2013-01-07 18:21:50 -05:00
Diego Wilson
5cfab33079
Bug 804852: Implement Composer2D for hwc. r=cjones
2012-11-19 09:58:37 -08:00