diff options
author | Kenneth Graunke <[email protected]> | 2011-02-09 00:49:59 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-05-17 23:32:59 -0700 |
commit | 18402fbf79e96d7afb6b690906a7656f01a92b9d (patch) | |
tree | 0d79484f7b159e7a7ca22eefc742c7ab0a483391 /src/mesa/drivers/dri/i965/Makefile | |
parent | 81fd03fe56372c5c702bf257e821cea71ee25448 (diff) |
i965: Initial Ivybridge Viewport state setup.
SF and CLIP viewport state has been combined into SF_CLIP_VIEWPORT;
SF_CLIP and CC state pointers can now be uploaded independently.
Some portions of the hardware documentation refer to separate upload
commands for SF and CLIP; these are outdated and incorrect.
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 c281320c274..a0a02eea9f4 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -101,6 +101,7 @@ DRIVER_SOURCES = \ gen7_clip_state.c \ gen7_sf_state.c \ gen7_urb.c \ + gen7_viewport_state.c \ gen7_wm_state.c C_SOURCES = \ |