summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove copybit hack from software opengl (libagl)Mathias Agopian2010-07-291-26/+1
* merge from open-source masterThe Android Open Source Project2010-05-121-1/+1
|\
| * Fix glReadPixels() to verify that both x and y are non-negative.Mike Playle2010-01-291-1/+1
| * eclair snapshotJean-Baptiste Queru2009-11-131-61/+240
| * donut snapshotJean-Baptiste Queru2009-07-211-1/+8
* | Fix glCopyTexSubImage2D inverted texture bug.Jack Palevich2010-03-121-1/+1
* | Proper EGLImageKHR error handlingMathias Agopian2010-02-041-0/+27
* | Fix ETC1 texture decoding.Jack Palevich2010-02-021-1/+1
* | implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-021-5/+31
* | fix [2397853] glCopyTexImage2D crashes emulatorMathias Agopian2010-02-011-1/+23
* | fix [2341222] AGL version of glDrawTexxOES doesn't handle "Z" value correctlyMathias Agopian2010-01-251-4/+4
* | fix [2151588] glTexSubImage2D() allows pixel format conversionMathias Agopian2009-10-191-0/+5
* | AGL's glCompressedTexImage2D now checks the imageSize parameter.Jack Palevich2009-09-101-5/+55
* | remove libagl's dependency on gralloc_priv.hMathias Agopian2009-07-151-13/+1
* | merge master in master_glMathias Agopian2009-06-241-1/+8
|\ \
| * | add glTexParameteri() and fix glTexParameteriv()Mathias Agopian2009-06-221-1/+8
| |/
* | fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-101-6/+4
* | move android_native_buffer_t declaration into its own private/ui/android_nati...Mathias Agopian2009-05-051-1/+1
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-051-1/+1
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-051-13/+8
* | removed the "bits" attribute from android_native_buffer_t.Mathias Agopian2009-05-051-2/+3
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-16/+72
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-61/+147
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1421
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1421/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+5
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1423