]> git.cworth.org Git - apitrace/commit
glxtrace: Prevent overflow in glXBindTexImageEXT fo.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 10 May 2013 08:35:35 +0000 (09:35 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 10 May 2013 08:35:35 +0000 (09:35 +0100)
commitd87aabdd0be10c2765c4b4e84508257b8e45a642
tree1f874e227ec13363a782de9326c9a634fd82bf75
parent151c370e340598cc2279e14e4513fa3247add12a
glxtrace: Prevent overflow in glXBindTexImageEXT fo.

Stride needs to be 4bytes aligned.  We should probably use
GL_RGBA all the time, and avoid trouble here.
wrappers/glxtrace.py