summaryrefslogtreecommitdiff
path: root/opengl/libagl/texture.cpp
AgeCommit message (Expand)Author
2019-08-22Nuke libagl and setEmulatorGlesValue Chris Forbes
2018-10-19Fix implicit-fallthrough warnings. Chih-Hung Hsieh
2017-10-26Use -Werror in frameworks/native/opengl/libagl Chih-Hung Hsieh
2016-01-11libagl: Switch from gralloc to GraphicBufferMapper Dan Stoza
2014-03-12native frameworks: 64-bit compile issues Mark Salyzyn
2012-02-24remove dependency on android_native{s_priv|buffer}.h Mathias Agopian
2011-08-18implement EGL_TEXTURE_EXTERNAL_OES in libagl Mathias Agopian
2011-05-03frameworks/base: android_native_buffer_t -> ANativeWindowBuffer Iliyan Malchev
2010-07-29remove copybit hack from software opengl (libagl) Mathias Agopian
2010-05-12merge from open-source master The Android Open Source Project
2010-03-12Fix glCopyTexSubImage2D inverted texture bug. Jack Palevich
2010-02-04Proper EGLImageKHR error handling Mathias Agopian
2010-02-02Fix ETC1 texture decoding. Jack Palevich
2010-02-02implement [2396050] Add ETC1 texture support to AGL Mathias Agopian
2010-02-01fix [2397853] glCopyTexImage2D crashes emulator Mathias Agopian
2010-01-29Fix glReadPixels() to verify that both x and y are non-negative. Mike Playle
2010-01-25fix [2341222] AGL version of glDrawTexxOES doesn't handle "Z" value correctly Mathias Agopian
2009-11-13eclair snapshot Jean-Baptiste Queru
2009-10-19fix [2151588] glTexSubImage2D() allows pixel format conversion Mathias Agopian
2009-09-10AGL's glCompressedTexImage2D now checks the imageSize parameter. Jack Palevich
2009-07-21donut snapshot Jean-Baptiste Queru
2009-07-15remove libagl's dependency on gralloc_priv.h Mathias Agopian
2009-06-24merge master in master_gl Mathias Agopian
2009-06-22add glTexParameteri() and fix glTexParameteriv() Mathias Agopian
2009-06-10fix a bug where copybit only renders in the first buffer when used with s/w GL Mathias Agopian
2009-05-05move android_native_buffer_t declaration into its own private/ui/android_nati... Mathias Agopian
2009-05-05move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h... Mathias Agopian
2009-05-05get rid of android_native_buffer_t::getHandle() and replace it with an handle... Mathias Agopian
2009-05-05removed the "bits" attribute from android_native_buffer_t. Mathias Agopian
2009-05-04update surfaceflinger, libui and libagl to the new gralloc api Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728 Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project