| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | this should fix the GL debugger | Mathias Agopian | 2011-09-01 | 1 | -3/+3 |
* | fix logging of eglMakeCurrent() errors | Mathias Agopian | 2011-08-25 | 1 | -0/+3 |
* | EGL: move disconnect to surface dtor | Jamie Gennis | 2011-08-24 | 2 | -9/+9 |
* | connect/disconnect is now called from our EGL wrapper | Mathias Agopian | 2011-08-01 | 1 | -2/+17 |
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576" | Jeff Brown | 2011-07-12 | 3 | -40/+24 |
|\ |
|
| * | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-11 | 3 | -40/+24 |
* | | Merge "EGL: fix the ANativeWindow size/fmt override" | Jamie Gennis | 2011-07-11 | 1 | -1/+6 |
|\ \ |
|
| * | | EGL: fix the ANativeWindow size/fmt override | Jamie Gennis | 2011-07-11 | 1 | -1/+6 |
| |/ |
|
* | | Always make GL calls with a valid EGL context. | Romain Guy | 2011-07-11 | 1 | -0/+5 |
|/ |
|
* | fix x86 build | Mathias Agopian | 2011-05-23 | 11 | -151/+161 |
* | eglTerminate() now actually frees up all active egl objects | Mathias Agopian | 2011-05-16 | 6 | -160/+176 |
* | refactor EGL source code | Mathias Agopian | 2011-05-16 | 15 | -2074/+2421 |
* | fix (Again) adding OES postfix when looking for gl functions | Mathias Agopian | 2011-05-11 | 1 | -9/+6 |
* | add OES postfix without truncating function | Jeff Boody | 2011-05-11 | 1 | -4/+6 |
* | EGL: Allow creating a SurfaceTexture EGLSurface. | Jamie Gennis | 2011-04-25 | 1 | -10/+0 |
* | GLES2Dbg: noop - format & comment | David Li | 2011-04-21 | 2 | -6/+6 |
* | GLES2Dbg: send some GL implementation constants to client | David Li | 2011-04-19 | 7 | -21/+107 |
* | GLES2Dbg: initial tests | David Li | 2011-04-19 | 9 | -18/+991 |
* | GLES2Dbg: added CaptureDraw and CaptureSwap options | David Li | 2011-04-12 | 8 | -51/+203 |
* | GLES2Dbg: use dump.gles2dbg file when fails to create socket | David Li | 2011-04-12 | 8 | -31/+71 |
* | GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocol | David Li | 2011-04-12 | 12 | -120/+245 |
* | GLES2Dbg: change GLES2_dbg to shared library | David Li | 2011-04-12 | 11 | -53/+101 |
* | Initialize reference counter for egl_display_t | Eric Hassold | 2011-03-31 | 1 | -1/+1 |
* | GLES2Dbg: use 256KB chunks for lzf compression | David Li | 2011-03-28 | 4 | -39/+43 |
* | Make objects collection a member of egl_display object | Eric Hassold | 2011-03-25 | 1 | -68/+68 |
* | Merge "GLESv2Dbg: ability to create GL calls from client" | David Li | 2011-03-24 | 7 | -9/+1308 |
|\ |
|
| * | GLESv2Dbg: ability to create GL calls from client | David Li | 2011-03-22 | 7 | -9/+1308 |
* | | Merge "GLES2Dbg: added SETPROP expectResponse" | David Li | 2011-03-24 | 13 | -614/+343 |
|\ \
| |/ |
|
| * | GLES2Dbg: added SETPROP expectResponse | David Li | 2011-03-22 | 13 | -614/+343 |
* | | Merge "GLES2Dbg: added reference frame for glReadPixels" | David Li | 2011-03-24 | 9 | -44/+318 |
|\ \
| |/ |
|
| * | GLES2Dbg: added reference frame for glReadPixels | David Li | 2011-03-22 | 9 | -44/+318 |
* | | Merge "GLES2Dbg: use libLZF for compressing images" | David Li | 2011-03-24 | 7 | -133/+55 |
|\ \
| |/ |
|
| * | GLES2Dbg: use libLZF for compressing images | David Li | 2011-03-21 | 7 | -133/+55 |
* | | Check for initialized EGLDisplay when required by specification | Eric Hassold | 2011-03-23 | 1 | -77/+115 |
|/ |
|
* | Merge "GLES2Debugger: Make command exchange async to improve performance." | David Li | 2011-03-17 | 10 | -69/+98 |
|\ |
|
| * | GLES2Debugger: Make command exchange async to improve performance. | David Li | 2011-03-11 | 10 | -69/+98 |
* | | am 9405d987: am a05a8ac5: am af831a7b: Merge "fix [4107131] nvidia driver cal... | Mathias Agopian | 2011-03-16 | 1 | -4/+5 |
|\ \ |
|
| * | | fix [4107131] nvidia driver call takes a very long time | Mathias Agopian | 2011-03-16 | 1 | -4/+5 |
* | | | am 0ea44ac0: am 00f47af8: Merge "SurfaceTexture: disallow unsupported uses." ... | Jamie Gennis | 2011-03-15 | 1 | -0/+10 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | SurfaceTexture: disallow unsupported uses. | Jamie Gennis | 2011-03-15 | 1 | -0/+10 |
* | | GLES2Debugger: Added DbgContext and vertex data capturing. | David Li | 2011-03-10 | 17 | -1999/+532 |
* | | Added screenshot after glDraw* option to GLES2 Debugger | David Li | 2011-03-04 | 21 | -5890/+6131 |
* | | Initial commit of GLESv2 debugger server | David Li | 2011-03-03 | 21 | -7/+9995 |
|/ |
|
* | Clean up use of HAVE_ANDROID_OS | Kenny Root | 2011-02-16 | 1 | -1/+1 |
* | Clear all EGL errors when entering EGL funcs. | Jamie Gennis | 2011-01-31 | 1 | -4/+3 |
* | egl: clear error on function entry | Michael I. Gold | 2011-01-25 | 1 | -1/+92 |
* | egl: fix GetProcAddress for EGLimage extensions | Michael I. Gold | 2011-01-16 | 1 | -0/+33 |
* | egl: expose EGLimage extensions | Michael I. Gold | 2011-01-16 | 1 | -0/+2 |
* | egl: fixes for object refcounts | Michael I. Gold | 2010-12-23 | 1 | -20/+31 |
* | am 054ae782: am e1752f41: Merge "fix [3258603] \'Quadrant\' benchmark crashes... | Mathias Agopian | 2010-12-08 | 1 | -2/+2 |
|\ |
|