Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
native
/
9f763498058756b2c202d917075533142f86cdf0
/
opengl
8a59ca7
Add GLES32 class templates
by Pablo Ceballos
· 9 years ago
4690754
opengl: Update headers and registry and regenerate *api.in
by Pablo Ceballos
· 9 years ago
3a7d749
Merge "Replace libGLESv3 symlink with shared library" am: 18ff655766 am: bc432368f4
by Dimitry Ivanov
· 9 years ago
bc43236
Merge "Replace libGLESv3 symlink with shared library" am: 18ff655766
by Dimitry Ivanov
· 9 years ago
776951f
Load the emulation libraries only when qemu.gles=1
by Nicolas Capens
· 9 years ago
b952f42
Replace libGLESv3 symlink with shared library
by Dmitriy Ivanov
· 9 years ago
445d453
Merge "glgen: Better support for null arguments in JNI"
by Pablo Ceballos
· 9 years ago
ecc0c9a
Fix parsing the EGL extension string.
by Nicolas Capens
· 9 years ago
b62e242
glgen: Better support for null arguments in JNI
by Pablo Ceballos
· 9 years ago
ccdfd60
BQ: Add support for single buffer mode
by Pablo Ceballos
· 9 years ago
b7a17c7
Merge "Add missing OpenGLES 3.1 bitfield constants."
by Pablo Ceballos
· 9 years ago
0461dee
Merge "Revert "Revert "Remove GLTrace support"""
by Pablo Ceballos
· 9 years ago
9f8d4e0
Revert "Revert "Remove GLTrace support""
by Pablo Ceballos
· 9 years ago
6174c04
Merge "Revert "Remove GLTrace support""
by Pablo Ceballos
· 9 years ago
e6288e2
Revert "Remove GLTrace support"
by Pablo Ceballos
· 9 years ago
bd27a62
Merge "Remove GLTrace support"
by Pablo Ceballos
· 9 years ago
eb873c8
am 0983618f: am a518d5ad: am 312d7555: egl: Remove window disconnect before calling driver eglDestroySurface
by Jesse Hall
· 9 years ago
312d755
egl: Remove window disconnect before calling driver eglDestroySurface
by Jesse Hall
· 9 years ago
5bf6f3b
Remove GLTrace support
by Pablo Ceballos
· 9 years ago
69b5141
Add missing OpenGLES 3.1 bitfield constants.
by Pablo Ceballos
· 9 years ago
96c5d65
am 251c8b3f: Merge "constify generated JNINativeMethod fn ptr tables"
by Nick Kralevich
· 9 years ago
c4e95a3
constify generated JNINativeMethod fn ptr tables
by Daniel Micay
· 9 years ago
d1ddf29
resolved conflicts for 5b5c81c4 to stage-aosp-master
by Colin Cross
· 9 years ago
7944e8a
With SANITIZE_TARGET, load EGL libs from the instrumented path.
by Evgenii Stepanov
· 9 years ago
73e2674
asan: update condition to work with multiple SANITIZE_TARGET values.
by Ivan Krasin
· 9 years ago
905dc8b
am ce92141c: Merge "Whitelist windows module"
by Dan Willemsen
· 9 years ago
1cf2c1a
Whitelist windows module
by Dan Willemsen
· 9 years ago
05d902b
am d3bfedbb: am f364393a: Merge "libagl: Fix buffer read overrun in eglCreatePbufferSurface"
by Jesse Hall
· 9 years ago
2e8ca9d
libagl: Fix buffer read overrun in eglCreatePbufferSurface
by Jesse Hall
· 9 years ago
c6ada3b
am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native."
by Elliott Hughes
· 9 years ago
6071da7
Lose HAVE_ANDROID_OS from frameworks/native.
by Elliott Hughes
· 9 years ago
d5dceea
am 9079207a: am dfd082b9: Merge "Native/opengl: Remove unused variables from test"
by Andreas Gampe
· 9 years ago
e70efa6
Native/opengl: Remove unused variables from test
by Andreas Gampe
· 9 years ago
e2fc6f8
Fix parsing of extension string
by Michael Lentine
· 9 years ago
c2466e6
With SANITIZE_TARGET, load EGL libs from the instrumented path.
by Evgenii Stepanov
· 9 years ago
000d88f
Implement a number of KHR EGL extensions
by Season Li
· 9 years ago
4f21a4c
Revert "Revert "Modify EGL to disconnect the window when the surface gets destroyed.""
by Amith Dsouza
· 9 years ago
9530388
Check that width and height parameters are small.
by Michael Lentine
· 9 years ago
1c4537e
Check that width and height parameters are small.
by Michael Lentine
· 9 years ago
6e1a2fe
Revert "Modify EGL to disconnect the window when the surface gets destroyed."
by Michael Lentine
· 9 years ago
89301ea
Fix EGL shim extension injection for GL ES 3 drivers.
by Alistair Strachan
· 9 years ago
87dd528
Modify EGL to disconnect the window when the surface gets destroyed.
by Michael Lentine
· 10 years ago
edfe72e
Fix EGL shim extension injection for GL ES 3 drivers.
by Alistair Strachan
· 9 years ago
51c8c50
Merge "Modify EGL to disconnect the window when the surface gets destroyed." into mnc-dev
by Michael Lentine
· 10 years ago
00699fa
Modify EGL to disconnect the window when the surface gets destroyed.
by Michael Lentine
· 10 years ago
af3a377
Merge "Switch libGLESv1_CM/libGLESv2 to hash-style=both" into mnc-dev
by Dmitriy Ivanov
· 10 years ago
ae62e05
Switch libGLESv1_CM/libGLESv2 to hash-style=both
by Dmitriy Ivanov
· 10 years ago
569bc1b
Replace JNI primitive array critical calls with non-critical ones.
by Hiroshi Yamauchi
· 10 years ago
4e7de46
Replace JNI primitive array critical calls with non-critical ones.
by Hiroshi Yamauchi
· 10 years ago
408e59f
libEGL: whitelist the EGL_KHR_create_context_no_error extension
by Jesse Hall
· 10 years ago
5245af3
libEGL: whitelist the EGL_KHR_create_context_no_error extension
by Jesse Hall
· 10 years ago
a894d08
libEGL: Add wrappers for partial update functions
by Dan Stoza
· 10 years ago
82c6bcc
DO NOT MERGE Add dataSpace to buffer queues; remove old format enums.
by Eino-Ville Talvala
· 10 years ago
b6b81d6
Merge "[MIPS] Fix mips32r1 build"
by Jesse Hall
· 10 years ago
8d31934
am 79749845: Merge "Fix pointer-to-int and int-to-pointer warnings."
by Dan Albert
· 10 years ago
ad0f52f
Fix pointer-to-int and int-to-pointer warnings.
by Dan Albert
· 10 years ago
28d41f5
Merge commit '26cc3d0b67ff4daf31eaeed0ecd87b391978aadb' into HEAD
by Bill Yi
· 10 years ago
733a807
egl: Remove old tuna BGRA vs RGBA workaround.
by Alistair Strachan
· 10 years ago
ecacc3f
[MIPS] Fix mips32r1 build
by Duane Sand
· 10 years ago
2f1e3b4
am d6fce7ab: Merge "Remove lock around ref count check in terminate." into lmp-mr1-dev
by Michael Lentine
· 10 years ago
54466bc
Remove lock around ref count check in terminate.
by Michael Lentine
· 10 years ago
c7a7b11
am a46ff664: Merge "Use register numbers instead of register names"
by Jesse Hall
· 10 years ago
0cfe43a
am f551e1c1: Merge "[MIPS] Further opengl support for mips64 and mipsr6"
by Jesse Hall
· 10 years ago
5f5f651
Use register numbers instead of register names
by Nikola Veljkovic
· 10 years ago
6701fbe
[MIPS] Further opengl support for mips64 and mipsr6
by Duane Sand
· 10 years ago
b9b86f6
am 4df903db: Merge "Revert "Revert "Update protobuf library from 2.3 to 2.6."""
by Jeff Davidson
· 10 years ago
4df903d
Merge "Revert "Revert "Update protobuf library from 2.3 to 2.6."""
by Jeff Davidson
· 10 years ago
a198e1c
am 6f9c6541: Merge "[MIPS] Build libGLES for mips64, mips32r6"
by Brian Carlstrom
· 10 years ago
81c6d66
[MIPS] Build libGLES for mips64, mips32r6
by Duane Sand
· 10 years ago
eb329c0
am 83f14309: Merge "Revert "Update protobuf library from 2.3 to 2.6.""
by Jeff Davidson
· 10 years ago
a9650f0
Revert "Revert "Update protobuf library from 2.3 to 2.6.""
by Jeff Davidson
· 10 years ago
bca4262
Revert "Update protobuf library from 2.3 to 2.6."
by Jeff Davidson
· 10 years ago
7581a96
am 9200d4e3: Merge "Update protobuf library from 2.3 to 2.6."
by Jeff Davidson
· 10 years ago
a42cdf1
Update protobuf library from 2.3 to 2.6.
by Jeff Davidson
· 10 years ago
2965dab
am bceb29c8: Merge "Fix clang -Wc++11-narrowing warnings."
by Chih-Hung Hsieh
· 10 years ago
3bded91
Fix clang -Wc++11-narrowing warnings.
by Chih-Hung Hsieh
· 10 years ago
84fd9bd
am f8954c81: Merge "OpenGL tests: Fix unused variables"
by Andreas Gampe
· 10 years ago
f8954c8
Merge "OpenGL tests: Fix unused variables"
by Andreas Gampe
· 10 years ago
414fd6f
am 4aaa3935: Merge "Avoid overwriting EGL14.EGL_NO_SURFACE"
by Jesse Hall
· 10 years ago
4aaa393
Merge "Avoid overwriting EGL14.EGL_NO_SURFACE"
by Jesse Hall
· 10 years ago
fa59862
OpenGL tests: Fix unused variables
by Andreas Gampe
· 10 years ago
7290c24
Avoid overwriting EGL14.EGL_NO_SURFACE
by Sangkyu Lee
· 10 years ago
2253691
am 1bb53054: Merge "Fix class vs. struct mismatch"
by Chih-hung Hsieh
· 10 years ago
9f42591
Fix class vs. struct mismatch
by Bernhard Rosenkränzer
· 10 years ago
36ec7a8
am d72ff140: Merge "Move frameworks/native to libc++."
by Dan Albert
· 10 years ago
6d72063
Move frameworks/native to libc++.
by Dan Albert
· 10 years ago
c5657b0
am fecc0bf4: Merge "Frameworks/native: Add pragmas to glgen headers"
by Andreas Gampe
· 10 years ago
fecc0bf
Merge "Frameworks/native: Add pragmas to glgen headers"
by Andreas Gampe
· 10 years ago
b5da0d7
Frameworks/native: Add pragmas to glgen headers
by Andreas Gampe
· 10 years ago
3b93c2b
am 7b3fd290: Merge "EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flag"
by Jesse Hall
· 10 years ago
701048c
EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flag
by Michal Wajdeczko
· 10 years ago
8e624d4
am 98d20f82: Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-dev
by Dan Stoza
· 10 years ago
8dc5539
Add a BufferItem parameter to onFrameAvailable
by Dan Stoza
· 10 years ago
c90b7d9
am d12586b8: Merge "Move hwc tests to libc++."
by Dan Albert
· 10 years ago
bcc1ae0
Move hwc tests to libc++.
by Dan Albert
· 10 years ago
82ba423
am e9034b45: Merge "Use LOCAL_CLANG := false for GLES wrappers for now"
by Chih-hung Hsieh
· 10 years ago
d3684ae
Use LOCAL_CLANG := false for GLES wrappers for now
by Bernhard Rosenkraenzer
· 10 years ago
53bffaa
am 12c4bdad: Add rate-limited logging for unimplemented es functions.
by Michael Lentine
· 10 years ago
12c4bda
Add rate-limited logging for unimplemented es functions.
by Michael Lentine
· 10 years ago
4355c0c
am e1e3d278: Merge "Clean cruft out of makefiles."
by Dan Albert
· 10 years ago
Next »