diff options
author | Luca Barbieri <[email protected]> | 2010-02-20 19:22:57 +0100 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-03-15 00:03:02 -0400 |
commit | e392e0b148d6b499322e58a84f300e2e0be49e29 (patch) | |
tree | 827cfe428ab9346fda5d2051b4e330549aa05a9a /src/gallium/drivers/nvfx/Makefile | |
parent | 64d882637dc97b332eb3c0f457376f86b75c8c5f (diff) |
nv30, nv40: unify nv[34]0_state_stipple.c
The files are identical, except for the fact that the nv40 version
forgets to unreference the stateobj.
Unified to the correct nv30 version.
Diffstat (limited to 'src/gallium/drivers/nvfx/Makefile')
-rw-r--r-- | src/gallium/drivers/nvfx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvfx/Makefile b/src/gallium/drivers/nvfx/Makefile index b077713b047..e96c9aa6bcf 100644 --- a/src/gallium/drivers/nvfx/Makefile +++ b/src/gallium/drivers/nvfx/Makefile @@ -9,6 +9,7 @@ C_SOURCES = \ nvfx_state_blend.c \ nvfx_state_rasterizer.c \ nvfx_state_scissor.c \ + nvfx_state_stipple.c \ nvfx_state_zsa.c \ nvfx_transfer.c |