summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-01-20 10:57:20 -0800
committerBrian Paul <[email protected]>2014-01-20 10:57:20 -0800
commitad814d04ca5d579538885a595331b5b27caefd2a (patch)
treef664a0b389d670611c3a37b3263ab87b460c30b1 /SConstruct
parent3a4255148b85d7f92b9485a03861ce1562787de6 (diff)
draw: fix incorrect vertex size computation in LLVM drawing code
We were calling draw_total_vs_outputs() too early. The call to draw_pt_emit_prepare() could result in the vertex size changing. So call draw_total_vs_outputs() after draw_pt_emit_prepare(). This fix would seem to be needed for the non-LLVM code as well, but it's not obvious. Instead, I added an assertion there to try to catch this problem if it were to occur there. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72926 Cc: 10.0 <[email protected]> Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'SConstruct')
0 files changed, 0 insertions, 0 deletions