]> git.cworth.org Git - apitrace/shortlog
apitrace
2012-04-13 José FonsecaMerge branch 'd3dretrace'
2012-04-13 José FonsecaPrevent derreference after free when retracing glFeedba...
2012-04-13 José FonsecaSkip functions without sideeffects alltogether.
2012-04-13 José FonsecaA few minor corrections to GL specs.
2012-04-13 José FonsecaFind the x64 DXSDK libraries.
2012-04-13 Imre DeakAndroid: hard code the trace file path to be under...
2012-04-12 Imre Deakgles: fix lookup for GLESv1 functions
2012-04-12 Imre Deakgles: sanity check GL_COMBINED_TEXTURE_IMAGE_UNITS
2012-04-12 Imre Deakgles: don't call unsupported glGetHandleARB
2012-04-12 Imre Deakgles: fix GLES version string matching
2012-04-12 José FonsecaTrace d3d10.1 too.
2012-04-11 Dan McCabeAdd trim support to qapitrace GUI app.
2012-04-11 Carl Worthapitrace diff-images: Print one line for each file...
2012-04-11 Carl Worthapitrace diff-images: Print one line for each file...
2012-04-11 Carl WorthDon't show images where there is no difference.
2012-04-11 Carl Worthsnapdiff: Provide indication whether images match or not
2012-04-11 Carl Worthos_posix: Fix return value for os::execute()
2012-04-11 Carl Worthsnapdiff: Add filename column to HTML report
2012-04-11 Carl Worthsnapdiff: Remove debugging print statement.
2012-04-11 Carl Worthcli: Add a simple implementation of "apitrace dump...
2012-04-11 José FonsecaFix D3D10 flags.
2012-04-07 José FonsecaAvoid output blobs.
2012-04-07 José FonsecaDebug output of region mappings.
2012-04-07 José FonsecaFix type mismatch in enum deserialization.
2012-04-07 José FonsecaHandle glMapObjectBufferATI/glUnmapObjectBufferATI.
2012-04-07 José FonsecaAdd missing os_time include.
2012-04-07 José FonsecaSeparate allocation and extraction in retracing.
2012-04-07 José FonsecaRecognize zero SizeToLock as full buffer.
2012-04-07 José FonsecaAvoid output blobs.
2012-04-07 José FonsecaAllow InOut arguments.
2012-04-07 José FonsecaDebug output of region mappings.
2012-04-07 José FonsecaUse ANSI escape codes when inside WINE.
2012-04-06 José FonsecaCreate window on d3dretrace.
2012-04-05 José FonsecaRevert "Improve IUnknown::QueryInterface"
2012-04-05 José FonsecaDisable BlockingIODevice with QJSON.
2012-04-05 Kenneth GraunkeFix crash when using apitrace trim's -o option.
2012-04-05 José FonsecaRemove unneeded include.
2012-04-05 José FonsecaAdd missing dependencies to glproc.
2012-04-05 José FonsecaAvoid rebuilding types unnecessarily.
2012-04-05 José FonsecaAvoid conflicting tmps.
2012-04-05 José FonsecaWarn on null this pointer.
2012-04-05 José FonsecaImprove IUnknown::QueryInterface
2012-04-05 José FonsecaFix handles.
2012-04-05 José FonsecaglMapObjectBufferATI
2012-04-05 José FonsecaMore D3D9 spec tweaks.
2012-04-05 José FonsecaRemove unneeded include.
2012-04-05 José FonsecaAdd missing dependencies to glproc.
2012-04-05 José FonsecaHandle glMapObjectBufferATI/glUnmapObjectBufferATI.
2012-04-05 José FonsecaSeveral improvements to C decl parser.
2012-04-05 José FonsecaMore verbose unknown IID warnings.
2012-04-05 José FonsecaTrace ID3D10Debug interface.
2012-04-05 José FonsecaRecognize more D3D10 flags.
2012-04-05 José FonsecaMake obj pointers first class citizens.
2012-04-02 José FonsecaFix glretrace build.
2012-04-02 José FonsecaFix type mismatch in enum deserialization.
2012-04-02 José FonsecaDeserialize structures.
2012-04-02 José FonsecaRename ConstRemover.
2012-04-01 José FonsecaFix D33D9 link failures.
2012-04-01 José FonsecaFix zeroing of unsupported arguments for complex types.
2012-04-01 José FonsecaAdd missing os_time include.
2012-04-01 José FonsecaDescribe C++ references accurately.
2012-04-01 José FonsecaAdjust D3D9's sideeffect settings.
2012-03-30 José FonsecaAllow to include EGL on MacOSX.
2012-03-30 José FonsecaMerge branch 'master' into d3dretrace
2012-03-30 José FonsecaFix build without X11.
2012-03-30 José FonsecaBuild retrace sources only once.
2012-03-29 José FonsecaDrop TRACE_EGL.
2012-03-29 José FonsecaDrop HAVE_EGL.
2012-03-29 José FonsecaFix typo in wgl function call detection.
2012-03-29 Alexandros... Use either glGetTexImage() or bind the texture to a...
2012-03-29 José FonsecaInfer texture size on OpenGL ES via TexSubImage.
2012-03-29 José FonsecaMore code simplification.
2012-03-29 José FonsecaSimplify image size determination.
2012-03-29 José FonsecaSplit image dumping to a separate source file.
2012-03-29 José FonsecaSplit gl shader dumping into a separate file.
2012-03-29 José FonsecaRename glstate.py to glstate_params.py.
2012-03-29 José FonsecaUpdate drawable on variations of glViewport (issue...
2012-03-29 Martin OlssonFix compile error "isatty was not declared"; missing...
2012-03-27 José FonsecaShow important retrace messages long enough to read.
2012-03-27 José FonsecaAuto detect the API from the trace.
2012-03-26 José FonsecaMerge remote-tracking branch 'github/master' into gui...
2012-03-26 José FonsecaFix includes.
2012-03-26 José FonsecaIgnore glXGetCurrentContext in tracediff2.py too.
2012-03-25 José FonsecaRemove ApiTrace::FrameMarker.
2012-03-25 José FonsecaMake frame thumbnail size consistent.
2012-03-25 José FonsecaGet JSON state to not be fully buffered into memory.
2012-03-25 José FonsecaDon't buffer all stdout from retrace when generating...
2012-03-24 José FonsecaProcess stderr one line at time.
2012-03-24 José FonsecaDon't read all json output to memory.
2012-03-24 José FonsecaUpdate news.
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-24 José FonsecaMake thumbnailing an non-automatic action.
2012-03-24 José FonsecaDefer reading all standard error.
2012-03-24 José FonsecaCapture thumbnails only after the trace finished loading.
2012-03-24 José FonsecaRemoved unused copy of thumbnails.
2012-03-24 José FonsecaPass list of frames by reference.
2012-03-24 José FonsecaAvoid QImage object copies by using references.
2012-03-22 José FonsecaFix size comparisons in traceloader.cpp.
2012-03-22 José FonsecaPrevent another buffer overflow.
2012-03-22 Dan McCabeFix buffer overflow.
next