diff options
author | Brian Paul <[email protected]> | 2011-04-28 07:38:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-28 07:51:55 -0600 |
commit | 284191560b191ebb2219e0f5fe2de4128ad172a5 (patch) | |
tree | c3f2c48ae53d992398b9bab004c24b765289ff4f /src/egl | |
parent | fa7a051c251552c4581caadce772a29c64f6a850 (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