apitrace icon indicating copy to clipboard operation
apitrace copied to clipboard

Tools for tracing OpenGL, Direct3D, and other graphics APIs

Results 157 apitrace issues
Sort by recently updated
recently updated
newest added

When i try to view a trace for a game i made i have the problem, that the last frame (containing all the cleanup and deletion of objects) is incomplete....

Tracing

The `d3dretrace.exe` have a number of profiling options like `--pcpu`, `--pgpu` etc, but when used none of them produces any numerical output. The only output visible is the header line...

Replaying
Feature Request

If application creates its buffers with glBufferStorage and without GL_MAP_READ_BIT, their contents aren't shown in the GUI. I worked around this by [adding the flag in the application when tracing](https://github.com/turol/smaaDemo/commit/203e9918cd4871ce9ec6fe05f13cfc3abc508b94)...

Hello Jose, Is it possible to log the return address of each function call? As I was spreading the word about apitrace in Vogons forums, I got this request from...

Tracing
Feature Request

The values for Lookup State in an OpenGL trace report only one set of GL_COLOR_MASK. Since OpenGL 3.3+ core context the framebuffer extension is supported and so are indexed blend...

Replaying
Feature Request

``` /wrkdirs/usr/ports/devel/apitrace/work/apitrace-7.1-455-g7c76b90/thirdparty/libbacktrace/dwarf.c:1335:24: warning: comparison of constant 17 with expression of type 'const enum dwarf_tag' is always false [-Wtautological-constant-out-of-range-compare] if (abbrev->tag == DW_TAG_compile_unit ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/devel/apitrace/work/apitrace-7.1-455-g7c76b90/thirdparty/libbacktrace/dwarf.c:1341:24: warning: comparison of constant...

Build

It would tremendously improve the usability of glretrace, if it could be paused. Some other feature ideas: frame counter (so I know in qapitrace which frame to check), step-by-draw-call playback...

Feature Request

# Introduction apitrace 7.1 and apitrace-git fail with [Dying Light](http://store.steampowered.com/app/239140/) # apitrace 7.1 - qapitrace is showing just the first two frames and is printing: ``` Loading: "DyingLightGame.bin.1.trace" warning: unexpected...

Tracing

It would be nice if the panel showed the texture image based on the fuction arguments

GUI
Feature Request

I can't seem to replay the following file: [halo trace](http://www2.zippyshare.com/v/pPK4xDK3/file.html) apitrace writes a whole lot of lines containing "warning: dest buffer overflow of xxx bytes"

Tracing
Replaying