diff options
author | Eric Anholt <[email protected]> | 2009-05-05 14:05:54 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-05-06 06:44:14 -0700 |
commit | 9490d86808300e5819941a40784e272c290e05ee (patch) | |
tree | d01298b6d85f1352ec63fa851158a20590a98417 /src/mesa/drivers/dri/i965/Makefile | |
parent | d277547dc69c9004097afdc2ca56a7aed85c6f54 (diff) |
i965: Disentangle VS constant surface state from WM surface state.
Also, only create VS surface state if there's a VS constant buffer to be
uploaded, and set the contents of the buffer at the same time as creation.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index 2934414d99a..4913c25f74c 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -69,6 +69,7 @@ DRIVER_SOURCES = \ brw_vs_constval.c \ brw_vs_emit.c \ brw_vs_state.c \ + brw_vs_surface_state.c \ brw_vtbl.c \ brw_wm.c \ brw_wm_debug.c \ |