i965: Remove some stale comments about the brw_constant_buffer atom.

These have been wrong since f428255bde
back in 2009!

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt
2013-01-23 17:59:12 -08:00
parent e07457d0ae
commit b9a66da258
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -326,12 +326,6 @@ emit:
ADVANCE_BATCH();
}
/* This tracked state is unique in that the state it monitors varies
* dynamically depending on the parameters tracked by the fragment and
* vertex programs. This is the template used as a starting point,
* each context will maintain a copy of this internally and update as
* required.
*/
const struct brw_tracked_state brw_constant_buffer = {
.dirty = {
.mesa = _NEW_PROGRAM_CONSTANTS,
@@ -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,