diff options
author | Eric Anholt <[email protected]> | 2009-11-22 04:30:01 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-01-19 11:32:57 -0800 |
commit | d1cefabf98ac25832a420b245549492cc3bc6b4d (patch) | |
tree | 9fa5db11665c4b2d4c8e4e6ab2d5446ed8c4d49e /src/mesa/drivers/dri/i965 | |
parent | fb4901593c9495714d3f54920a28c271852e2112 (diff) |
i965: Remove obsolete comment about the state atoms.
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state_upload.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index af8dfb4c15c..d7d4d876de2 100644 --- a/src/mesa/drivers/dri/i965/brw_state_upload.c +++ b/src/mesa/drivers/dri/i965/brw_state_upload.c @@ -36,13 +36,7 @@ #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. - */ -const struct brw_tracked_state *atoms[] = +static const struct brw_tracked_state *atoms[] = { &brw_check_fallback, |