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
/
egl.cpp
Age
Commit message (
Expand
)
Author
2009-09-27
fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES...
Mathias Agopian
2009-08-20
better error handling in EGL
Mathias Agopian
2009-08-11
second take, hopefully this time it doesn't break one of the builds: "Surface...
Mathias Agopian
2009-08-11
Revert "SurfaceFlinger will now allocate buffers based on the usage specified...
Fred Quintana
2009-08-11
SurfaceFlinger will now allocate buffers based on the usage specified by the ...
Mathias Agopian
2009-07-31
be more robust when errors occur upon EGL surface creation (ie: don't crash)
Mathias Agopian
2009-07-30
fixed some issues with the software renderer when surfaces are made current.
Mathias Agopian
2009-07-15
remove libagl's dependency on gralloc_priv.h
Mathias Agopian
2009-07-09
am 46e28db8: Merge change 6713 into donut
Android (Google) Code Review
2009-07-09
fix for [1969185] valgrind errors in new gl stuff
Mathias Agopian
2009-06-25
use copybit for eglSwapBuffers() copy-back operations
Mathias Agopian
2009-06-25
Add eglGetRenderBufferANDROID() extension, which returns the current render b...
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-06-03
make sure clear the draw and read EGLSurface when eglMakeCurrent() is called ...
Mathias Agopian
2009-05-07
fix EGL extension string names
Mathias Agopian
2009-05-07
created an new EGL extension called ANDROID_swap_rectangle
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-23
integrate some OpenGL ES changes back from master_gl in preparation of openin...
Mathias Agopian
2009-04-10
more debugging tools around BufferMapper
Mathias Agopian
2009-04-10
Integrate from //sandbox/mathias/donut/...@145728
Mathias Agopian
2009-03-25
Automated import from //branches/master/...@142578,142578
Jack Palevich
2009-03-24
Automated import from //branches/donutburger/...@142484,142484
Jack Palevich
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-03-03
auto import from //depot/cupcake/@132589
The Android Open Source Project
2009-03-02
auto import from //depot/cupcake/@137055
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project