- c0d184b Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX by Jesse Hall · 12 years ago
- 4f66930 Special-case glGetActiveUniformBlockName by Jesse Hall · 12 years ago
- fa4c117 Special-case glGetStringi by Jesse Hall · 12 years ago
- 1c8b8e8 Special-case glMapBufferRange by Jesse Hall · 12 years ago
- 610bbf2 Special-case glGetBufferPointerv by Jesse Hall · 12 years ago
- 27c86b9 Special-case glGetUniformIndices by Jesse Hall · 12 years ago
- 31f6edc Special-case glGetTransformFeedbackVarying by Jesse Hall · 12 years ago
- 552a620 Special-case glTransformFeedbackVaryings by Jesse Hall · 12 years ago
- 071fc66 Add buffer object versions of several functions by Jesse Hall · 12 years ago
- 68fc8bb Add *int64 and GLsync types and related functions by Jesse Hall · 12 years ago
- 2d9faaf Add ES3 functions and constants, difficult ones commented out by Jesse Hall · 12 years ago
- 0eb6ad5 Support "const GLChar*" and "const GLenum*" types by Jesse Hall · 12 years ago
- 439bc16 Minor changes to ES3 functions inherited from ES2 by Jesse Hall · 12 years ago
- 63ed38d Generate GLES30 class, just a clone of GLES20 for now by Jesse Hall · 12 years ago
- a3b641e Make gen more readable, use UNIX-style line endings by Jesse Hall · 12 years ago
- c76e8a2 Merge "Add liblog" into jb-mr2-dev by Ying Wang · 12 years ago
- 8a0cb4e Add liblog by Ying Wang · 12 years ago
- 8758a3e Merge changes I82e361a6,I83694682 into jb-mr2-dev by Jamie Gennis · 12 years ago
- e6a0f50 libgui_test: increase the tolerance for a YUV test by Jamie Gennis · 12 years ago
- ad669b0 libgui: fix an EGLImage leak by Jamie Gennis · 12 years ago
- 1df59c9 Merge "Tell HWComposer the dimensions of virtual displays" into jb-mr2-dev by Jesse Hall · 12 years ago
- d5e345b Merge "Actually set the virtual display output buffer." into jb-mr2-dev by Jesse Hall · 12 years ago
- 1c569c4 Tell HWComposer the dimensions of virtual displays by Jesse Hall · 12 years ago
- 39c24a2 fix local include paths by Mathias Agopian · 12 years ago
- 18bd1d6 Merge "Implement async event callout from drm plugin to Java app" into jb-mr2-dev by Jeff Tinker · 12 years ago
- 6d5b8e6 Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-dev by Jesse Hall · 12 years ago
- 2ba647e Actually set the virtual display output buffer. by Jesse Hall · 12 years ago
- 7eafcae Implement async event callout from drm plugin to Java app by Jeff Tinker · 12 years ago
- 2ca7939 latch transparent region hint only when we get a new frame by Mathias Agopian · 12 years ago
- 128fcea Merge "Fix include paths" into jb-mr2-dev by Mathias Agopian · 12 years ago
- 263e8cb Merge "MediaDrm API update" into jb-mr2-dev by Jeff Tinker · 12 years ago
- bcbd78b MediaDrm API update by Jeff Tinker · 12 years ago
- 33ceeb3 Fix include paths by Mathias Agopian · 12 years ago
- 83a3ad4 Merge "EGL_ANDROID_presentation_time: initial spec draft" into jb-mr2-dev by Jamie Gennis · 12 years ago
- 6730acb EGL_ANDROID_presentation_time: initial spec draft by Jamie Gennis · 12 years ago
- 441f694 Fix MIPS assembly variable names to not conflict with GL API parameter names by Jesse Hall · 12 years ago
- 86e392e Merge "don't use compile-time configuration of libgui as much as possible" into jb-mr2-dev by Mathias Agopian · 12 years ago
- ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 12 years ago
- 7fd5ef3 am e3a396b2: am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 12 years ago
- e3a396b am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 12 years ago
- 906bd04 Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 12 years ago
- ea116f1 am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 12 years ago
- 111d920 am d3b2c029: Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 12 years ago
- d3b2c02 Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 12 years ago
- 8171aec fix uninitialized attribute in SurfaceFlinger by Mathias Agopian · 12 years ago
- bf667e3 Merge changes I22f1b358,I5496d0de,Ifd98966b into jb-mr2-dev by Mathias Agopian · 12 years ago
- 94ebadf Merge "Remove unused clz.cpp" into jb-mr2-dev by Jesse Hall · 12 years ago
- 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 12 years ago
- 12af3f6 update EGL headers to most recent by Mathias Agopian · 12 years ago
- e9b3dfb cleanup EGL extensions strings and entry-points by Mathias Agopian · 12 years ago
- f7f29c8 atrace: add support for app tracing by Jamie Gennis · 12 years ago
- c9a4e2f am 4194b389: am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc 4.8" by Jesse Hall · 12 years ago
- 4194b38 am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc 4.8" by Jesse Hall · 12 years ago
- 0b6c415 Merge "frameworks/native/opengl: Fix build with gcc 4.8" by Jesse Hall · 12 years ago
- b1196e6 Remove unused clz.cpp by Jesse Hall · 12 years ago
- 46b4253 [MIPS] Add MIPS architecture support to opengl framework by Duane Sand · 12 years ago
- 9794f90 Merge "atrace: fix tracing on user builds" into jb-mr2-dev by Jamie Gennis · 12 years ago
- 6f6f3f7 atrace: fix tracing on user builds by Jamie Gennis · 12 years ago
- 02d8656 Clean up HWC state when releasing a DisplayDevice by Jesse Hall · 12 years ago
- b43722c [MIPS] Add MIPS architecture support to libagl by Duane Sand · 12 years ago
- c80fae6 frameworks/native/opengl: Fix build with gcc 4.8 by Bernhard Rosenkränzer · 12 years ago
- caa81f0 Merge "make sure to unlock the screenshot's buffer on destruction" into jb-mr2-dev by Mathias Agopian · 12 years ago
- 8000d06 make sure to unlock the screenshot's buffer on destruction by Mathias Agopian · 12 years ago
- 9dd8d89 am 1cd763f1: am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 12 years ago
- 1cd763f am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 12 years ago
- cd91024 Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 12 years ago
- 437bdbb Merge "Add seinfo parsing to PackageManagerService." into jb-mr2-dev by Geremy Condra · 12 years ago
- 4d3fd4e Add seinfo parsing to PackageManagerService. by Robert Craig · 12 years ago
- d7cde42 Merge "Bugreport broadcasts are only useful to owners." into jb-mr2-dev by Jeff Sharkey · 12 years ago
- aaaa57b Bugreport broadcasts are only useful to owners. by Jeff Sharkey · 12 years ago
- 5a557a6 Merge "Fix virtual displays for HWC<=1.1" into jb-mr2-dev by Jesse Hall · 12 years ago
- 78d2a07 Merge changes I98927540,I95c71e8d into jb-mr2-dev by Jesse Hall · 12 years ago
- 0046d96 Implement #8323587, #8323342, #8323590: new features. by Dianne Hackborn · 12 years ago
- ffe1f19 Fix virtual displays for HWC<=1.1 by Jesse Hall · 12 years ago
- 48bc05b Fix dump when virtual display exists by Jesse Hall · 12 years ago
- 851cfe8 Isolate knowledge that fb target == output buffer by Jesse Hall · 12 years ago
- afaf14b Use descriptive aliases instead of HWC_NUM_DISPLAY_TYPES by Jesse Hall · 12 years ago
- 13f01cb Pass sp<Fence>s around instead of file descriptors by Jesse Hall · 12 years ago
- 8d8c759 Merge "Release virtual display buffer immediately after HWC set" into jb-mr2-dev by Jesse Hall · 12 years ago
- ed98557 make sure screenshot are in a format supported by Bitmap.java by Mathias Agopian · 12 years ago
- 7133f86 Merge "improved CallStack a bit" into jb-mr2-dev by Mathias Agopian · 12 years ago
- 50210b9 fix a typo that broke all screenshots by Mathias Agopian · 12 years ago
- 0188eef Merge "only use glReadPixels() when needed when taking screenshots" into jb-mr2-dev by Mathias Agopian · 12 years ago
- cab25d6 improved CallStack a bit by Mathias Agopian · 12 years ago
- 504e1f2 Merge "initialize planeAlpha (to 0xFF) for the FB_TARGET" into jb-mr2-dev by Mathias Agopian · 12 years ago
- 70a6e88 initialize planeAlpha (to 0xFF) for the FB_TARGET by Mathias Agopian · 12 years ago
- 43122e7 atrace: use creat instead of truncate by Jamie Gennis · 12 years ago
- b4b1730 only use glReadPixels() when needed when taking screenshots by Mathias Agopian · 12 years ago
- aaebffd Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-dev by Eino-Ville Talvala · 12 years ago
- ac00643 Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev by Ramanan Rajeswaran · 12 years ago
- d6480c0 Revert "Revert "Change SurfaceControl setPosition to take floats"" by Ramanan Rajeswaran · 12 years ago
- 7c1a487 fix build. update test to new API by Mathias Agopian · 12 years ago
- ff7c234 Merge "rework how we take screenshots for a CPU consumer" into jb-mr2-dev by Mathias Agopian · 12 years ago
- a6c1ab5 Merge "Move screenshots near beginning of dumpstate." into jb-mr2-dev by Jeff Sharkey · 12 years ago
- 7414965 Release virtual display buffer immediately after HWC set by Jesse Hall · 12 years ago
- 30041bd Merge "Updated MediaDrm API based on review input." into jb-mr2-dev by Jeff Tinker · 12 years ago
- abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
- 9cd766a disable RefBase consistency checks (NDEBUG) by Mathias Agopian · 12 years ago
- 4e37ddf Fix a crasher with RefBase debugging and vectors of wp<> by Mathias Agopian · 12 years ago
- ca987c8 Merge "A few tweaks to RefBase debugging" into jb-mr2-dev by Mathias Agopian · 12 years ago