API Trace hosts its code at https://github.com/apitrace/apitrace.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:apitrace

See all merge proposals.

API Trace has 2 active branches owned by 1 person. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:apitrace
Series: trunk
1 Development 2021-01-20 15:30:08 UTC
3794. gltrace: Calculate compressed texture...

Author: Sergii Romantsov
Revision Date: 2021-01-20 15:30:08 UTC

gltrace: Calculate compressed textures size

Replaying Dota 2 trace resulted in a crash due to invalid memory access.
It was caused by incorrect size of the compressed texture's buffer.
imageSize passed by user doesn't take into account pixel storage
modes, however the amount data which should be copied depends these
modes.

Due to lack of tests (no tests in VK-GL-CTS and Piglit) it was tested
only on Dota 2, Civilization VI and "Gl_420_texture_pixel_store" from
jogl-samples, thus testing only glCompressedTexSubImage2D.

v2: fixed cases with skipping pixels and rows.
v3: return imageSize if storage modes aren't used.
    handle GL_UNPACK_SKIP_IMAGES.

Signed-off-by: Sergii Romantsov <sergii.romantsov@globallogic.com>
Signed-off-by: Danylo Piliaiev <danylo.piliaiev@globallogic.com>

lp:~ted/apitrace/ubuntu 1 Development 2011-07-06 15:28:09 UTC
767. releasing version 0.0.0-0ubuntu7

Author: Ted Gould
Revision Date: 2011-07-06 15:28:09 UTC

releasing version 0.0.0-0ubuntu7

12 of 2 results
You can't create new branches for API Trace.