]> git.cworth.org Git - apitrace/shortlog
apitrace
2011-11-29 José FonsecaUpdate docs.
2011-11-29 José FonsecaSupport 'apitrace diff-images' on Windows.
2011-11-29 José FonsecaUpdate glws Cocoa bindings too.
2011-11-29 José FonsecaRefactor the code to find scripts.
2011-11-29 José FonsecaInstall snapdiff.py as well.
2011-11-28 José FonsecaCache context profile in glws::Context.
2011-11-27 José FonsecaAllow to retrace with EGL too.
2011-11-27 José FonsecaAllow to specify an initial call no in the qapitrace...
2011-11-27 José FonsecaAdd "apitrace repack" command.
2011-11-27 José FonsecaReturn read bytes in File::read().
2011-11-27 José FonsecaDon't call overridden virtual methods from the base...
2011-11-27 Kan-Ru ChenAlways try dlsym before get eglGetProcAddress
2011-11-27 José FonsecaAdd hyperlinks for non-ARB extensions too.
2011-11-26 José FonsecaRequire gles1 and gles2 modules for EGL support (fixes...
2011-11-25 José FonsecaFix GUI visualization of floating point values.
2011-11-25 José FonsecaTrace via "apitrace trace" command.
2011-11-25 Kan-Ru ChenRemove unused includes from trace_file.cpp
2011-11-25 José FonsecaAdd links to EXT_framebuffer_object spec.
2011-11-25 José FonsecaFix internalformat determination for renderbuffers.
2011-11-24 José FonsecaCleanup and generalize os string class.
2011-11-24 José FonsecaKill glsnapshot.
2011-11-24 Carl WorthParse doubles to a new Double class rather than to...
2011-11-24 Carl WorthTODO: Fix typo in the description of the range specific...
2011-11-24 José FonsecaPrevent segfault on glretrace crash (fixes issue #52).
2011-11-24 José FonsecaAbort on failure to open trace (fixes issue #50).
2011-11-23 Carl Worthsnapdiff: Drop the --version option
2011-11-23 Carl WorthAdd "apitrace diff-images" command
2011-11-17 Zack RusinEncode format as a member and not part of the label.
2011-11-17 José FonsecaFix MinGW-w64 build without DXSDK.
2011-11-17 José FonsecaAllow to enable/disable EGL support.
2011-11-17 José FonsecaIgnore generated files.
2011-11-17 José FonsecaFix whitespace in CMakeLists.txt.
2011-11-17 José FonsecaKeep Copyright lines together.
2011-11-17 José FonsecaDrop glPointSizePointerOES from eglimports.hpp.
2011-11-17 Chia-I Wugles: Fix retrace of eglCreateContext for GLES contexts
2011-11-17 Chia-I Wugles: Add eglretrace
2011-11-17 Chia-I Wugles: Add support for GLES retracing
2011-11-17 Chia-I Wuglws: Add EGL/Xlib-based implementation
2011-11-17 Chia-I Wuglws: Add support for profiles
2011-11-17 Chia-I Wuglws: Allow the attribute terminator to be specified
2011-11-17 Chia-I Wugles: Add support for GLES tracing to egltrace
2011-11-17 Chia-I Wugles: Prepare __gl_image_size for GLES
2011-11-17 Chia-I Wugles: Add ES1 and ES2 profiles to glretrace.py
2011-11-17 Chia-I Wugles: Update glproc.py
2011-11-17 Chia-I Wugles: add GLES API spec
2011-11-17 Chia-I Wugles: Include GLES headers in eglimports.hpp
2011-11-17 Chia-I Wugles: Add Khronos GLES headers
2011-11-17 Chia-I WuAdd profile to tracer_context
2011-11-17 Chia-I WuAdd tracer_context as the tracer's context
2011-11-17 Chia-I WuAdd GL_FIXED to __gl_type_size
2011-11-17 Zack RusinMake the details view a bit clearer.
2011-11-17 Zack RusinReturn format info for both textures and framebuffers.
2011-11-17 Zack RusinAdd depth info to the surfaces.
2011-11-16 Zack RusinFix fetching of the data for uniform arrays.
2011-11-11 José FonsecaWarn for QueryInterface with unknown IIDs.
2011-11-11 José FonsecaAbstract execv().
2011-11-10 José FonsecaAdd missing terminator.
2011-11-10 José FonsecaAdd an "--api" option to "apitrace trace" allowing...
2011-11-10 José FonsecaBuild egltrace.so into the wrapper dir.
2011-11-08 Chia-I Wuegl: add retracing support for EGL
2011-11-08 Chia-I Wuegl: add EGL tracer
2011-11-08 José Fonsecacmake: include FindPkgConfig.
2011-11-08 Chia-I Wuadd support for (key, val) attribute list
2011-11-08 Chia-I Wuegl: Update glproc.py
2011-11-08 Chia-I Wuegl: Add EGL API spec
2011-11-08 Chia-I Wuegl: Add eglimports.hpp
2011-11-08 Chia-I Wuegl: Add Khronos EGL headers
2011-11-06 Carl WorthAdd new "apitrace diff-state" command
2011-11-06 José Fonsecadoc: Prefer `apitrace diff` over tracediff.sh.
2011-11-06 José Fonsecacli: Pass apitrace path to tracediff.sh.
2011-11-06 Carl Worthcli: Add a new "apitrace diff" command.
2011-11-06 Carl WorthSeparate wrappers/ and scripts/ under <prefix>/lib...
2011-11-06 Carl WorthFix "apitrace trace" when running from installed location.
2011-11-05 José Fonsecagui: Handle incomplete calls.
2011-11-03 José FonsecaOnly re-allocate if the snappy cache buffer when it...
2011-11-03 José FonsecaUpdate glxtrace.so path in docs.
2011-11-03 José FonsecaFix typo.
2011-11-03 José FonsecaMake findFile non-static, given it will be necessary...
2011-11-03 José FonsecaSplit common functionality out of cli.
2011-11-03 José FonsecaMake file_exists as os::Path method.
2011-11-03 José FonsecaKeep info on how to manually retrace in a separate...
2011-11-03 Carl WorthAdd a new "apitrace trace" command to the command-line...
2011-11-03 José FonsecaPut glxtrace.so also in the wrappers directory.
2011-11-03 Carl WorthGive CLI command names a _command prefix
2011-11-03 Carl WorthAdd os::Path.trimFilename function.
2011-11-03 Carl WorthTODO: Add some notes on additions we want to the comman...
2011-11-03 Carl WorthMinor typo correction of code comment
2011-11-03 Carl WorthMac OS X: Fix getProcessName() to avoid assertion failu...
2011-11-01 José FonsecaExpose build/install dirs as a define.
2011-11-01 José FonsecaFix typos in _vscprintf comment.
2011-11-01 Carl WorthChange non-executable install directories to include...
2011-10-31 José FonsecaMerge branch 'os-path'
2011-10-31 José FonsecaMore os::Path fixes.
2011-10-31 José FonsecaFix os::Path::format on MinwGW.
2011-10-31 José FonsecaInclude sys/syslimits.h for PATH_MAX on MacOSX.
2011-10-30 José FonsecaUpdate docs / scripts for tracedump -> apitrace dump...
2011-10-30 José FonsecaDrop first_arg_command.
2011-10-30 José FonsecaBetter isolation of CLI source files.
2011-10-30 José FonsecaTweak help output.
2011-10-30 José FonsecaUse a slightly different naming convention for cli...
next