diff options
author | Marek Olšák <[email protected]> | 2010-06-25 02:55:14 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-06-27 15:13:12 +0200 |
commit | bb47d1c26fa000735bd06751ba00a98354c921b7 (patch) | |
tree | 0c27c5af97a2bd104d6d8b2688513e2841aa3072 /src/gallium/drivers/r300/Makefile | |
parent | 8959f48bce61dd92d23e91a2ca747f37dafd1301 (diff) |
r300g: turn invariant state into a command buffer
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r-- | src/gallium/drivers/r300/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile index dd897f6072f..13152635a65 100644 --- a/src/gallium/drivers/r300/Makefile +++ b/src/gallium/drivers/r300/Makefile @@ -21,7 +21,6 @@ C_SOURCES = \ r300_screen_buffer.c \ r300_state.c \ r300_state_derived.c \ - r300_state_invariant.c \ r300_vs.c \ r300_vs_draw.c \ r300_texture.c \ |