diff options
author | Patrice Mandin <[email protected]> | 2008-06-23 21:13:27 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-06-23 21:13:27 +0200 |
commit | d4bc56ca49ef39f9f083a2e5adeb3e89ca3bf538 (patch) | |
tree | 83684887e4d452555f4d7a079c94c1cfdc0acc6f /src/gallium/drivers/nv30/Makefile | |
parent | e5bbb18441f34824dc4f9f857b30c71c4ff6466f (diff) |
nv30: add state stipple, 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 134130c0e00..91601087a34 100644 --- a/src/gallium/drivers/nv30/Makefile +++ b/src/gallium/drivers/nv30/Makefile @@ -18,6 +18,7 @@ DRIVER_SOURCES = \ nv30_state_fb.c \ nv30_state_rasterizer.c \ nv30_state_scissor.c \ + nv30_state_stipple.c \ nv30_surface.c \ nv30_vbo.c \ nv30_vertprog.c |