]> git.cworth.org Git - apitrace/shortlog
apitrace
2011-06-07 José Fonsecatracediff: Allow to control the call limit.
2011-06-07 José FonsecaDump framebuffer images with their true size.
2011-06-06 José FonsecaMore accurate include/linkage in Mac OS X.
2011-06-06 José FonsecaDump framebuffer parameters.
2011-06-06 José FonsecaWarn instead of aborting for missing entry-points.
2011-06-06 José FonsecaRecognize CGLFlushDrawable as a swapbuffer.
2011-06-06 José FonsecaGenerate .tar.bz2 packages on Linux.
2011-06-05 José FonsecaAdjust default precision threshold.
2011-06-05 José FonsecaUse CMAKE_SHARED_LIBRARY_C_FLAGS instead of -fPIC.
2011-06-05 José FonsecaAccept python 2.7 too.
2011-06-04 José FonsecaFail when trace file in command line can't be openend.
2011-06-04 José FonsecaSet snapshot frequency with -c option too.
2011-06-04 José FonsecaScript to run glretrace in parallel, comparing generate...
2011-06-04 José Fonsecaformat.py is not executable.
2011-06-04 José FonsecaDon't generate redundant strings.
2011-06-04 José FonsecaPer thirdparty library CMakeLists.xt
2011-06-04 José FonsecaDon't generate import libraries for wrapper DLLs.
2011-06-04 José FonsecaTweak the include order to avoid symbol conflicts.
2011-06-04 José FonsecaUse -isystem to DirectX SDK headers on MinGW.
2011-06-04 José FonsecaRemove dead ImageMagick's compare invocation code.
2011-06-04 José FonsecaSpecify fuzz as a ratio instead of percentage.
2011-06-04 José FonsecaMore convenient debug output on scripts/trace.py
2011-06-04 José FonsecaTrace EXT_texture_from_pixmap.
2011-06-04 José FonsecaSupport glMulti*.
2011-06-04 José FonsecaSupport glMap*
2011-06-03 José FonsecaActually set double buffer as default...
2011-06-02 José FonsecaConsider glPixelStore state in image size computation.
2011-06-02 José FonsecaRecognize offsets instead of blobs when PBOs are bound.
2011-06-02 José FonsecaReset GL_PIXEL_PACK_BUFFER state too when reading images.
2011-06-02 José FonsecaGenerate a .dmg package on Mac OS X.
2011-06-02 José FonsecaMake windows build user friendlier.
2011-06-02 José FonsecaSmarter detection of DirectX SDK.
2011-06-02 José FonsecaAllow to specify the snapshot frequency.
2011-06-01 José FonsecaUse double buffer visuals by default.
2011-05-31 José FonsecaParse traces directly from python.
2011-05-28 José FonsecaRemove unused header.
2011-05-28 José FonsecaAbility to write a new call to trace file.
2011-05-28 José FonsecaSet FunctionSig's id.
2011-05-28 José FonsecaMove signatures to trace_model.hpp where they belong.
2011-05-28 José FonsecaMake Trace::Writer methods a bit more consistent.
2011-05-28 José FonsecaBetter naming for bitmask signature.
2011-05-28 José FonsecaUnify Call::Signature into FunctionSig.
2011-05-28 José FonsecaUnify Struct::Signature into StructSig
2011-05-28 José FonsecaUnify Enum::Signature into EnumSig.
2011-05-28 José FonsecaDrop dead value unwrap code.
2011-05-28 José FonsecaUnify Bitmask::Signature with BitmaskSig.
2011-05-28 José FonsecaUnify Bitmask::Pair with BitmaskVal.
2011-05-28 José FonsecaUse clear instead of empty assignment to reset writer...
2011-05-28 José FonsecaUse regular C strings everywhere.
2011-05-28 José FonsecaRemove the empty default state message box.
2011-05-28 José FonsecaFix D3D shader dumping after trace writing refactoring.
2011-05-28 José FonsecaTurn trace writer into a class.
2011-05-27 José FonsecaCleanup pointless abort variations.
2011-05-27 José FonsecaIgnore assertion failure on Mac OS X.
2011-05-27 José FonsecaTrace the whole OpenGL framework on Mac OS X.
2011-05-27 José FonsecaTemporarily revert "Upgrade bundled zlib to 1.2.5."
2011-05-26 José FonsecaDon't generate fake glBindAttribLocation for built...
2011-05-26 José FonsecaBuild fixes and minor corrections.
2011-05-26 José FonsecaUpdate readme.
2011-05-26 José FonsecaName D3D7 args.
2011-05-26 José FonsecaD3D7 corrections.
2011-05-25 José FonsecaLoads of fixes to ddraw.
2011-05-25 José FonsecaA bit more debugging info when parsing.
2011-05-25 José FonsecaSeveral DX7 corrections.
2011-05-25 José FonsecaScript to parse C declarations and spew API definitions.
2011-05-25 José FonsecaBuild fixes.
2011-05-25 José FonsecaGet DDraw/D3D7 building.
2011-05-24 José FonsecaFix build with old DXSDK.
2011-05-24 José FonsecaMerge branch 'thirdparty-upgrade'
2011-05-24 José FonsecaSilence MSVC warnings.
2011-05-24 José FonsecaHandle an arbitrary number of image channels.
2011-05-24 José FonsecaUpgrade libpng to 1.5.2.
2011-05-24 José FonsecaUpgrade bundled zlib to 1.2.5.
2011-05-24 José FonsecaMove snapshooting to glstate.
2011-05-24 José Fonsecatrace_write -> trace_writer
2011-05-23 José FonsecaWarning for glMap*Buffer* failures.
2011-05-23 José FonsecaHandle vertex attriv locations correctly.
2011-05-23 José FonsecaSilence warnings due to unused variables.
2011-05-23 José FonsecaInterpret some missing GLbitfields.
2011-05-23 José FonsecaUse the process ID as process name when /proc/self...
2011-05-23 José FonsecaMore control over the diffing output.
2011-05-21 José FonsecaBeginning of a Python reimplementation of tracediff...
2011-05-21 José FonsecaUpdate trace binary format description.
2011-05-21 José FonsecaRemove EVENT_MESSAGE.
2011-05-21 José FonsecaReimplement tracerepack script in Python.
2011-05-21 José FonsecaUse just PIL on snapdiff, instead of relying on ImageMa...
2011-05-21 José FonsecaDump D3D8 shaders too.
2011-05-21 José FonsecaRemove dead code.
2011-05-21 José FonsecaPNG portability fixes.
2011-05-21 José FonsecaDisable _all_ error checking when benchmarking.
2011-05-21 José FonsecaRemap handles on several GL calls.
2011-05-20 José FonsecaDon't show windows until they are first resized.
2011-05-20 José FonsecaFix spacing of error message.
2011-05-20 José FonsecaHandle explicit flushes better.
2011-05-20 José FonsecaReset store state before ReadPixels.
2011-05-20 José FonsecaTell the window manager to respect the requested window...
2011-05-19 José FonsecaDetermine drawable sizes on MacOSX.
2011-05-19 José FonsecaReorganize glstate code.
2011-05-18 José FonsecaReset the scissor after resizing the window.
2011-05-18 José FonsecaStart making glstate an independent module.
next