summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-12-04 16:39:03 -0800
committerKenneth Graunke <kenneth@whitecape.org>2014-01-31 17:50:07 -0800
commitdcbf25969ed0b7154506347efd9e7aaa945a3a16 (patch)
tree8b4c79ca3fa88fe0a85a53991d4ec85fc3315fa5 /src/mesa/drivers/dri/i965/Makefile.sources
parent990aaf87c4740e0225db9f4395541938571727cd (diff)
downloadexternal_mesa3d-dcbf25969ed0b7154506347efd9e7aaa945a3a16.zip
external_mesa3d-dcbf25969ed0b7154506347efd9e7aaa945a3a16.tar.gz
external_mesa3d-dcbf25969ed0b7154506347efd9e7aaa945a3a16.tar.bz2
i965: Rework SURFACE_STATE entries for Broadwell.
v2: Add missing SCS setting in gen8_emit_buffer_surface_state (caught by Eric Anholt). v3: Use stored QPitch rather than recomputing it. v4: Shift QPitch by 2 when setting it in the packet; bits 14:0 store bits 16:2 of the actual value (fixes myriads of cube and array texturing tests). Also, only enable cube face bits for cubemaps (matches Chris Forbes' commit on master). Port to use offset64. v5: s/gl_format/mesa_format/g v6: Fix DW5 of renderbuffer state, which neglected to subtract irb->mt->first_level. Use vertical_alignment() rather than hardcoding 4. Use ffs for multisample counts rather than a large switch statement (all caught/suggested by Eric). Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 7e28045..1d39921 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -151,6 +151,7 @@ i965_FILES = \
gen8_misc_state.c \
gen8_sf_state.c \
gen8_sol_state.c \
+ gen8_surface_state.c \
gen8_vec4_generator.cpp \
gen8_vs_state.c \
gen8_wm_depth_stencil.c \