apitrace
apitrace copied to clipboard
Tools for tracing OpenGL, Direct3D, and other graphics APIs
Hi there and excellent work with the project. This is not to apply pressure or anything as i know maintenance of the project is only as time permits. Are there...
The return handle of glGetTextureHandleARB will differ between different vender/ASIC GPUs, current apitrace uses a **_textureHandle_map** and **_imageHandle_map** to store the original handle (Obtained during trace) and the new handle...
The return handle of glGetTextureHandleARB will differ between different vender/ASIC GPUs, current apitrace uses a _textureHandle_map and _imageHandle_map to store the original handle (Obtained during trace) and the new handle...
I spent an embarrassingly long amount of time banging my head against a wall, and the issue ended up being shared_context not getting properly passed in an eglCreateContext call. I...
Just a minor detail, but while building apitrace today I noticed you've got two consecutive cmake functions which both install apitrace.PIXExp, which is probably not intentional. https://github.com/apitrace/apitrace/blob/2b8019ae2b662ae7686cc2d18c28a83de846bd5f/scripts/CMakeLists.txt#L15-L24
The documentation mentions `qapitrace` in several places, but no such application is found in the provided (Release) archive. It seems to be the most helpful application to investigate traces, thus...
Limitations, by importance: - Resource `::Lock`/`::Unlock` should match in the rendering frame, otherwise unmatched function would be called several times during looping. - State block doesn't capture shaders constants in...
This issue is a further discussion to https://github.com/apitrace/apitrace/issues/785. I want to `trace` and `replay` using the `EGL_EXT_image_dma_buf_import`. # Trace I found that `apitrace` converts `glEGLImageTargetTexture2DOES` into a fake `glTexImage2D`.In most...
The download link https://apitrace.github.io/download/apitrace-latest-Linux.tar.bz2 that is in the [documentation](https://[apitrace](https://apitrace.github.io/#download).github.io/#download) points to a build of an old commit d84eae9a0d36f2872f5900393e50790dc589958a.
procps-ng renamed the pkgconfig and the library, and removed readproc.h. Apitrace needs to be updated to work with the new version.