diff options
author | Eric Anholt <[email protected]> | 2009-12-03 17:08:32 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-02-25 10:53:06 -0800 |
commit | c9dc6d425e645f2988118ff51cabe167a0cd3971 (patch) | |
tree | 9d86ba52f852ce0916f41bba30c8e002e3e35b81 /src/mesa/drivers/dri/i965/Makefile | |
parent | 0da50fa67009535577dc84dde21672db5ec45134 (diff) |
i965: Set up the SNB URB.
even with vs disabled, still doesn't work.
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 3bf14e8a77c..35093f014b4 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -89,6 +89,7 @@ DRIVER_SOURCES = \ gen6_clip_state.c \ gen6_depthstencil.c \ gen6_gs_state.c \ + gen6_urb.c \ gen6_vs_state.c C_SOURCES = \ |