diff options
author | Luca Barbieri <[email protected]> | 2010-02-20 19:39:24 +0100 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-03-15 00:03:02 -0400 |
commit | 9937116c7b15468088a224da478d927347a76f32 (patch) | |
tree | 8e681aa53ef624b92b43244c4590a3d1485cf15a /src/gallium/drivers/nv40/Makefile | |
parent | 8611a31bb401fcc2bdc0b3624859fffff7236c4b (diff) |
nv30, nv40: unify nv[34]0_query.c
The files are identical except formatting.
Diffstat (limited to 'src/gallium/drivers/nv40/Makefile')
-rw-r--r-- | src/gallium/drivers/nv40/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv40/Makefile b/src/gallium/drivers/nv40/Makefile index bf68338e3f3..0b3607be897 100644 --- a/src/gallium/drivers/nv40/Makefile +++ b/src/gallium/drivers/nv40/Makefile @@ -8,12 +8,10 @@ C_SOURCES = \ nv40_draw.c \ nv40_fragprog.c \ nv40_fragtex.c \ - nv40_query.c \ nv40_screen.c \ nv40_state.c \ nv40_state_fb.c \ nv40_state_viewport.c \ - nv40_surface.c \ nv40_vbo.c \ nv40_vertprog.c |