aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-01-23 17:59:12 -0800
committerEric Anholt <[email protected]>2013-02-11 13:14:51 -0800
commitb9a66da258f5be17d68d8e8466fb2e2fa6ad76e8 (patch)
tree6395e70fab3b21895ebf8bd60a51607d2602f254 /src/mesa/drivers/dri/i965/brw_state_upload.c
parente07457d0aec96970a39a2dd1cb4e46da6107eb77 (diff)
i965: Remove some stale comments about the brw_constant_buffer atom.
These have been wrong since f428255bde93a452a7cdd48fba21839c99beb6cb back in 2009! Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state_upload.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index 5b3930a3769..1e2a4c3cb4a 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -36,12 +36,6 @@
#include "intel_batchbuffer.h"
#include "intel_buffers.h"
-/* This is used to initialize brw->state.atoms[]. We could use this
- * list directly except for a single atom, brw_constant_buffer, which
- * has a .dirty value which changes according to the parameters of the
- * current fragment and vertex programs, and so cannot be a static
- * value.
- */
static const struct brw_tracked_state *gen4_atoms[] =
{
&brw_wm_input_sizes,