summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_metaops.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2007-01-06 17:13:45 -0800
committerKeith Packard <keithp@neko.keithp.com>2007-01-06 17:13:45 -0800
commit62db3cc34982d2fec9165633813ef6e656f7d497 (patch)
tree29c4abaa9c36dd8fe6c18147dce7c3383bc28164 /src/mesa/drivers/dri/i965/brw_metaops.c
parent9311c29558156859c6b26389c1b20a25d361d39d (diff)
Various warning fixes for i965 driver.
vertex/fragment programs provided as const. bmSetFenceLock should return bmSetFence value.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_metaops.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_metaops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_metaops.c b/src/mesa/drivers/dri/i965/brw_metaops.c
index 2deec5eae3..acd1d58191 100644
--- a/src/mesa/drivers/dri/i965/brw_metaops.c
+++ b/src/mesa/drivers/dri/i965/brw_metaops.c
@@ -492,8 +492,7 @@ static void meta_draw_quad(struct intel_context *intel,
}
-static void install_meta_state( struct intel_context *intel,
- GLenum state )
+static void install_meta_state( struct intel_context *intel )
{
GLcontext *ctx = &intel->ctx;
struct brw_context *brw = brw_context(ctx);