summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES_trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move frameworks/native to libc++.Dan Albert2014-11-151-3/+2
* am e1e3d278: Merge "Clean cruft out of makefiles."Dan Albert2014-09-121-3/+3
|\
| * Clean cruft out of makefiles.Dan Albert2014-09-111-3/+3
* | Don't try to capture the pointer when using PBOs for texture APIsBen Clayton2014-08-203-34/+85
* | 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
* | opengl: Regenerate code with ES 3.1 and new extensionsJesse Hall2014-05-216-2/+4732
* | opengl: Update GLES headers and generate *.in from registry XMLJesse Hall2014-05-216-2134/+7030
* | Revert "opengl: Generate *.in from registry XML"Jesse Hall2014-05-206-7030/+2134
* | opengl: Generate *.in from registry XMLJesse Hall2014-05-196-2134/+7030
* | Rationalize GLES2/3 .in files.Jesse Hall2014-05-173-4/+2
|/
* native frameworks: 64-bit compile issuesMark Salyzyn2014-03-121-1/+1
* GLES_trace: fix compile errors on 64 bit architecturesSiva Velusamy2014-01-282-638/+640
* free EGL resources associated to a thread when it terminatesMathias Agopian2013-05-301-1/+1
* Add liblogYing Wang2013-04-091-1/+1
* Merge changes Ic344ef63,If9bb02be,Ic8f94634Jesse Hall2013-02-246-33/+5371
|\
| * Add ES3 support to libGLESv2 and tracing toolsJesse Hall2013-02-126-33/+5371
* | Merge changes I45836219,I70a4075eJesse Hall2013-02-232-2/+2
|\ \ | |/
| * Regenerate API/trace files for constness changeJesse Hall2013-02-112-2/+2
* | am 45b0e435: Merge "Simplify OpenGL TLS access on ARM."Elliott Hughes2013-02-141-9/+0
|\ \ | |/ |/|
| * Simplify OpenGL TLS access on ARM.Elliott Hughes2013-02-131-9/+0
* | gltrace: Add support for tracing running applications.Siva Velusamy2012-12-202-13/+88
* | am 168dfe71: am 5e530e02: am a151a19d: Merge "Fix return type of glGetAttribL...Andrew Hsieh2012-11-063-8/+8
|\ \ | |/
| * am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLo...Andrew Hsieh2012-11-063-8/+8
| |\
| | * Fix return type of glGetAttribLocation and glGetUniformLocationAndrew Hsieh2012-11-063-8/+8
* | | gltrace: Fix NPESiva Velusamy2012-10-011-4/+2
|/ /
* | gltrace: flush trace buffer on createContext & makeCurrentSiva Velusamy2012-08-161-0/+2
* | gltrace: Fixup vertex attrib pointers only for GLES2Siva Velusamy2012-06-113-3/+22
|/
* gltrace: Allow receiving commands of length > 4Siva Velusamy2012-05-163-9/+53
* gldebugger: Allow connections from root userSiva Velusamy2012-04-261-2/+3
* gltrace: Only accept connections from the shell.Siva Velusamy2012-03-151-0/+14
* gltrace: Send vertex attribute data after glDraw() call.Siva Velusamy2012-03-017-51/+418
* gltrace: Make code 64-bit safe.Siva Velusamy2012-02-274-555/+2118
* gltrace: attach buffer data sent with glBufferDataSiva Velusamy2012-02-241-0/+28
* gltrace: Trace thread time and wall clock time.Siva Velusamy2012-02-178-1334/+3138
* gltrace: Patch up all glUniform*() calls.Siva Velusamy2012-02-141-0/+154
* gltrace: fixup Push & Insert Marker callsSiva Velusamy2012-02-011-0/+8
* Merge "gltrace: Use Unix Domain Socket rather than INET Socket"Siva Velusamy2012-01-303-19/+21
|\
| * gltrace: Use Unix Domain Socket rather than INET SocketSiva Velusamy2012-01-273-19/+21
* | update GLES headers and add support for corresponding new extensions.Mathias Agopian2012-01-287-23/+2656
|/
* gltrace: fixup data for glTexSubImage2D & glDeleteBuffersSiva Velusamy2012-01-171-23/+64
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-083-8/+8
* gltrace: add user settings to control data captured.Siva Velusamy2012-01-045-8/+135
* gltrace: add start time & duration to each traced call.Siva Velusamy2012-01-049-511/+1344
* gltrace: transport buffering and context managementSiva Velusamy2012-01-0411-1215/+1068
* Merge "gltrace: attach contents of the appropriate framebuffer"Siva Velusamy2012-01-045-13/+33
|\
| * gltrace: attach contents of the appropriate framebufferSiva Velusamy2011-12-075-13/+33