]> git.cworth.org Git - apitrace/blob - specs/scripts/sort.sh
gltrace,glretrace: Properly handle PBOs with GL_EXT_direct_state_access.
[apitrace] / specs / scripts / sort.sh
1 #!/bin/sh
2 sed -e 's/\(^.*#\) \(0x\w\+\)$/\2 \1/' "$@" | sort | sed -e 's/\(0x\w\+\) \(.*#\)$/\2 \1/'