summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-16Add depth info to the surfaces.Zack Rusin3-0/+21
2011-11-15Fix fetching of the data for uniform arrays.Zack Rusin1-3/+30
2011-11-11Warn for QueryInterface with unknown IIDs.José Fonseca1-3/+15
2011-11-11Abstract execv().José Fonseca6-23/+195
2011-11-10Add missing terminator.José Fonseca1-0/+1
2011-11-10Add an "--api" option to "apitrace trace" allowing to choose egl.José Fonseca3-14/+59
2011-11-10Build egltrace.so into the wrapper dir.José Fonseca1-5/+4
2011-11-08egl: add retracing support for EGLChia-I Wu4-0/+201
2011-11-08egl: add EGL tracerChia-I Wu3-2/+187
2011-11-08cmake: include FindPkgConfig.José Fonseca1-0/+2
2011-11-08add support for (key, val) attribute listChia-I Wu1-0/+20
2011-11-08egl: Update glproc.pyChia-I Wu2-3/+48
2011-11-08egl: Add EGL API specChia-I Wu1-0/+212
2011-11-08egl: Add eglimports.hppChia-I Wu3-0/+70
2011-11-08egl: Add Khronos EGL headersChia-I Wu2-0/+664
2011-11-06Add new "apitrace diff-state" commandCarl Worth6-1/+116
2011-11-06doc: Prefer `apitrace diff` over tracediff.sh.José Fonseca1-1/+1
2011-11-06cli: Pass apitrace path to tracediff.sh.José Fonseca1-0/+3
2011-11-06cli: Add a new "apitrace diff" command.Carl Worth7-2/+121
2011-11-06Separate wrappers/ and scripts/ under <prefix>/lib/apitraceCarl Worth1-2/+8
2011-11-06Fix "apitrace trace" when running from installed location.Carl Worth1-1/+1
2011-11-05gui: Handle incomplete calls.José Fonseca1-6/+14
2011-11-03Only re-allocate if the snappy cache buffer when it is not big enough.José Fonseca1-11/+11
2011-11-03Update glxtrace.so path in docs.José Fonseca1-5/+5
2011-11-03Fix typo.José Fonseca1-1/+1
2011-11-03Make findFile non-static, given it will be necessary for other commands.José Fonseca3-27/+44
2011-11-03Split common functionality out of cli.José Fonseca4-109/+215
2011-11-03Make file_exists as os::Path method.José Fonseca4-19/+28
2011-11-03Keep info on how to manually retrace in a separate section.José Fonseca1-38/+45
2011-11-03Add a new "apitrace trace" command to the command-line interface.Carl Worth6-22/+231
2011-11-03Put glxtrace.so also in the wrappers directory.José Fonseca2-6/+5
2011-11-03Give CLI command names a _command prefixCarl Worth3-11/+9
2011-11-03Add os::Path.trimFilename function.Carl Worth1-1/+39
2011-11-03TODO: Add some notes on additions we want to the command-line interfaceCarl Worth1-0/+57
2011-11-03Minor typo correction of code commentCarl Worth1-1/+1
2011-11-03Mac OS X: Fix getProcessName() to avoid assertion failure in truncateCarl Worth1-0/+1
2011-11-01Expose build/install dirs as a define.José Fonseca4-25/+49
2011-11-01Fix typos in _vscprintf comment.José Fonseca1-2/+2
2011-11-01Change non-executable install directories to include an "apitrace" componentCarl Worth2-4/+11
2011-10-31Merge branch 'os-path'José Fonseca7-83/+297
2011-10-31More os::Path fixes.José Fonseca2-3/+4
2011-10-31Fix os::Path::format on MinwGW.José Fonseca1-1/+18
2011-10-31Include sys/syslimits.h for PATH_MAX on MacOSX.José Fonseca1-0/+1
2011-10-30Update docs / scripts for tracedump -> apitrace dump change.José Fonseca3-6/+5
2011-10-30Drop first_arg_command.José Fonseca3-20/+19
2011-10-30Better isolation of CLI source files.José Fonseca3-50/+61
2011-10-30Tweak help output.José Fonseca3-33/+39
2011-10-30Use a slightly different naming convention for cli source files.José Fonseca4-4/+5
2011-10-30Cleanup headers.José Fonseca3-8/+7
2011-10-30apitrace: Replace tracedump program with new "apitrace dump" commandCarl Worth5-55/+96