]> git.cworth.org Git - apitrace/shortlog
apitrace
2011-09-06 José FonsecaUpdate To-DO
2011-09-06 José FonsecaSplit build instructions. Document advanced usage.
2011-09-05 José FonsecaCleanup retracediff.
2011-09-05 José FonsecaMake retracediff.py get the images from glretrace via...
2011-09-05 José FonsecaEmbedded the call no in PNM images as a comment.
2011-09-03 José FonsecaSplit flushCache into read/write versions.
2011-09-02 José FonsecaEnsure full glReadPixels still get recognized as new...
2011-09-01 José FonsecaEnsure that calls for traces with a single frame are...
2011-09-01 José FonsecaDon't (de)serialize mirror images.
2011-09-01 José FonsecaRecognise glFrameTerminatorGREMEDY when retracing.
2011-09-01 José FonsecaAdd a usedCacheSize() method.
2011-09-01 José FonsecaPrevent infinite loop reading snappy compressed files.
2011-09-01 José FonsecaAlways write snappy chunk lengths in little endian.
2011-09-01 José FonsecaAlways use size_t for length in files.
2011-08-31 José FonsecaList GL_TEXTURE_xxx and GL_TEXTURE_BINDING_xxx params...
2011-08-29 Zack RusinFix a nasty crash.
2011-08-29 Zack Rusinnasty hack, but for now we need to keep the pointers
2011-08-29 Zack RusinChange apiarray to use a qvector instead of a qlist
2011-08-29 Zack RusinSwitch more places from qlist to qvector.
2011-08-29 Zack RusinSwitch list to a vector.
2011-08-29 Zack RusinFix a silly mistake.
2011-08-29 Zack RusinShare enum signatures.
2011-08-28 Zack RusinSave more memory.
2011-08-28 Zack RusinReduce the size of ApiTraceCall, ApiTraceEvent and...
2011-08-28 José FonsecaDont't leak blobs all the time.
2011-08-28 Zack Rusinpreallocate array values
2011-08-28 Zack Rusinshave a few more megs by sizing trace call list correctly
2011-08-28 Zack RusinPreallocate a few lists with the correct size.
2011-08-28 Zack RusinShare function signatures.
2011-08-28 Zack RusinChange filterText to searchText
2011-08-27 Zack RusinFix warnings.
2011-08-27 Zack RusinCleanup that file.
2011-08-27 Zack RusinMake sure that the snappyfile doesn't try to read past...
2011-08-27 Zack RusinReset the container after deleting all the elements.
2011-08-26 José FonsecaFile::getc should return -1 (EOF) on failure.
2011-08-26 José FonsecaReplicate some of snappy autoconf tests.
2011-08-25 Zack RusinMerge branch 'compression'
2011-08-25 José FonsecaMake FlushDeep the default and only flush type.
2011-08-25 José FonsecaFix dislexic mistake in previous change.
2011-08-25 José FonsecaFix Windows builds.
2011-08-25 José FonsecaAdd copyright headers.
2011-08-25 José FonsecaAdvertise GREMEDY extensions through glStringi too.
2011-08-25 Zack RusinMake sure that the size of the compressed length is...
2011-08-25 Zack RusinFix writing/reading compressed length of the chunks.
2011-08-25 Zack RusinInline some File methods.
2011-08-25 Zack RusinExport SnappyFile class to its own file.
2011-08-24 José FonsecaUpdate TODO.
2011-08-24 José FonsecaMerge branch 'master' into compression
2011-08-24 José FonsecaUse the exception handler from localWriter to only...
2011-08-24 José FonsecaSignal handling support.
2011-08-24 José FonsecaMake localWriter a proper singleton.
2011-08-24 José FonsecaMove LocalWriter into its own source file.
2011-08-24 José FonsecaFix cleanup Windows' CatchInterrupts implementation.
2011-08-24 Zack RusinMerge branch 'master' into compression
2011-08-24 Zack RusinCatch exceptions on Windows.
2011-08-24 Zack RusinHandle sigsegv as well.
2011-08-23 Zack RusinVarious changes to the flushing code.
2011-08-23 Zack RusinAdd a link to the mailing list
2011-08-20 Zack RusinMake sure that the traces are always complete.
2011-08-20 José FonsecaNo need to strip ANSI escapes.
2011-08-20 José FonsecaAllow to disable ANSI escape codes on tracedump.
2011-08-20 José FonsecaDrop python trace parsing code.
2011-08-20 José FonsecaSpecialized Writer for tracing the current process.
2011-08-20 José FonsecaImprovide whitespace formatting of tracediff.sh
2011-08-16 José FonsecaFix segfault running glretrace without args.
2011-08-08 Zack RusinDon't change immutable values.
2011-08-08 Zack RusinAdd a file identifier to snappy compressed traces
2011-08-07 José FonsecaBundle Snappy source code.
2011-08-06 Zack RusinAutomatically detect whether trace is zlib or snappy...
2011-08-06 Zack RusinMake Snappy compression/decompression the default
2011-08-06 Zack RusinRemove debugging helpers and fix Snappy::rawGetc
2011-08-06 Zack Rusingets returns an int
2011-08-06 Zack RusinOk, when != -1
2011-08-06 Zack RusinSpecify which call caused an error.
2011-08-06 Zack RusinAdd snappy compression/decompression code.
2011-08-06 Zack RusinAbstract file writing operation into a class of its...
2011-08-05 Zack RusinQt not QT
2011-08-01 José FonsecaLink all targets against common.
2011-07-31 José FonsecaSort uniforms in ascending order by default.
2011-07-31 José FonsecaAvoid duplicate shaders.
2011-07-31 José FonsecaFix shader type from ARB_shader_objects.
2011-07-31 José FonsecaAdd a state tab that list uniforms.
2011-07-31 José FonsecaAvoid pointless data structure copying.
2011-07-29 José FonsecaRecognize glFrameTerminatorGREMEDY as swapbuffer frame...
2011-07-28 José FonsecaFix automagic link in comment.
2011-07-27 José FonsecaAdd ENABLE_GUI option to control GUI builds and depende...
2011-07-27 Zack RusinAdd glXDestroyContext because the warnings were getting...
2011-07-21 José FonsecaDump ARB program uniforms.
2011-07-19 José FonsecaDump uniforms for ARB_shader_objects too.
2011-07-19 José FonsecaHandle moe uniform types and sizes.
2011-07-19 José FonsecaBasic uniform state dumping
2011-07-19 José FonsecaSort shader objs so that state dumps are reproducible.
2011-07-19 José FonsecaAdd missing call to dumpCurrentProgramObj.
2011-07-17 José FonsecaAccumulate the sources of different shader objects...
2011-07-15 José FonsecaFix the *GREMEDY proc address return.
2011-07-15 José FonsecaImplement GL_GREMEDY_string_marker and GL_GREMEDY_frame...
2011-07-15 José FonsecaAdjust the default tracedump path.
2011-07-14 José FonsecaAdd missing headers.
2011-07-14 José FonsecaFallback to /proc/self/cmdline on setuid processes.
2011-07-12 José FonsecaImport PIL modules from PIL package.
next