summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* EGL: add x86/64 assembly code for EGL/GLES wrappersmwajdecz2014-05-273-0/+121
* Remove unused LOCAL_LDLIBS.Ying Wang2014-05-072-6/+0
* Merge "Expose core EGL entry points to eglGetProcAddress"Jesse Hall2014-04-213-2/+11
|\
| * Expose core EGL entry points to eglGetProcAddressMichael Chock2014-03-273-2/+11
* | opengl: fix UAL conformitysynergy dev2014-04-022-2/+2
|/
* native frameworks: 64-bit compile issuesMark Salyzyn2014-03-1211-51/+55
* hwc test: 64-bit compilation errorMark Salyzyn2014-03-041-2/+2
* AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAYAshok Bhat2014-02-262-3/+2
* Merge "Use reinterpret_cast when an integer is cast to a pointer"Narayan Kamath2014-02-256-6/+8
|\
| * Use reinterpret_cast when an integer is cast to a pointerAshok Bhat2014-02-246-6/+8
* | Use long for pointers in opengl/EGL classesAshok Bhat2014-02-2414-40/+203
|/
* Merge "Update EGL codegen to be in sync with frameworks/base"Narayan Kamath2014-02-211-1/+1
|\
| * Update EGL codegen to be in sync with frameworks/baseAshok Bhat2014-02-201-1/+1
* | Update GLES codegen to be in sync with frameworks/baseAshok Bhat2014-02-201-1/+1
|/
* Merge "libagl: support multilib build"Colin Cross2014-02-181-11/+7
|\
| * libagl: support multilib buildColin Cross2014-02-141-11/+7
* | Use /(vendor|system)/lib64/egl for 64-bit EGL librariesDan Willemsen2014-02-161-0/+14
|/
* GLES_trace: fix compile errors on 64 bit architecturesSiva Velusamy2014-01-282-638/+640
* Make libEGL build cleanly under 64-bitDan Stoza2014-01-272-7/+8
* frameworks/native: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-271-1/+1
* libGLES_android: fix 64-bit compile errorsColin Cross2014-01-243-10/+14
* am 40da5283: Merge "EGL: rename CallStack::dump into CallStack::log" into klp...Igor Murashkin2013-10-301-1/+1
|\
| * EGL: rename CallStack::dump into CallStack::logIgor Murashkin2013-10-251-1/+1
* | am a9c47f32: Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-devJamie Gennis2013-10-023-3/+15
|\ \ | |/
| * GLConsumer: start using EGL_ANDROID_image_cropJamie Gennis2013-10-023-3/+15
* | am d9be16f9: Merge "Fix OpenGL stub exception handling."Elliott Hughes2013-09-271-0/+1
|\ \ | |/ |/|
| * Fix OpenGL stub exception handling.Elliott Hughes2013-09-241-0/+1
* | Disable the egl_khr_gl_colorspace extensionJesse Hall2013-09-161-3/+29
* | fix a possible null dereference when eglMakeCurrent() failsMathias Agopian2013-09-061-1/+2
* | remove adreno 130 workaround supportMathias Agopian2013-08-282-19/+0
* | try to keep omap4 aliveMathias Agopian2013-08-283-35/+22
* | only use format compatible with CPU consumersMathias Agopian2013-08-211-15/+28
* | Replace sRGB_888 with sRGB_X_8888Jesse Hall2013-08-161-3/+3
* | Add support for EGL_KHR_gl_colorspaceJesse Hall2013-08-133-19/+77
* | Don't swallow eglCreateContext errorsJesse Hall2013-08-121-6/+0
* | make sure we have a context when creating the 1st surfaceMathias Agopian2013-08-081-0/+5
* | Merge "Add EGL_KHR_get_all_proc_addresses to extension string"Jesse Hall2013-08-072-18/+26
|\ \
| * | Add EGL_KHR_get_all_proc_addresses to extension stringJesse Hall2013-08-062-18/+26
* | | All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-4/+4
|/ /
* | Merge "Binderize the consumer side of BufferQueue"Mathias Agopian2013-08-022-1/+2
|\ \
| * | Binderize the consumer side of BufferQueueMathias Agopian2013-08-012-1/+2
* | | Drop frames based on presentation timestampAndy McFadden2013-08-011-5/+0
|/ /
* | Make Flattenable not virtualMathias Agopian2013-07-301-4/+2
* | Merge "EGL: fix eglTerminate blob cache behavior"Jamie Gennis2013-07-301-6/+3
|\ \
| * | EGL: fix eglTerminate blob cache behaviorJamie Gennis2013-07-301-6/+3
* | | get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-263-12/+0
|/ /
* | BufferQueue improvements and APIs changesMathias Agopian2013-07-181-2/+6
* | am 082fc1ca: am ae961022: Merge "EGL: Fix error for eglCreateWindowSurface"Jesse Hall2013-07-171-1/+1
|\ \ | |/
| * am ae961022: Merge "EGL: Fix error for eglCreateWindowSurface"Jesse Hall2013-07-171-1/+1
| |\
| | * EGL: Fix error for eglCreateWindowSurfaceJonathan Hamilton2013-07-171-1/+1