aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_vec4_tcs.cpp
Commit message (Expand)AuthorAgeFilesLines
* anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips2020-05-011-1/+1
* intel/ir: Use brw::performance object instead of CFG cycle counts for codegen...Francisco Jerez2020-04-281-2/+5
* intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho2020-04-071-1/+1
* intel/compiler: Track patch count thresholdSagar Ghuge2020-03-231-0/+30
* intel/compiler: Pass shader_stats for each SIMD modeMatt Turner2020-03-091-3/+2
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+3
* intel/fs/gen12: Use TCS 8_PATCH mode.Kenneth Graunke2019-10-111-5/+6
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-251-1/+1
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-121-2/+3
* intel/vec4: Drop all of the 64-bit varying codeJason Ekstrand2019-07-311-59/+8
* i965/fs: Add a shader_stats struct.Matt Turner2019-07-301-1/+1
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-1/+1
* intel/nir: Make brw_nir_apply_sampler_key more genericJason Ekstrand2019-07-241-1/+1
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-101-3/+3
* intel/nir: Stop returning the shader from helpersJason Ekstrand2019-06-051-2/+2
* intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8Kenneth Graunke2019-05-141-6/+21
* intel/common: move gen_debug to intel/devMark Janes2019-04-101-1/+1
* i965: Do NIR shader cloning in the caller.Kenneth Graunke2018-11-201-2/+1
* intel/vec4: Use the new nir_src_is_const and friendsJason Ekstrand2018-11-081-4/+2
* intel/fs: Remove program key argument from generator.Francisco Jerez2018-06-281-1/+1
* intel: Drop program size pointer from vec4/fs assembly getters.Kenneth Graunke2018-03-021-3/+2
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-311-4/+2
* intel/compiler: add new field for storing program sizeCarl Worth2017-10-311-4/+8
* i965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple of 3Anuj Phogat2017-06-091-0/+7
* i965/vec4: Delete the system value infastructureJason Ekstrand2017-05-091-12/+0
* i965/vec4: Use NIR to do GS input remappingJason Ekstrand2017-05-091-1/+1
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-14/+14
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+516