summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/copybit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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