summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_fs_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-28intel/fs: Add fields to wm_prog_data for SIMD32 dispatchJason Ekstrand1-0/+1
2018-06-28intel/fs: Fix Gen6+ interpolation setup for SIMD32Francisco Jerez1-56/+60
2018-06-28intel/fs: Get rid of MOV_DISPATCH_TO_FLAGSJason Ekstrand1-1/+3
2018-06-28intel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centroid workaroundJason Ekstrand1-11/+16
2018-06-28intel/fs: Generalize the unlit centroid workaroundFrancisco Jerez1-14/+8
2018-06-28intel/fs: Wrap FS payload register look-up in a helper function.Francisco Jerez1-7/+5
2018-06-28intel/fs: Use fs_regs instead of brw_regs in the unlit centroid workaroundFrancisco Jerez1-12/+12
2018-06-28intel/fs: Don't enable dual source blend if no outputs are writtenFrancisco Jerez1-1/+2
2018-06-28intel/fs: Rework KSP data to be SIMD width-basedJason Ekstrand1-1/+1
2018-05-29intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.Francisco Jerez1-0/+2
2018-05-29intel/fs: Use the ATTR file for FS inputsFrancisco Jerez1-6/+4
2017-12-21intel/fs: Initialize fs_visitor::grf_used on construction.Francisco Jerez1-0/+1
2017-11-07intel/fs: Explicitly set EXECUTE_1 where neededJason Ekstrand1-4/+3
2017-11-07intel/fs: Rework zero-length URB write handlingJason Ekstrand1-29/+31
2017-11-07intel/fs: Remove min_dispatch_width from fs_visitorJason Ekstrand1-11/+0
2017-10-12intel/vs: Grow the param array for clip planesJason Ekstrand1-0/+7
2017-10-12intel: Rewrite the world of push/pull paramsJason Ekstrand1-4/+4
2017-05-09i965/fs: Lower gl_VertexID and friends to inputs at the NIR levelJason Ekstrand1-38/+0
2017-05-09i965/vs: Set uses_vertexid and friends from brw_compile_vsJason Ekstrand1-6/+0
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-5/+5
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-0/+953