projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb49015
)
i965: Remove obsolete comment about the state atoms.
author
Eric Anholt
<eric@anholt.net>
Sun, 22 Nov 2009 03:30:01 +0000
(
04:30
+0100)
committer
Eric Anholt
<eric@anholt.net>
Tue, 19 Jan 2010 19:32:57 +0000
(11:32 -0800)
src/mesa/drivers/dri/i965/brw_state_upload.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_state_upload.c
b/src/mesa/drivers/dri/i965/brw_state_upload.c
index af8dfb4c15c20366c8d5be1a69edf2655343e58a..d7d4d876de26f46610bc772cef35b3f1b7807912 100644
(file)
--- 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,