summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-09Fix typo in NEWS.3.0José Fonseca1-1/+1
2012-03-09Document how to start the gui on a specific call.José Fonseca1-2/+14
2012-03-08Remove findFile.José Fonseca2-37/+0
2012-03-08Mention WebGL-InspectorJosé Fonseca1-0/+2
2012-03-08Prevent buffer overflow in os::String::rfindSep().José Fonseca1-2/+22
2012-03-08Invoke python when executing scripts.José Fonseca2-19/+18
2012-03-08Don't install in per-architecture wrapper directories.José Fonseca4-40/+42
2012-03-08Don't compute wrapper filename twice.José Fonseca1-4/+1
2012-03-08Warn when intersecting regions are found.José Fonseca1-18/+39
2012-03-08Warn when failed to unmap buffer too.José Fonseca1-0/+4
2012-03-08Get the buffer map pointer _before_ unmaping.José Fonseca1-16/+19
2012-03-08Fix delRegionByPointer().José Fonseca1-2/+1
2012-03-08Only warn once when glGetBufferParameteriv(GL_BUFFER_MAP_LENGTH)fails.José Fonseca1-1/+5
2012-03-08Try to cope with recursive mappings in glUnmapBuffer/glUnmapBufferARBJosé Fonseca1-3/+59
2012-03-08Handle glMapBufferOES/glUnmapBufferOES specially.José Fonseca1-4/+14
2012-03-08Cleanup glFlushMappedBufferRange/glFlushMappedBufferRangeAPPLEJosé Fonseca1-8/+11
2012-03-08Fix glUnmapNamedBufferEXT/glFlushMappedNamedBufferRangeEXTJosé Fonseca1-7/+9
2012-03-08Implement getTime for OS XJeff Muizelaar2-6/+19
2012-02-29Fix/cleanup wrapper search on Windows.José Fonseca1-33/+64
2012-02-29Bump to version 3.0José Fonseca1-1/+8
2012-02-29Fix INSTALL.mardown linkJosé Fonseca1-1/+1
2012-02-29Document 32 vs 64bits.José Fonseca1-4/+30
2012-02-29Document how to get apitrace binaries.José Fonseca1-0/+5
2012-02-29Tweak regression testing section.José Fonseca1-6/+4
2012-02-29Mention DebugView.José Fonseca1-0/+6
2012-02-28Update news.José Fonseca1-2/+8
2012-02-28Allow to specify the API from trace dialog.José Fonseca6-0/+40
2012-02-28Whitelist tracing on Windows.José Fonseca1-5/+0
2012-02-27Update README.José Fonseca1-25/+13
2012-02-27Support D3D apis on apitrace trace command.José Fonseca3-2/+42
2012-02-24Copy wrapper dll to executable directory on windows in apitrace trace.José Fonseca3-8/+41
2012-02-24Add abstractions for (un)setting OS environ variables.José Fonseca2-4/+28
2012-02-20Remove dead source line.José Fonseca1-2/+0
2012-02-20Add missing commas.José Fonseca1-2/+2
2012-02-20Tweak path splitting.José Fonseca1-18/+54
2012-02-18Re-implement tracediff.sh on Python.José Fonseca4-109/+164
2012-02-18Use getopt on apitrace pickle.José Fonseca1-21/+29
2012-02-18Use getopt on apitrace trace.José Fonseca1-31/+34
2012-02-18Minor cleanup to apitrace trim command line option parsing.José Fonseca1-4/+3
2012-02-15Implmenet GL_EXT_debug_marker on OpenGL ES contextsJosé Fonseca5-77/+147
2012-02-15Mention apitrace trim in the documentation.José Fonseca3-1/+14
2012-02-15Convert trim option parsing to getopt.José Fonseca1-25/+38
2012-02-09Allow to specify output file on retracediffJosé Fonseca1-6/+15
2012-02-09Fix highlight.py on Windows.José Fonseca1-4/+4
2012-02-09Set binary mode when outputing PNM from glretrace via stdout.José Fonseca3-21/+65
2012-02-09Allow to specify an alternative opengl32.dll when retracing.José Fonseca1-1/+14
2012-02-09Remove dead os::getTime() declaration.José Fonseca1-5/+0
2012-02-08Flag a few wgl calls as verbose.José Fonseca1-0/+2
2012-02-07Ignore glXSwapInterval* when retracing.José Fonseca1-2/+2
2012-02-04Fix build with older DXSDK.José Fonseca1-0/+4