]> git.cworth.org Git - apitrace/log
apitrace
12 years agoIgnore assertion failure on Mac OS X.
José Fonseca [Fri, 27 May 2011 19:25:41 +0000 (20:25 +0100)]
Ignore assertion failure on Mac OS X.

12 years agoTrace the whole OpenGL framework on Mac OS X.
José Fonseca [Fri, 27 May 2011 19:14:31 +0000 (20:14 +0100)]
Trace the whole OpenGL framework on Mac OS X.

12 years agoTemporarily revert "Upgrade bundled zlib to 1.2.5."
José Fonseca [Fri, 27 May 2011 16:53:30 +0000 (17:53 +0100)]
Temporarily revert "Upgrade bundled zlib to 1.2.5."

It's causing regressions on Windows. Most likely due to build
misconfiguration.

This reverts commit a9a5a2bdbf342493f1a397e885dbd5a25b0c4cf9.

12 years agoDon't generate fake glBindAttribLocation for built-in attributes.
José Fonseca [Thu, 26 May 2011 19:54:29 +0000 (20:54 +0100)]
Don't generate fake glBindAttribLocation for built-in attributes.

12 years agoBuild fixes and minor corrections.
José Fonseca [Thu, 26 May 2011 10:37:30 +0000 (11:37 +0100)]
Build fixes and minor corrections.

12 years agoUpdate readme.
José Fonseca [Thu, 26 May 2011 09:00:14 +0000 (10:00 +0100)]
Update readme.

12 years agoName D3D7 args.
José Fonseca [Thu, 26 May 2011 08:45:55 +0000 (09:45 +0100)]
Name D3D7 args.

12 years agoD3D7 corrections.
José Fonseca [Thu, 26 May 2011 07:21:37 +0000 (08:21 +0100)]
D3D7 corrections.

12 years agoLoads of fixes to ddraw.
José Fonseca [Wed, 25 May 2011 23:58:26 +0000 (00:58 +0100)]
Loads of fixes to ddraw.

Mostly untested.

12 years agoA bit more debugging info when parsing.
José Fonseca [Wed, 25 May 2011 22:21:54 +0000 (23:21 +0100)]
A bit more debugging info when parsing.

12 years agoSeveral DX7 corrections.
José Fonseca [Wed, 25 May 2011 22:21:18 +0000 (23:21 +0100)]
Several DX7 corrections.

12 years agoScript to parse C declarations and spew API definitions.
José Fonseca [Wed, 25 May 2011 22:10:41 +0000 (23:10 +0100)]
Script to parse C declarations and spew API definitions.

12 years agoBuild fixes.
José Fonseca [Wed, 25 May 2011 20:03:40 +0000 (21:03 +0100)]
Build fixes.

12 years agoGet DDraw/D3D7 building.
José Fonseca [Wed, 25 May 2011 09:12:02 +0000 (10:12 +0100)]
Get DDraw/D3D7 building.

Untested.

12 years agoFix build with old DXSDK.
José Fonseca [Tue, 24 May 2011 19:16:37 +0000 (20:16 +0100)]
Fix build with old DXSDK.

12 years agoMerge branch 'thirdparty-upgrade'
José Fonseca [Tue, 24 May 2011 18:46:03 +0000 (19:46 +0100)]
Merge branch 'thirdparty-upgrade'

12 years agoSilence MSVC warnings.
José Fonseca [Tue, 24 May 2011 18:31:26 +0000 (19:31 +0100)]
Silence MSVC warnings.

12 years agoHandle an arbitrary number of image channels.
José Fonseca [Tue, 24 May 2011 08:49:23 +0000 (09:49 +0100)]
Handle an arbitrary number of image channels.

12 years agoUpgrade libpng to 1.5.2.
José Fonseca [Sat, 21 May 2011 08:27:02 +0000 (09:27 +0100)]
Upgrade libpng to 1.5.2.

12 years agoUpgrade bundled zlib to 1.2.5.
José Fonseca [Sat, 21 May 2011 08:10:02 +0000 (09:10 +0100)]
Upgrade bundled zlib to 1.2.5.

12 years agoMove snapshooting to glstate.
José Fonseca [Tue, 24 May 2011 08:13:56 +0000 (09:13 +0100)]
Move snapshooting to glstate.

12 years agotrace_write -> trace_writer
José Fonseca [Tue, 24 May 2011 07:42:59 +0000 (08:42 +0100)]
trace_write -> trace_writer

12 years agoWarning for glMap*Buffer* failures.
José Fonseca [Mon, 23 May 2011 20:20:53 +0000 (21:20 +0100)]
Warning for glMap*Buffer* failures.

12 years agoHandle vertex attriv locations correctly.
José Fonseca [Mon, 23 May 2011 20:20:31 +0000 (21:20 +0100)]
Handle vertex attriv locations correctly.

However, this does nothing for old traces which do not use
glBindAttribLocation, except than an warning message.

12 years agoSilence warnings due to unused variables.
José Fonseca [Mon, 23 May 2011 20:15:12 +0000 (21:15 +0100)]
Silence warnings due to unused variables.

12 years agoInterpret some missing GLbitfields.
José Fonseca [Mon, 23 May 2011 20:14:54 +0000 (21:14 +0100)]
Interpret some missing GLbitfields.

12 years agoUse the process ID as process name when /proc/self/exe can't be read.
José Fonseca [Mon, 23 May 2011 20:14:03 +0000 (21:14 +0100)]
Use the process ID as process name when /proc/self/exe can't be read.

/proc/self/exe is not available on setuid processes.

13 years agoMore control over the diffing output.
José Fonseca [Mon, 23 May 2011 09:08:03 +0000 (10:08 +0100)]
More control over the diffing output.

13 years agoBeginning of a Python reimplementation of tracediff script.
José Fonseca [Sat, 21 May 2011 23:37:12 +0000 (00:37 +0100)]
Beginning of a Python reimplementation of tracediff script.

13 years agoUpdate trace binary format description.
José Fonseca [Sat, 21 May 2011 23:10:50 +0000 (00:10 +0100)]
Update trace binary format description.

13 years agoRemove EVENT_MESSAGE.
José Fonseca [Sat, 21 May 2011 22:57:40 +0000 (23:57 +0100)]
Remove EVENT_MESSAGE.

Never emitted.

13 years agoReimplement tracerepack script in Python.
José Fonseca [Sat, 21 May 2011 21:59:50 +0000 (22:59 +0100)]
Reimplement tracerepack script in Python.

13 years agoUse just PIL on snapdiff, instead of relying on ImageMagick.
José Fonseca [Sat, 21 May 2011 17:47:21 +0000 (18:47 +0100)]
Use just PIL on snapdiff, instead of relying on ImageMagick.

13 years agoDump D3D8 shaders too.
José Fonseca [Sat, 21 May 2011 09:14:01 +0000 (10:14 +0100)]
Dump D3D8 shaders too.

13 years agoRemove dead code.
José Fonseca [Sat, 21 May 2011 09:04:46 +0000 (10:04 +0100)]
Remove dead code.

13 years agoPNG portability fixes.
José Fonseca [Sat, 21 May 2011 09:03:51 +0000 (10:03 +0100)]
PNG portability fixes.

13 years agoDisable _all_ error checking when benchmarking.
José Fonseca [Sat, 21 May 2011 00:56:08 +0000 (01:56 +0100)]
Disable _all_ error checking when benchmarking.

13 years agoRemap handles on several GL calls.
José Fonseca [Sat, 21 May 2011 00:36:31 +0000 (01:36 +0100)]
Remap handles on several GL calls.

13 years agoDon't show windows until they are first resized.
José Fonseca [Fri, 20 May 2011 22:54:13 +0000 (23:54 +0100)]
Don't show windows until they are first resized.

13 years agoFix spacing of error message.
José Fonseca [Fri, 20 May 2011 22:24:16 +0000 (23:24 +0100)]
Fix spacing of error message.

13 years agoHandle explicit flushes better.
José Fonseca [Fri, 20 May 2011 16:45:26 +0000 (17:45 +0100)]
Handle explicit flushes better.

13 years agoReset store state before ReadPixels.
José Fonseca [Fri, 20 May 2011 09:34:38 +0000 (10:34 +0100)]
Reset store state before ReadPixels.

13 years agoTell the window manager to respect the requested window size
José Fonseca [Fri, 20 May 2011 09:28:42 +0000 (10:28 +0100)]
Tell the window manager to respect the requested window size

13 years agoDetermine drawable sizes on MacOSX.
José Fonseca [Thu, 19 May 2011 16:57:18 +0000 (17:57 +0100)]
Determine drawable sizes on MacOSX.

Not sure it works correctly on Cocoa apps.

13 years agoReorganize glstate code.
José Fonseca [Thu, 19 May 2011 09:45:04 +0000 (10:45 +0100)]
Reorganize glstate code.

13 years agoReset the scissor after resizing the window.
José Fonseca [Wed, 18 May 2011 08:54:36 +0000 (09:54 +0100)]
Reset the scissor after resizing the window.

13 years agoStart making glstate an independent module.
José Fonseca [Wed, 18 May 2011 08:33:37 +0000 (09:33 +0100)]
Start making glstate an independent module.

13 years agoUse alpha visuals.
José Fonseca [Wed, 18 May 2011 07:17:56 +0000 (08:17 +0100)]
Use alpha visuals.

13 years agoPrint a warning on incomplete calls.
José Fonseca [Tue, 17 May 2011 19:43:14 +0000 (20:43 +0100)]
Print a warning on incomplete calls.

Useful for GL crashes.

13 years agoFix context sharing when replaying CGL.
José Fonseca [Tue, 17 May 2011 19:39:02 +0000 (20:39 +0100)]
Fix context sharing when replaying CGL.

13 years agoDon't count frames in MakeCurrent if the context/drawable don't change.
José Fonseca [Tue, 17 May 2011 08:58:42 +0000 (09:58 +0100)]
Don't count frames in MakeCurrent if the context/drawable don't change.

13 years agoStart with a smaller default window size; avoid race conditions on resize.
José Fonseca [Tue, 17 May 2011 08:43:36 +0000 (09:43 +0100)]
Start with a smaller default window size; avoid race conditions on resize.

Because most mesa demos use a 250x250 window, and the window only grows
to accomodate the viewport (never shrinks) so we end up retracing with
a larger framebuffer.

But for this to work all the time, especially with DRI drivers which do
not hook into glViewport, it was necessary to do more event processing
to ensure that by the time the resize is done, the new window size is
visible to GL.

13 years agoRecognize more parameters.
José Fonseca [Mon, 16 May 2011 08:53:59 +0000 (09:53 +0100)]
Recognize more parameters.

13 years agoRemap buffer handles in glBindBuffer*
José Fonseca [Mon, 16 May 2011 08:33:50 +0000 (09:33 +0100)]
Remap buffer handles in glBindBuffer*

13 years agoMake snapdiff.py smarter and more flexible to use.
José Fonseca [Sun, 15 May 2011 10:50:01 +0000 (11:50 +0100)]
Make snapdiff.py smarter and more flexible to use.

13 years agoRudimentary CGL retracing.
José Fonseca [Sun, 15 May 2011 12:52:28 +0000 (13:52 +0100)]
Rudimentary CGL retracing.

13 years agoEnsure the libGL.system symlink actually gets built.
José Fonseca [Sun, 15 May 2011 12:20:56 +0000 (13:20 +0100)]
Ensure the libGL.system symlink actually gets built.

13 years agoBasic MacOSX tracing support (WIP).
José Fonseca [Sun, 15 May 2011 11:56:59 +0000 (12:56 +0100)]
Basic MacOSX tracing support (WIP).

13 years agoRemove dead code.
José Fonseca [Sun, 15 May 2011 11:49:30 +0000 (12:49 +0100)]
Remove dead code.

13 years agoGet the process name correctly on MacOSX.
José Fonseca [Sun, 15 May 2011 11:00:10 +0000 (12:00 +0100)]
Get the process name correctly on MacOSX.

13 years agoAdd snapshot comparison criteria in tracecheck.py
José Fonseca [Sat, 14 May 2011 13:56:08 +0000 (14:56 +0100)]
Add snapshot comparison criteria in tracecheck.py

13 years agoRemove status section from README.
José Fonseca [Sat, 14 May 2011 13:12:43 +0000 (14:12 +0100)]
Remove status section from README.

Out of date.

13 years agoPut license in a separate file.
José Fonseca [Sat, 14 May 2011 13:05:47 +0000 (14:05 +0100)]
Put license in a separate file.

13 years agoMention tracy, reformat links.
José Fonseca [Sat, 14 May 2011 13:02:45 +0000 (14:02 +0100)]
Mention tracy, reformat links.

13 years agoInclude README & TODO in the package.
José Fonseca [Sat, 14 May 2011 09:46:24 +0000 (10:46 +0100)]
Include README & TODO in the package.

13 years agoRevert "Set default build type to debug."
José Fonseca [Sat, 14 May 2011 09:34:08 +0000 (10:34 +0100)]
Revert "Set default build type to debug."

This reverts commit d75f6073101486e05b6cb4aedb4a923352330309.

13 years agoFix spec of arrays in D3D.
José Fonseca [Sat, 14 May 2011 09:31:54 +0000 (10:31 +0100)]
Fix spec of arrays in D3D.

13 years agoAdd some notes about building GUI on Windows.
José Fonseca [Sat, 14 May 2011 07:48:59 +0000 (08:48 +0100)]
Add some notes about building GUI on Windows.

13 years agoQJSON_INCLUDE_DIRS -> QJSON_INCLUDE_DIR
José Fonseca [Sat, 14 May 2011 07:35:24 +0000 (08:35 +0100)]
QJSON_INCLUDE_DIRS -> QJSON_INCLUDE_DIR

As documented in FindQJSON.cmake.

Thanks to crobi to point this out in issue 2.

13 years agoTrace GL_SGIS_point_parameters.
José Fonseca [Thu, 12 May 2011 20:52:52 +0000 (21:52 +0100)]
Trace GL_SGIS_point_parameters.

13 years agoDon't link with unnecessary X11 libraries.
José Fonseca [Thu, 12 May 2011 20:18:05 +0000 (21:18 +0100)]
Don't link with unnecessary X11 libraries.

13 years agoCorrect types of several parameters.
José Fonseca [Thu, 12 May 2011 19:59:37 +0000 (20:59 +0100)]
Correct types of several parameters.

13 years agoDump shader objects too.
José Fonseca [Thu, 12 May 2011 16:21:34 +0000 (17:21 +0100)]
Dump shader objects too.

13 years agoAdd helper script to use with git-bisect.
José Fonseca [Wed, 11 May 2011 13:56:36 +0000 (14:56 +0100)]
Add helper script to use with git-bisect.

13 years agoAdd script to recompress traces.
José Fonseca [Tue, 10 May 2011 19:37:27 +0000 (20:37 +0100)]
Add script to recompress traces.

13 years agoCode formatting.
José Fonseca [Tue, 10 May 2011 19:36:40 +0000 (20:36 +0100)]
Code formatting.

Brackets help read generated code, given that indenting is totally broken.

13 years agoTake snapshot but don't count glReadPixels as frames.
José Fonseca [Tue, 10 May 2011 19:36:11 +0000 (20:36 +0100)]
Take snapshot but don't count glReadPixels as frames.

Based on a change by Michel Danzer.

13 years agoSymbolic names for GLX string queries.
José Fonseca [Tue, 10 May 2011 19:33:43 +0000 (20:33 +0100)]
Symbolic names for GLX string queries.

13 years agoObject handles chosen by the implementation and need to be remapped.
José Fonseca [Tue, 10 May 2011 19:33:17 +0000 (20:33 +0100)]
Object handles chosen by the implementation and need to be remapped.

13 years agoAttrib locations are specified by the user.
José Fonseca [Tue, 10 May 2011 19:32:34 +0000 (20:32 +0100)]
Attrib locations are specified by the user.

Unlike uniform locations they don't need to be remaped. This also fixes
collision between vertex attrib locations and uniform locations on the
same program.

13 years agoRemove dependency from GL headers on the GUI.
José Fonseca [Tue, 10 May 2011 19:27:00 +0000 (20:27 +0100)]
Remove dependency from GL headers on the GUI.

Therefore avoiding depending on Windows headers.

Furthermore, we'll eventually replace GL_XXX types names with more generic
ones when we support more than GL on the GUI.

13 years agoFix typo in glVertexAttribPointerNV's parameter name.
José Fonseca [Tue, 10 May 2011 09:03:15 +0000 (10:03 +0100)]
Fix typo in glVertexAttribPointerNV's parameter name.

13 years agoMore GLX attrib names
José Fonseca [Mon, 9 May 2011 22:43:39 +0000 (23:43 +0100)]
More GLX attrib names

13 years agoMinor tweaks to ARB_shader_object tracing.
José Fonseca [Mon, 9 May 2011 22:43:16 +0000 (23:43 +0100)]
Minor tweaks to ARB_shader_object tracing.

13 years agoReset all pixel store state before snapshoting.
José Fonseca [Mon, 9 May 2011 22:42:30 +0000 (23:42 +0100)]
Reset all pixel store state before snapshoting.

13 years agoMerge branch 'master' into multi-context
José Fonseca [Mon, 9 May 2011 20:27:02 +0000 (21:27 +0100)]
Merge branch 'master' into multi-context

Conflicts:
glretrace.hpp
glretrace_main.cpp

13 years agoTake a snapshots on glReadPixels.
José Fonseca [Mon, 9 May 2011 19:54:31 +0000 (20:54 +0100)]
Take a snapshots on glReadPixels.

13 years agoCheck status of glProgramString{ARB,NV}/glCompileShaderARB/glLinkProgramARB
José Fonseca [Mon, 9 May 2011 19:53:10 +0000 (20:53 +0100)]
Check status of glProgramString{ARB,NV}/glCompileShaderARB/glLinkProgramARB

13 years agoDescribe glGetShader params.
José Fonseca [Mon, 9 May 2011 19:21:21 +0000 (20:21 +0100)]
Describe glGetShader params.

13 years agoShow info log when glCompileShader/glLinkProgram fails.
José Fonseca [Mon, 9 May 2011 19:20:55 +0000 (20:20 +0100)]
Show info log when glCompileShader/glLinkProgram fails.

13 years agoDescribe glGetProgram params.
José Fonseca [Mon, 9 May 2011 19:12:39 +0000 (20:12 +0100)]
Describe glGetProgram params.

13 years agoFix programObj type.
José Fonseca [Mon, 9 May 2011 10:33:47 +0000 (11:33 +0100)]
Fix programObj type.

13 years agoDon't try to use more samples than the implementation supports
José Fonseca [Mon, 9 May 2011 10:32:15 +0000 (11:32 +0100)]
Don't try to use more samples than the implementation supports

13 years agoMany corrections to the retracing of programs and uniforms.
José Fonseca [Mon, 9 May 2011 10:22:54 +0000 (11:22 +0100)]
Many corrections to the retracing of programs and uniforms.

13 years agoDump the call when issuing warnings if verbosity is not set.
José Fonseca [Mon, 9 May 2011 10:13:33 +0000 (11:13 +0100)]
Dump the call when issuing warnings if verbosity is not set.

13 years agoHandle user pointer arrays in more draw calls.
José Fonseca [Mon, 9 May 2011 10:11:37 +0000 (11:11 +0100)]
Handle user pointer arrays in more draw calls.

13 years agoImprove gl*Map* description.
José Fonseca [Mon, 9 May 2011 08:21:34 +0000 (09:21 +0100)]
Improve gl*Map* description.

13 years agoInterpret glRenderMode return as a GLenum.
José Fonseca [Mon, 9 May 2011 08:16:16 +0000 (09:16 +0100)]
Interpret glRenderMode return as a GLenum.

13 years agoAllow to do GLlocation mapping in more places.
José Fonseca [Mon, 9 May 2011 08:10:18 +0000 (09:10 +0100)]
Allow to do GLlocation mapping in more places.

13 years agos/GLvertexArray/GLarray/
José Fonseca [Mon, 9 May 2011 08:06:02 +0000 (09:06 +0100)]
s/GLvertexArray/GLarray/