diff options
author | Kenneth Graunke <[email protected]> | 2011-03-28 13:12:21 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-05-17 23:32:59 -0700 |
commit | 81fd03fe56372c5c702bf257e821cea71ee25448 (patch) | |
tree | 0f09fcd5d0d413e53e0c332eadd713ca9806370e /src/mesa/drivers/dri/i965/Makefile | |
parent | 24d0ed72c1817b624e3021b12a0987b2c5edd71b (diff) |
i965: Initial Ivybridge Clip state setup.
Copied from gen6_clip_state.c.
This enables early culling and sets the necessary fields. Otherwise, it
is entirely the same, so I doubt this patch is strictly necessary for a
functional driver.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
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 dcecf3a741e..c281320c274 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -98,6 +98,7 @@ DRIVER_SOURCES = \ gen6_vs_state.c \ gen6_wm_state.c \ gen7_cc_state.c \ + gen7_clip_state.c \ gen7_sf_state.c \ gen7_urb.c \ gen7_wm_state.c |