summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_emit.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-08-20 18:55:41 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-08-20 18:55:41 -0400
commitba48e78b1f7cf307d505583f758c65b158f5aae0 (patch)
tree524dae6b2847f1c8874760643dde73c0ad0a2773 /src/mesa/drivers/dri/r600/r600_emit.c
parenta47bb56d45af07b8cf1461c4c00620ec0b6aca41 (diff)
r600: convert to using common radeon state atoms
switches more state handling to common code. We need should be more fine grained with the state atoms eventually.
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_emit.c')
-rw-r--r--src/mesa/drivers/dri/r600/r600_emit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_emit.c b/src/mesa/drivers/dri/r600/r600_emit.c
index b695ed9583..b0c7294682 100644
--- a/src/mesa/drivers/dri/r600/r600_emit.c
+++ b/src/mesa/drivers/dri/r600/r600_emit.c
@@ -49,7 +49,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
void r600EmitCacheFlush(context_t *rmesa)
{
- BATCH_LOCALS(&rmesa->radeon);
}
GLboolean r600EmitShader(GLcontext * ctx,