i965: Remove obsolete comment about the state atoms.

This commit is contained in:
Eric Anholt 2009-11-22 04:30:01 +01:00
parent fb4901593c
commit d1cefabf98
1 changed files with 1 additions and 7 deletions

View File

@ -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,