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