diff options
author | Eric Anholt <[email protected]> | 2008-08-08 10:53:25 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-08-08 10:53:25 -0700 |
commit | 527e1cf172cb0a4d1f2891a351498669be1620cd (patch) | |
tree | c7a159514dc127d7b7d3c5cc42a4d772dfb43c61 /src/mesa/drivers/dri/i965/brw_urb.c | |
parent | ded9414024ef7b2fb1d991d872c56c0d85e9ce1f (diff) |
965: cleanups to state emission from aperture checking and state ordering.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_urb.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_urb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_urb.c b/src/mesa/drivers/dri/i965/brw_urb.c index c423dbe7d77..244c82169ae 100644 --- a/src/mesa/drivers/dri/i965/brw_urb.c +++ b/src/mesa/drivers/dri/i965/brw_urb.c @@ -187,15 +187,3 @@ void brw_upload_urb_fence(struct brw_context *brw) BRW_BATCH_STRUCT(brw, &uf); } - - -#if 0 -const struct brw_tracked_state brw_urb_fence = { - .dirty = { - .mesa = 0, - .brw = BRW_NEW_URB_FENCE | BRW_NEW_PSP, - .cache = 0 - }, - .update = brw_upload_urb_fence -}; -#endif |