Lines Matching full:i965
41 - i965/fs: Refactor check for potential copy propagated instructions.
42 - i965/fs: skip copy-propate for logical instructions with negated src
44 - i965/vec4: skip copy-propate for logical instructions with negated
53 - i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()
79 - i965: Generalize the pixel_x/y workaround for all UW types.
102 - i965: Add auxiliary surface field #defines for Broadwell.
111 - i965: Don't copy propagate abs into Broadwell logic instructions.
112 - i965: Set execution size to 8 for instructions with force_sechalf
114 - i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.
115 - i965/fs: Use WE_all for gl_SampleID header register munging.
116 - i965: Add plumbing for Broadwell's auxiliary surface support.
117 - i965: Drop SINT workaround for CMS layout on Broadwell.
118 - i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
119 - i965: Add 2x MSAA support to the MCS allocation function.
120 - i965: Enable compressed multisample support (CMS) on Broadwell.
121 - i965: Add missing persample_shading field to brw_wm_debug_recompile.
122 - i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
123 - i965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
124 - i965/fs: Set LastRT on the final FB write on Broadwell.
147 - i965/vec4: Don't return void from a void function.
148 - i965/vec4: Don't fix_math_operand() on Gen >= 8.
149 - i965/fs: Don't fix_math_operand() on Gen >= 8.
150 - i965/fs: Make try_constant_propagate() static.
151 - i965/fs: Constant propagate into 2-src math instructions on Gen8.
152 - i965/vec4: Constant propagate into 2-src math instructions on Gen8.
153 - i965/fs: Don't use brw_imm\_\* unnecessarily.
154 - i965/fs: Set correct number of regs_written for MCS fetches.