index
:
hardware_ti_omap4.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hwc
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwc: Prevent precision loss in rotation transform
Mykola Ostrovskyy
2012-11-28
1
-1
/
+1
*
hwc: Support odd-sized dockable layers
Mykola Ostrovskyy
2012-11-28
1
-2
/
+2
*
hwc: Use single instance of counts
Mykola Ostrovskyy
2012-11-28
1
-18
/
+24
*
hwc: Reorganize includes and defines
Mykola Ostrovskyy
2012-11-28
1
-20
/
+15
*
hwc: Improve consistency of referenced types
Mykola Ostrovskyy
2012-11-28
1
-212
/
+197
*
hwc: Do not swap red and blue channels if we can blit all
Gustavo Diaz Prado
2012-11-28
1
-0
/
+2
*
hwc: Fix debug.hwc.nv12_only
Tony Lofthouse
2012-11-28
1
-1
/
+3
*
hwc: rgz: Optimize batchflags
Gustavo Diaz Prado
2012-11-28
1
-8
/
+61
*
hwc: Compose with the blitter on hwc idle timeout when possible
Gustavo Diaz Prado
2012-11-28
1
-2
/
+1
*
hwc: Avoid blits when cloning to TV
Gustavo Diaz Prado
2012-11-28
2
-10
/
+1
*
hwc: Allow regionizer to process geometry changes
Gustavo Diaz Prado
2012-11-28
1
-7
/
+9
*
hwc: rgz: Fix hang in sorting algorithm
Gustavo Diaz Prado
2012-11-28
1
-20
/
+10
*
hwc: rgz: Handle geometry changes efficiently
Gustavo Diaz Prado
2012-11-28
3
-86
/
+316
*
hwc: rgz: Store a copy of the hwc layer data instead of pointer
Gustavo Diaz Prado
2012-11-28
2
-24
/
+30
*
hwc: rgz: Introduce concept of framebuffer state
Gustavo Diaz Prado
2012-11-28
2
-34
/
+48
*
hwc: rgz: Rotate destination instead if the source is NV12
Gustavo Diaz Prado
2012-11-28
1
-0
/
+18
*
hwc: rgz: Allow destination rotation
Gustavo Diaz Prado
2012-11-28
1
-95
/
+235
*
hwc: rgz: Fix using an invalid array index when there are no blits
Gustavo Diaz Prado
2012-11-28
1
-3
/
+5
*
hwc: Fix for losing first blit buffer handle
Gustavo Diaz Prado
2012-11-28
1
-1
/
+1
*
hwc: rgz: Fix incorrect src rectangle calculation for scaled layers
Gustavo Diaz Prado
2012-11-28
1
-1
/
+4
*
hwc: rgz: Allow scaling and rotation on the same blit
Gustavo Diaz Prado
2012-11-28
1
-4
/
+0
*
hwc: rgz: Introduce scaling support
Gustavo Diaz Prado
2012-11-28
1
-19
/
+96
*
hwc: rgz: Refactor how the blit parameters are set
Gustavo Diaz Prado
2012-11-28
1
-327
/
+206
*
hwc: Check for >1 overlay used in idle timeout
Tony Lofthouse
2012-11-28
1
-5
/
+1
*
hwc: Fix incorrect tiler memory available check
Gustavo Diaz Prado
2012-11-28
1
-1
/
+1
*
hwc: Stop queuing compositions to disabled default display
Dandawate Saket
2012-11-28
1
-0
/
+8
*
hwc: rgz: Workaround, do not blit if there is a video layer
Gustavo Diaz Prado
2012-11-28
1
-0
/
+9
*
hwc: HACK: wuxga panels will generate unscalable layers
Tony Lofthouse
2012-11-28
1
-0
/
+4
*
hwc: Add a bits per pixel function for RGB color space
Tony Lofthouse
2012-11-28
1
-0
/
+15
*
hwc: Add a handle to the can_scale function for future use
Tony Lofthouse
2012-11-28
1
-4
/
+4
*
hwc: add S3D support
Jagadeesh Pakaravoor
2012-11-28
2
-3
/
+264
*
Fix electron beam crash
Jon Pry
2012-11-28
1
-1
/
+1
*
hwc: rgz: Remove workaround, Avoid parsing region data if it's not needed
Gustavo Diaz Prado
2012-11-28
1
-14
/
+17
*
hwc: rgz: Fix invalid dirty region state when HDMI is connected
Gustavo Diaz Prado
2012-11-28
1
-21
/
+32
*
hwc: added support for ext display back buffer allocation
Sunita Nadampalli
2012-11-28
2
-3
/
+90
*
hwc: use VSYNC event from HDMI
Muralidhar Dixit
2012-11-28
1
-6
/
+0
*
hwc: rgz: Fix for pixel wide regions returning no ops
Tony Lofthouse
2012-11-28
1
-2
/
+3
*
hwc: publicly define omap specific usage flags
Tony Lofthouse
2012-11-28
1
-0
/
+11
*
hwc: rgz: Fix dirty region not working when blitting only one layer
Tony Lofthouse
2012-11-28
2
-31
/
+41
*
hwc: rgz: Workaround for hdmi hotplug crash with 2D blitter enabled
Gustavo Diaz Prado
2012-11-28
1
-0
/
+14
*
hwc: rgz: Disable NV12 rotation support for the regionizer
Gustavo Diaz Prado
2012-11-28
1
-1
/
+1
*
hwc: regionizer: Give support for rotation with Bltsville
Gustavo Diaz Prado
2012-11-28
1
-71
/
+141
*
hwc: regionizer: Add asynchronous blits support
Gustavo Diaz Prado
2012-11-28
1
-0
/
+18
*
hwc: regionizer: Batch flags fixes
Gustavo Diaz Prado
2012-11-28
1
-3
/
+2
*
hwc: rgz: support layers with the HWC_HINT_CLEAR_FB hint
Gustavo Diaz Prado
2012-11-28
1
-7
/
+59
*
hwc: Add support for FB scaling and cloning
Dandawate Saket
2012-11-28
1
-15
/
+94
*
hwc: Support HDMI as primary display
Mykola Ostrovskyy
2012-11-28
1
-11
/
+46
*
hwc: fix and simplify the idle timeout logic
Dima Svetlov
2012-11-28
1
-6
/
+1
*
hwc: pass nv12 surfaces to gc320
Craig Stout
2012-11-28
1
-1
/
+4
*
hwc: Remove comment about HWC being under dev
Dan Murphy
2012-11-28
1
-1
/
+0
[next]