summaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-04-28 07:38:53 -0600
committerBrian Paul <[email protected]>2011-04-28 07:51:55 -0600
commit284191560b191ebb2219e0f5fe2de4128ad172a5 (patch)
treec3f2c48ae53d992398b9bab004c24b765289ff4f /src/egl
parentfa7a051c251552c4581caadce772a29c64f6a850 (diff)
llvmpipe: move active_query assignment in lp_setup_begin_query()
If we run out of bin memory and do an early return from lp_setup_begin_query() we'd omit setting the setup->active_query pointer. Then, when lp_setup_end_query() was later called, the assertion for setup->active_query == pq would fail. Moving the assigment in lp_setup_begin_query() avoids that. Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/egl')
0 files changed, 0 insertions, 0 deletions