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