summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* opengl/java/android: Validate created surface before creating eglSurfaceJeykumar Sankaran2011-10-201-1/+7
* Merge branch 'gingerbread' of git://git.omapzoom.org/platform/frameworks/base...Steve Kondik2011-09-291-0/+43
|\
| * opengl: Ensure we only load the GLES emulation library when the emulator supp...David 'Digit' Turner2011-09-161-0/+43
| * Fix missing NLBruce Beare2011-07-071-1/+0
| * egl: fixes for object refcountsMichael I. Gold2011-02-221-20/+31
* | libagl/copybit:change variable type to hold large valuesChetan Kalyan2011-09-251-10/+10
* | frameworks/base/opengl: Change copybit image width to buffer strideOmprakash Dhyade2011-09-241-2/+2
* | libagl: Add missing drawTexiOESWithCopybit for accelerated 2D renderingArne Coucheron2011-09-181-0/+13
* | libagl: Add eglGetRenderBufferANDROID() extensionArne Coucheron2011-09-183-1/+56
* | libEGL: Make vendor extensions a device optionRicardo Cerqueira2011-07-172-1/+4
* | libagl: Enable CLZ instruction generation for TextureObjectManagerJim Huang2011-06-141-1/+1
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-03-301-20/+31
|\ \
| * | egl: fixes for object refcountsMichael I. Gold2011-03-291-20/+31
| |/
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-02-281-10/+27
|\ \ | |/
| * fix [3258603] 'Quadrant' benchmark crashes inside eglQueryContext on GB/CrespoMathias Agopian2010-12-081-2/+2
| * [3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGLMathias Agopian2010-12-031-8/+25
* | Fix missing NLBruce Beare2011-01-211-1/+0
* | libagl: Allow use of copybit to accelerate 2D renderingRicardo Cerqueira2010-12-229-1/+795
* | [opengl] implement work around for tegra errata 657451Gary King2010-12-214-2/+41
* | [egl] return error code for NULL num_config output parameterGary King2010-12-211-0/+1
* | [egl] add support for vendor-specific GL extensionsGary King2010-12-211-0/+62
* | egl: return success for eglSwapIntervalGary King2010-12-211-1/+5
|/
* Merge "DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wro...Mathias Agopian2010-11-101-0/+4
|\
| * DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong poin...Mathias Agopian2010-11-091-0/+4
* | Refresh EGL header to work with the NDKDavid 'Digit' Turner2010-11-071-12/+11
|/
* fix eglChooseConfig() for special attributes.Mathias Agopian2010-10-251-4/+7
* fix [3119687] [Maps][4.6.0] Force close in street viewMathias Agopian2010-10-211-2/+2
* Merge "Add a test application to dump all the EGLConfig available" into ginge...Mathias Agopian2010-10-202-0/+105
|\
| * Add a test application to dump all the EGLConfig availableMathias Agopian2010-10-202-0/+105
* | software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_IDMathias Agopian2010-10-201-0/+8
|/
* fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2010-10-192-2/+2
* better fix for [3028370] GL get error should return a valid error if no conte...Mathias Agopian2010-09-233-9/+4
* fix [3028370] GL get error should return a valid error if no context is bound.Mathias Agopian2010-09-231-0/+9
* fix small bug in EGL error managementMathias Agopian2010-09-211-2/+4
* support loading EGL libraries from /vendor/lib/egl as well as /system/lib/eglBrian Swetland2010-09-202-14/+16
* surfaceflinger / GL extensions cleanupMichael I. Gold2010-09-152-10/+16
* option to enable multisamplingMathias Agopian2010-09-091-61/+71
* Merge "Fix a few typos in EGL wrapper" into gingerbreadMathias Agopian2010-09-091-2/+2
|\
| * Fix a few typos in EGL wrapperMathias Agopian2010-09-091-2/+2
* | add a fps counter to sanangeles demoMathias Agopian2010-09-081-9/+18
|/
* cleanup EGL a bit. remove unused extension.Mathias Agopian2010-08-273-55/+0
* reserve android.opengl.GLWallpaperService name for future useMathias Agopian2010-08-251-0/+25
* fix [2931718] glDrawArrays skips a triangle when more than 70 vertices are used.Mathias Agopian2010-08-181-2/+2
* fix [2931161] crash in labyritnth when completing a levelMathias Agopian2010-08-181-32/+35
* fix [2912927] Can't get NV_draw_path extension to workMathias Agopian2010-08-131-2/+3
* improve a bit the implementation of eglGetProcAddressMathias Agopian2010-08-091-86/+32
* fix [2421247] implement eglGetProcAddress(), needed in the ndkMathias Agopian2010-08-024-51/+233
* remove copybit hack from software opengl (libagl)Mathias Agopian2010-07-299-811/+1
* fix [2870926] Issue 9802: EGL wrapper has not been implemented correctly for ...Mathias Agopian2010-07-261-98/+138
* Fix deadlock when switching between two GLSurfaceViewsJack Palevich2010-07-131-18/+74