diff options
author | Marek Olšák <[email protected]> | 2012-07-02 17:10:09 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-02 17:48:36 +0200 |
commit | 9f0f2f9512c3c9dcf875efa490b587f010b260c1 (patch) | |
tree | 14796fdfbe746961f9a68815b86659e07f7dc343 /src/mesa/drivers/common/meta.c | |
parent | 876889b35502a110ca18c7325abe6e0727dc89f5 (diff) |
mesa: use FLUSH_CURRENT and not FLUSH_VERTICES in _mesa_validate_*
ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL calls FLUSH_VERTICES, which
is not what we want.
This fixes a breakage in classic drivers, introduced in:
62b971673950148eb949ba23d7fdc47debea16f0
vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way around
It should fix:
https://bugs.freedesktop.org/show_bug.cgi?id=51629
https://bugs.freedesktop.org/show_bug.cgi?id=51642
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common/meta.c')
0 files changed, 0 insertions, 0 deletions