summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/copybit.cpp
Commit message (Expand)AuthorAgeFilesLines
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-14/+1
* fix [2069023] STOPSHIP: disable DEBUG_COPYBITMathias Agopian2009-11-301-1/+1
* fix [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-11-091-4/+23
* fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-021-7/+18
* libagl: silence a LOGDIliyan Malchev2009-10-301-1/+2
* return proper error code from eglCreateImageKHRMathias Agopian2009-10-291-0/+14
* fix [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-10-281-11/+68
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-17/+83
* one step towards fixing [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-10-161-41/+44
* add support for RGBX_8888Mathias Agopian2009-08-071-0/+2
* remove libagl's dependency on gralloc_priv.hMathias Agopian2009-07-151-0/+3
* fix a bug where gl didn't always fallback to software when copybit failed. mi...Mathias Agopian2009-06-291-13/+17
* copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-6/+1
* fix a bug where copybit would be rejected in landscape modeMathias Agopian2009-06-231-15/+30
* we were not fetching the texture coords in the copybit case, so we were using...Mathias Agopian2009-06-181-1/+15
* fix/add some commentsMathias Agopian2009-06-171-4/+12
* s/w OpenGL no detects and handles all any combinations of triangle fans corre...Mathias Agopian2009-06-171-71/+116
* fix a scissor bug in the GLES-on-top-of copybit codeMathias Agopian2009-06-161-17/+14
* fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-101-10/+17
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-0/+370