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