i965: Remove obsolete comment about the state atoms.
authorEric Anholt <eric@anholt.net>
Sun, 22 Nov 2009 03:30:01 +0000 (04:30 +0100)
committerEric Anholt <eric@anholt.net>
Tue, 19 Jan 2010 19:32:57 +0000 (11:32 -0800)
src/mesa/drivers/dri/i965/brw_state_upload.c

index af8dfb4c15c20366c8d5be1a69edf2655343e58a..d7d4d876de26f46610bc772cef35b3f1b7807912 100644 (file)
 #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,