]> git.cworth.org Git - apitrace/shortlog
apitrace
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.
2011-05-18 José FonsecaUse alpha visuals.
2011-05-17 José FonsecaPrint a warning on incomplete calls.
2011-05-17 José FonsecaFix context sharing when replaying CGL.
2011-05-17 José FonsecaDon't count frames in MakeCurrent if the context/drawab...
2011-05-17 José FonsecaStart with a smaller default window size; avoid race...
2011-05-16 José FonsecaRecognize more parameters.
2011-05-16 José FonsecaRemap buffer handles in glBindBuffer*
2011-05-16 José FonsecaMake snapdiff.py smarter and more flexible to use.
2011-05-15 José FonsecaRudimentary CGL retracing.
2011-05-15 José FonsecaEnsure the libGL.system symlink actually gets built.
2011-05-15 José FonsecaBasic MacOSX tracing support (WIP).
2011-05-15 José FonsecaRemove dead code.
2011-05-15 José FonsecaGet the process name correctly on MacOSX.
next