Comment # 16 on bug 71239 from
I made a apitrace ( https://github.com/apitrace/apitrace ) :
https://www.dropbox.com/s/rn1izcn3htqx18h/metroLastLight.trace

This trace has been done by moving MetroLL to MetroLL.orig and then making a
script called MetroLL with this content:

#!/bin/bash

export MESA_GL_VERSION_OVERRIDE=3.2
export MESA_GLSL_VERSION_OVERRIDE=150
export TRACE_FILE=/home/v10lator/metroLastLight.trace 

LD_PRELOAD=/home/v10lator/git/apitrace/build32/wrappers/glxtrace.so
./MetroLL.orig $@

after that I started the game, let it run till it showed the menu and exited.


You are receiving this mail because: