summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
Commit message (Expand)AuthorAgeFilesLines
* Calculate specular lighting correctlyMartin Storsjo2009-08-251-3/+8
* If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t...Martin Storsjo2009-08-251-0/+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
* add support for RGBX_8888Mathias Agopian2009-08-071-0/+2
* 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
* Merge commit 'goog/readonly-korg-master' into merge_korg_masterJean-Baptiste Queru2009-07-161-1/+1
|\
| * Bug Fixed for libagl.Shin-ichiro KAWASAKI2009-07-071-1/+1
| * Automated import from //branches/cupcake/...@142481,142481Jack Palevich2009-03-241-6/+18
* | remove libagl's dependency on gralloc_priv.hMathias Agopian2009-07-154-23/+8
* | 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
* | | fix a bug where gl didn't always fallback to software when copybit failed. mi...Mathias Agopian2009-06-291-13/+17
* | | use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-52/+109
* | | Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-252-6/+40
* | | copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-6/+1
* | | merge master in master_glMathias Agopian2009-06-241-1/+8
|\ \ \ | |/ /
| * | add glTexParameteri() and fix glTexParameteriv()Mathias Agopian2009-06-221-1/+8
* | | fix a bug where copybit would be rejected in landscape modeMathias Agopian2009-06-231-15/+30
* | | we were not fetching the texture coords in the copybit case, so we were using...Mathias Agopian2009-06-181-1/+15
* | | fix/add some commentsMathias Agopian2009-06-171-4/+12
* | | s/w OpenGL no detects and handles all any combinations of triangle fans corre...Mathias Agopian2009-06-173-77/+122
* | | fix a scissor bug in the GLES-on-top-of copybit codeMathias Agopian2009-06-161-17/+14
* | | fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-107-26/+31
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-053-78/+44
|\ \ \ | |/ /
| * | fix [1610840] Positional light doesn't work correctly on emulatorMathias Agopian2009-06-033-78/+39
| * | fix a bug in GL lighting where the specular component could be ommited when v...Mathias Agopian2009-06-021-0/+5
* | | make sure clear the draw and read EGLSurface when eglMakeCurrent() is called ...Mathias Agopian2009-06-031-1/+3
* | | fix/clean these Android.mk following dbort and joeo's commentsMathias Agopian2009-06-031-2/+3
* | | implement a real loader for EGL driversMathias Agopian2009-05-281-1/+3
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-141-0/+2
|\ \ \ | |/ /
| * | only export the GL entry-points, hide everything else.Mathias Agopian2009-05-081-0/+2
| * | 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
| |/
* | 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-053-3/+3
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-054-3/+6
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-052-29/+11
* | removed the "bits" attribute from android_native_buffer_t.Mathias Agopian2009-05-052-32/+56
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-046-93/+163
* | more debugging tools around BufferMapperMathias Agopian2009-04-101-4/+9
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-109-275/+1051
* | Automated import from //branches/master/...@142578,142578Jack Palevich2009-03-251-6/+18
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0332-0/+11463
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0332-11461/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-4/+2