summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-19apitrace: Add a new "apitrace trace" command.HEADmasterCarl Worth1-0/+157
2011-10-19Add support for linking against talloc.Carl Worth3-0/+77
2011-10-19Add a top-level apitrace program.Carl Worth3-1/+178
2011-10-19Add a cmake-generated config.h file to hold the private bin directoryCarl Worth3-0/+14
2011-10-19Change non-executable install directories to include an "apitrace" componentCarl Worth1-2/+2
2011-10-19tracedump: Don't use color when stdout is not a ttyCarl Worth1-3/+1
2011-10-16Generated code formatting improvements.José Fonseca4-19/+19
2011-10-15Cleanup Literal class.José Fonseca5-8/+11
2011-10-15Distinguish between tags and ids.José Fonseca3-51/+78
2011-10-15Remove dead base parameter to literal types.José Fonseca2-4/+4
2011-10-15Specify constant array lengths as integers.José Fonseca13-367/+380
2011-10-14Bring some of the virtual-memory-regionsJosé Fonseca12-22/+350
2011-10-14Factor out polymorphic type generated code into functions.José Fonseca1-8/+11
2011-10-14Generate more compact switch statements for polymorphic types.José Fonseca2-5/+19
2011-10-14More polymorphic types in D3D9.José Fonseca2-55/+63
2011-10-13Allow basic specification of polymorphic types.José Fonseca4-141/+189
2011-10-13Handle GLenums disguised as GLdoubles too.José Fonseca1-1/+1
2011-10-11Add comment about SetUnhandledExceptionFilterJosé Fonseca1-0/+6
2011-10-11Fix retracing of wglShareLists for currently bound contexts.José Fonseca1-1/+6
2011-10-11Handle null strings in json writer.José Fonseca1-0/+5
2011-10-11Avoid depending on MinGW runtime DLLs.José Fonseca1-0/+16
2011-10-10Add a few comments/links to Cocoa development resources.José Fonseca1-1/+14
2011-10-10Fix dumb typo.José Fonseca1-1/+1
2011-10-10Ignore several harmless CGL calls when rectracing.José Fonseca1-0/+5
2011-10-10Use Cocoa on Mac OS X.José Fonseca3-38/+256
2011-10-09s/unknown/unsupported.José Fonseca3-6/+6
2011-10-09Fix MacOSX build.José Fonseca1-2/+11
2011-10-09More GL api spec cleanups.José Fonseca2-110/+113
2011-10-09Cleanup param size computation.José Fonseca3-261/+169
2011-10-09Create contexts with DEBUG_BIT when not benchmarking.José Fonseca5-46/+188
2011-10-09Fix public/private GL symbols.José Fonseca1-362/+405
2011-10-09Tweak GLX specs.José Fonseca1-23/+29
2011-10-09Remove the GL_KTX_buffer_region entry points with EXT suffix.José Fonseca1-6/+0
2011-10-09Simplify glws class hierarchy.José Fonseca8-172/+164
2011-10-09Fix retracing of several older extensions.José Fonseca2-16/+23
2011-10-09Fix retracing of glGetSeparableFilter w/ pack buffer.José Fonseca1-1/+1
2011-10-09Handle glDraw*BaseInstance.José Fonseca3-2/+15
2011-10-08Uniformize warning output.José Fonseca5-34/+58
2011-10-08Refactor more common retracing code.José Fonseca2-5/+5
2011-10-08Hide retrace_unknown().José Fonseca2-3/+2
2011-10-08Fix MSVC build.José Fonseca2-3/+8
2011-10-08Ignore unexpected end of file in gzread.José Fonseca1-0/+6
2011-10-08Upgrade bundled zlib to 1.2.5 again.José Fonseca31-2014/+4012
2011-10-08Universal config.h for snappy.José Fonseca3-71/+51
2011-10-08Fix mixed in/out of source builds.José Fonseca1-0/+9
2011-10-08Update glext.hJosé Fonseca2-6/+2
2011-10-08Upgrade bundled snappy to version 1.0.4.José Fonseca9-20/+264
2011-10-07Fix a crash when loading multiple frames at once.Zack Rusin2-6/+20
2011-10-08Preserve const-ness in string comparer.José Fonseca1-1/+1
2011-10-07Use a vector to dispatch calls when retracing.José Fonseca10-1044/+151