aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_vec4_gs_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-121-3/+5
* 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-2/+2
* intel/nir: Stop returning the shader from helpersJason Ekstrand2019-06-051-2/+2
* intel/common: move gen_debug to intel/devMark Janes2019-04-101-1/+1
* intel/compiler: Use nir's info when checking uses_streams.Kenneth Graunke2018-11-281-1/+1
* i965: Do NIR shader cloning in the caller.Kenneth Graunke2018-11-201-2/+1
* intel/compiler: Silence unused parameter warnings brw_nir.cIan Romanick2018-07-021-1/+1
* 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-6/+3
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-311-12/+6
* intel/compiler: add new field for storing program sizeCarl Worth2017-10-311-4/+10
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-121-4/+3
* intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie2017-08-031-0/+1
* intel/compiler: don't check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* i965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple of 3Anuj Phogat2017-06-091-2/+9
* i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...Samuel Iglesias Gonsálvez2017-05-181-0/+26
* i965/vec4: Delete the system value infastructureJason Ekstrand2017-05-091-20/+0
* i965/vec4: Use NIR to do GS input remappingJason Ekstrand2017-05-091-22/+50
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-18/+18
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+933