diff options
author | Patrice Mandin <[email protected]> | 2008-06-23 20:43:22 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-06-23 20:43:22 +0200 |
commit | e5bbb18441f34824dc4f9f857b30c71c4ff6466f (patch) | |
tree | 04286bf00f873c474dcbd23077a089878ef85bc4 /src/gallium/drivers/nv30/Makefile | |
parent | 8b72737a0ba33343673111261265c59546b408c6 (diff) |
nv30: add state scissor, based on nv40 one
Diffstat (limited to 'src/gallium/drivers/nv30/Makefile')
-rw-r--r-- | src/gallium/drivers/nv30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/Makefile b/src/gallium/drivers/nv30/Makefile index c5208fabf5e..134130c0e00 100644 --- a/src/gallium/drivers/nv30/Makefile +++ b/src/gallium/drivers/nv30/Makefile @@ -17,6 +17,7 @@ DRIVER_SOURCES = \ nv30_state_emit.c \ nv30_state_fb.c \ nv30_state_rasterizer.c \ + nv30_state_scissor.c \ nv30_surface.c \ nv30_vbo.c \ nv30_vertprog.c |