summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
Commit message (Expand)AuthorAgeFilesLines
* merge from open-source masterJean-Baptiste Queru2009-11-091-1/+1
|\
| * Fix obvious typo bug in egl.cppChristoffer Gurell2009-10-121-1/+1
| * Merge change 11093Android Code Review2009-08-251-0/+2
| |\
| | * If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t...Martin Storsjo2009-08-101-0/+2
| * | Calculate specular lighting correctlyMartin Storsjo2009-08-111-3/+8
| |/
| * merge from donutJean-Baptiste Queru2009-07-291-1/+1
| |\
| | * donut snapshotJean-Baptiste Queru2009-07-291-1/+1
| * | Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-256-104/+97
| |\ \ | | |/
| | * donut snapshotJean-Baptiste Queru2009-07-214-79/+52
| | * donut snapshotJean-Baptiste Queru2009-05-202-25/+45
* | | 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
* | | Merge change I56981989 into eclairAndroid (Google) Code Review2009-11-031-7/+6
|\ \ \
| * | | fix [2231527] Compatibility with SpaceJunk game (OpenGL)Mathias Agopian2009-11-021-7/+6
* | | | fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-022-8/+19
|/ / /
* | | libagl: silence a LOGDIliyan Malchev2009-10-301-1/+2
* | | return proper error code from eglCreateImageKHRMathias Agopian2009-10-291-0/+14
* | | fix [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-10-281-11/+68
* | | fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-272-24/+91
* | | Merge change I0953c1d5 into eclairAndroid (Google) Code Review2009-10-191-5/+18
|\ \ \
| * | | fix [2153873] EGL-1.4 software implementation misses surface attributesMathias Agopian2009-10-191-5/+18
* | | | Merge change Ide4c8cbc into eclairAndroid (Google) Code Review2009-10-191-0/+5
|\ \ \ \ | |/ / /
| * | | fix [2151588] glTexSubImage2D() allows pixel format conversionMathias Agopian2009-10-191-0/+5
* | | | one step towards fixing [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-10-161-41/+44
|/ / /
* | | fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES...Mathias Agopian2009-09-271-1/+2
* | | OpenGL ES doesn't allow glColorPointer with a size parameter other than 4Mathias Agopian2009-09-241-3/+1
* | | AGL's glCompressedTexImage2D now checks the imageSize parameter.Jack Palevich2009-09-101-5/+55
* | | 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