summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove old tuna BGRA vs RGBA workaround.Alistair Strachan2015-02-122-33/+2
* Use register numbers instead of register namesNikola Veljkovic2015-01-193-22/+22
* [MIPS] Further opengl support for mips64 and mipsr6Duane Sand2015-01-193-14/+115
* Merge "Revert "Revert "Update protobuf library from 2.3 to 2.6."""Jeff Davidson2015-01-1510-5256/+13
|\
| * Revert "Revert "Update protobuf library from 2.3 to 2.6.""Jeff Davidson2015-01-1210-5256/+13
| * Revert "Update protobuf library from 2.3 to 2.6."Jeff Davidson2015-01-1210-13/+5256
| * Update protobuf library from 2.3 to 2.6.Jeff Davidson2015-01-0810-5256/+13
* | [MIPS] Build libGLES for mips64, mips32r6Duane Sand2015-01-123-3/+5
|/
* Fix clang -Wc++11-narrowing warnings.Chih-Hung Hsieh2014-12-115-15/+20
* Merge "OpenGL tests: Fix unused variables"Andreas Gampe2014-12-024-18/+0
|\
| * OpenGL tests: Fix unused variablesAndreas Gampe2014-11-244-18/+0
* | Merge "Avoid overwriting EGL14.EGL_NO_SURFACE"Jesse Hall2014-12-021-10/+6
|\ \ | |/ |/|
| * Avoid overwriting EGL14.EGL_NO_SURFACESangkyu Lee2014-11-251-10/+6
* | Fix class vs. struct mismatchBernhard Rosenkränzer2014-11-171-1/+1
* | Move frameworks/native to libc++.Dan Albert2014-11-151-3/+2
* | Merge "Frameworks/native: Add pragmas to glgen headers"Andreas Gampe2014-11-1213-2/+46
|\ \
| * | Frameworks/native: Add pragmas to glgen headersAndreas Gampe2014-11-1213-2/+46
| |/
* | EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flagMichal Wajdeczko2014-11-123-6/+6
|/
* am d12586b8: Merge "Move hwc tests to libc++."Dan Albert2014-11-052-37/+32
|\
| * Move hwc tests to libc++.Dan Albert2014-11-042-37/+32
* | am e9034b45: Merge "Use LOCAL_CLANG := false for GLES wrappers for now"Chih-hung Hsieh2014-10-161-0/+2
|\ \ | |/
| * Use LOCAL_CLANG := false for GLES wrappers for nowBernhard Rosenkraenzer2014-10-151-0/+2
* | am 12c4bdad: Add rate-limited logging for unimplemented es functions.Michael Lentine2014-09-231-5/+19
|\ \
| * | Add rate-limited logging for unimplemented es functions.Michael Lentine2014-09-231-5/+19
* | | am e1e3d278: Merge "Clean cruft out of makefiles."Dan Albert2014-09-124-26/+12
|\ \ \ | | |/ | |/|
| * | Clean cruft out of makefiles.Dan Albert2014-09-114-26/+12
* | | am 4c5b9acf: Merge "Don\'t try to capture the pointer when using PBOs for tex...Ben Clayton2014-08-203-34/+85
|\ \ \ | | |/ | |/|
| * | Don't try to capture the pointer when using PBOs for texture APIsBen Clayton2014-08-203-34/+85
* | | am 45e2fc22: Revert "Modify EGL to disconnect the window when the surface get...Michael Lentine2014-08-081-9/+0
|\ \ \ | |/ /
| * | Revert "Modify EGL to disconnect the window when the surface gets destroyed."Michael Lentine2014-08-081-9/+0
* | | am e2e17e5b: Merge "GlES2: Add NULL check"Jesse Hall2014-08-061-1/+1
|\ \ \ | |/ / |/| / | |/
| * GlES2: Add NULL checkAnshuman Dani2014-08-061-1/+1
| * Install symlinks in multilib build.Ying Wang2014-07-231-12/+7
* | Merge "Modify EGL to disconnect the window when the surface gets destroyed." ...Michael Lentine2014-07-251-0/+9
|\ \
| * | Modify EGL to disconnect the window when the surface gets destroyed.Michael Lentine2014-07-291-0/+9
* | | Install symlinks in multilib build.Ying Wang2014-07-241-12/+7
* | | Use the count parameter to store all the uniform vectors, not just the first ...Ben Clayton2014-07-211-4/+8
|/ /
* | Add data capturing of glCompressedTexImage2D and glCompressedTexSubImage2D ca...Ben Clayton2014-07-071-0/+63
* | am 0cea0a22: am d284c4cd: Merge "Don\'t set LOCAL_MODULE_PATH for native tests."Ying Wang2014-06-111-4/+0
|\ \ | |/
| * Don't set LOCAL_MODULE_PATH for native tests.Ying Wang2014-06-091-4/+0
* | am 17cbadf0: am 6fa169fa: Merge "Add aarch64 EGL/GLES trampolines"Jesse Hall2014-06-073-27/+83
|\ \ | |/
| * Add aarch64 EGL/GLES trampolinesJesse Hall2014-06-063-27/+83
* | am ad8d25e8: am 90654afb: Revert "Enable OMAP4 SGX workaround for OMAP3 too"Simon Wilson2014-05-291-1/+1
|\ \
| * \ am 90654afb: Revert "Enable OMAP4 SGX workaround for OMAP3 too"Simon Wilson2014-05-291-1/+1
| |\ \
| | * | Revert "Enable OMAP4 SGX workaround for OMAP3 too"Simon Wilson2014-05-291-1/+1
* | | | am 92374318: am 618c78c0: am dc273621: Merge "EGL: add x86/64 assembly code f...Jesse Hall2014-05-273-0/+121
|\ \ \ \ | |/ / /
| * | | am 618c78c0: am dc273621: Merge "EGL: add x86/64 assembly code for EGL/GLES w...Jesse Hall2014-05-273-0/+121
| |\ \ \ | | | |/ | | |/|
| | * | EGL: add x86/64 assembly code for EGL/GLES wrappersmwajdecz2014-05-273-0/+121
* | | | opengl: Fix include style in generated JNI codeJesse Hall2014-05-201-2/+2
* | | | opengl: Un-hide GLES31 and GLES31Ext classesJesse Hall2014-05-202-2/+0