plans to support more advanced viewing of textures?

io.github.apitrace at io7m.com io.github.apitrace at io7m.com
Tue Jan 6 13:39:48 PST 2015


On 2015-01-06T21:22:21 +0000
José Fonseca <jose.r.fonseca at gmail.com> wrote:

> Thanks for the trace.
> 
> I ran against one unrelated problem when replaying the trace -- a recent
> regrssions, which I just fixed [1]
> 
> But when I inspect the trace, the texture looks OK on both cases.
> 
> Please try updating apitrace to master's tip, rebuild and retry.
> 
> If the issue persists it might be tied to the GL driver, or be a bug in the
> GL driver itself.
> 
> This is where I did my testing (from glxinfo):
> 
>   OpenGL vendor string: Intel Open Source Technology Center
>   OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
>   OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.2
>   OpenGL core profile shading language version string: 3.30

Attempting to build master as of a few minutes ago runs into a
compilation error:

Linking CXX static library libcommon.a
make[2]: Leaving directory '/tmp/sandbox/com.github/apitrace/apitrace/build'
[ 14%] Built target common
make[2]: Entering directory '/tmp/sandbox/com.github/apitrace/apitrace/build'
Scanning dependencies of target glhelpers
make[2]: Leaving directory '/tmp/sandbox/com.github/apitrace/apitrace/build'
make[2]: Entering directory '/tmp/sandbox/com.github/apitrace/apitrace/build'
[ 14%] Building CXX object helpers/CMakeFiles/glhelpers.dir/glprofile.cpp.o
/tmp/sandbox/com.github/apitrace/apitrace/helpers/glprofile.cpp:32:22: fatal error: glproc.hpp: No such file or directory
 #include "glproc.hpp"
                      ^
compilation terminated.
helpers/CMakeFiles/glhelpers.dir/build.make:54: recipe for target 'helpers/CMakeFiles/glhelpers.dir/glprofile.cpp.o' failed
make[2]: *** [helpers/CMakeFiles/glhelpers.dir/glprofile.cpp.o] Error 1
make[2]: Leaving directory '/tmp/sandbox/com.github/apitrace/apitrace/build'
CMakeFiles/Makefile2:496: recipe for target 'helpers/CMakeFiles/glhelpers.dir/all' failed
make[1]: *** [helpers/CMakeFiles/glhelpers.dir/all] Error 2
make[1]: Leaving directory '/tmp/sandbox/com.github/apitrace/apitrace/build'
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
make: Leaving directory '/tmp/sandbox/com.github/apitrace/apitrace/build'

For the record, I'm running on:

OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RV730
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.5
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

It's basically Mesa on an AMD 4670.

M


More information about the apitrace mailing list