]> git.cworth.org Git - apitrace/history - wrappers/trace.py
Merge branch 'master' into d2d
[apitrace] / wrappers / trace.py
2012-11-07 José FonsecaMerge branch 'master' into d2d
2012-11-06 José Fonsecadxva: Eliminate the globals hack.
2012-11-05 José FonsecaMerge branch 'master' into dxva
2012-11-04 José Fonsecad3d10: Trace blobs for initial data.
2012-09-28 José FonsecaMerge remote-tracking branch 'github/master' into d2d
2012-08-10 José FonsecaMerge remote-tracking branch 'github/master' into profi...
2012-08-09 José FonsecaMerge branch 'opengl-4.3'
2012-08-07 José FonsecaCleanup strings constness.
2012-08-06 José FonsecaMerge remote-tracking branch 'jbenton/master'
2012-08-05 José FonsecaMerge branch 'egl-image'
2012-08-02 José FonsecaEmit a fake glTexImage for glEGLImageTargetTexture2DOES.
2012-07-12 José FonsecaMerge commit '5c298db8fe117e0a445af051335aa0da91c3a31b'
2012-07-07 José FonsecaRelocate tracing (dis/en)enablement.
2012-07-07 Imre DeakAndroid: add support for dynamically enable/disable...
2012-06-11 Carl WorthAvoid walking off array if given a negative value for...
2012-05-10 José FonsecaEnsure alloca is declared.
2012-05-09 José FonsecaFix D3D11 tracing with D3D11_CREATE_DEVICE_DEBUG flag.
2012-05-09 José FonsecaCleanup return value wrapping.
2012-05-04 José FonsecaTrace all d3d10.dll functions.
2012-05-02 José FonsecaEnsure all interface wrapper variables are initialized.
2012-04-29 José FonsecaFactor out the lock rect size computation.
2012-04-28 José FonsecaHandle IID wrapping of non void pointers.
2012-04-19 José FonsecaDon't abuse double-underscore prefix.
2012-04-16 José FonsecaFix querying an external derived interface.
2012-04-16 José FonsecaImprove tracing of ID3D11DeviceContext::CheckFeatureSup...
2012-04-15 José FonsecaCleanup how pointers are handled.
2012-04-15 José FonsecaFactor the proc address wrapping into gltrace.py
2012-04-15 José FonsecaCleanup a bit more IID handling.
2012-04-15 José FonsecaHandle REFIIDs on functions too.
2012-04-14 José FonsecaUse ObjPointers consistenty.
2012-04-14 José FonsecaProperly (un)wrap array arguments.
2012-04-14 José FonsecaMove tracers to wrappers subdirectory.