diff options
author | Alex Deucher <[email protected]> | 2009-08-20 17:20:27 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-08-20 17:21:50 -0400 |
commit | a47bb56d45af07b8cf1461c4c00620ec0b6aca41 (patch) | |
tree | b474aa0eb4b125f67294b62232288588542ef772 /src/mesa/drivers/dri/r600/r700_clear.c | |
parent | ad36058e21630bcb13244ff5939cb7ced44eb715 (diff) |
r600: improve state emission
Slowing migrating to atom based system like
the other radeon drivers.
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_clear.c')
-rw-r--r-- | src/mesa/drivers/dri/r600/r700_clear.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_clear.c b/src/mesa/drivers/dri/r600/r700_clear.c index 05d4af331e0..6d4ea90ccc6 100644 --- a/src/mesa/drivers/dri/r600/r700_clear.c +++ b/src/mesa/drivers/dri/r600/r700_clear.c @@ -46,12 +46,6 @@ static GLboolean r700ClearFast(context_t *context, GLbitfield mask) return GL_FALSE; } -#define R600_NEWPRIM( rmesa ) \ - do { \ - if ( rmesa->radeon.dma.flush ) \ - rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \ - } while (0) - void r700Clear(GLcontext * ctx, GLbitfield mask) { context_t *context = R700_CONTEXT(ctx); |