summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-02-01 05:59:00 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-02-01 05:59:00 +0000
commit4a3c6095fcf6900ddb7a8f1110de4b4162673356 (patch)
tree6b4d9568448dbe612cd2b3be5f9f530bc2cfe4ca /src/mesa/drivers/dri
parent0ab7fb56f58689474920cfd7ebd20829921c2df1 (diff)
Looks like we can define FIRE_VERTICES correctly.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.h b/src/mesa/drivers/dri/r300/r300_state.h
index a04835c79d..c161978e5a 100644
--- a/src/mesa/drivers/dri/r300/r300_state.h
+++ b/src/mesa/drivers/dri/r300/r300_state.h
@@ -48,11 +48,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#define R300_FIREVERTICES( r300 ) \
do { \
- /* \
- if ( (r300)->store.cmd_used || (r300)->dma.flush ) { \
- radeonFlush( (r300)->radeon.glCtx ); \
+ \
+ if ( (r300)->cmdbuf.count_used || (r300)->dma.flush ) { \
+ r300Flush( (r300)->radeon.glCtx ); \
} \
- */ \
+ \
} while (0)