summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/egl.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 17da0663: Merge "fix [2931161] crash in labyritnth when completing a level...Mathias Agopian2010-08-181-32/+35
|\
| * fix [2931161] crash in labyritnth when completing a levelMathias Agopian2010-08-181-32/+35
* | am 4d7fc365: Merge "remove copybit hack from software opengl (libagl)" into g...Mathias Agopian2010-07-301-29/+0
|\ \ | |/
| * remove copybit hack from software opengl (libagl)Mathias Agopian2010-07-291-29/+0
* | am c6e1d880: Merge "Introduce official public NativeWindow type." into ginger...Dianne Hackborn2010-06-301-5/+5
|\ \ | |/
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-5/+5
* | merge from froyo-plus-aospThe Android Open Source Project2010-06-211-2/+2
|\ \ | |/ |/|
| * merge from open-source masterThe Android Open Source Project2010-06-151-2/+2
| |\
| | * Use stride for source and target buffers when copybit is enabled.Mathias Palmqvist2010-06-021-2/+2
| | * am 27407208: Merge change Icf335098 into eclairMathias Agopian2009-11-121-1/+1
| | |\
| | * \ merge from open-source masterJean-Baptiste Queru2009-11-081-1/+1
| | |\ \
* | | | | fix a crasher in our EGL wrapper when attrib_list is NULL in eglChooseConfigMathias Agopian2010-05-171-2/+7
|/ / / /
* | | | Proper EGLImageKHR error handlingMathias Agopian2010-02-041-1/+14
* | | | am 66b5d902: am 27407208: Merge change Icf335098 into eclairMathias Agopian2009-11-131-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2009-11-121-1/+1
| |/ /
* | | merge from open-source masterJean-Baptiste Queru2009-11-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix obvious typo bug in egl.cppChristoffer Gurell2009-10-121-1/+1
| * donut snapshotJean-Baptiste Queru2009-07-291-1/+1
| * donut snapshotJean-Baptiste Queru2009-05-201-25/+43
| * Automated import from //branches/cupcake/...@142481,142481Jack Palevich2009-03-241-6/+18
* | part of fix [2186418] switch passion to 24-bits framebufferMathias Agopian2009-11-041-82/+80
* | fix [2236832] software OpenGL ES driver doesn't work on sholesMathias Agopian2009-11-031-3/+15
* | fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-021-1/+1
* | fix [2153873] EGL-1.4 software implementation misses surface attributesMathias Agopian2009-10-191-5/+18
* | fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES...Mathias Agopian2009-09-271-1/+2
* | better error handling in EGLMathias Agopian2009-08-201-12/+46
* | second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-0/+4
* | Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-4/+0
* | SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-0/+4
* | be more robust when errors occur upon EGL surface creation (ie: don't crash)Mathias Agopian2009-07-311-9/+18
* | fixed some issues with the software renderer when surfaces are made current.Mathias Agopian2009-07-301-19/+31
* | remove libagl's dependency on gralloc_priv.hMathias Agopian2009-07-151-9/+4
* | am 46e28db8: Merge change 6713 into donutAndroid (Google) Code Review2009-07-091-1/+1
|\ \
| * | fix for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-091-1/+1
| * | integrate some OpenGL ES changes back from master_gl in preparation of openin...Mathias Agopian2009-04-231-25/+43
| * | Automated import from //branches/donutburger/...@142484,142484Jack Palevich2009-03-241-6/+18
| |/
* | use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-52/+109
* | Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-251-6/+39
* | fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-101-5/+5
* | make sure clear the draw and read EGLSurface when eglMakeCurrent() is called ...Mathias Agopian2009-06-031-1/+3
* | fix EGL extension string namesMathias Agopian2009-05-071-1/+1
* | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-071-26/+243
* | 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/+2
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-051-16/+3
* | removed the "bits" attribute from android_native_buffer_t.Mathias Agopian2009-05-051-30/+53
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-28/+43
* | more debugging tools around BufferMapperMathias Agopian2009-04-101-4/+9
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-122/+303
* | Automated import from //branches/master/...@142578,142578Jack Palevich2009-03-251-6/+18
|/