summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_vec4_gs_visitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-02intel/compiler: Silence unused parameter warnings brw_nir.cIan Romanick1-1/+1
2018-06-28intel/fs: Remove program key argument from generator.Francisco Jerez1-1/+1
2018-03-02intel: Drop program size pointer from vec4/fs assembly getters.Kenneth Graunke1-6/+3
2017-10-31intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen1-12/+6
2017-10-31intel/compiler: add new field for storing program sizeCarl Worth1-4/+10
2017-10-12intel: Rewrite the world of push/pull paramsJason Ekstrand1-4/+3
2017-08-03intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie1-0/+1
2017-07-13intel/compiler: don't check unsigned is >= 0Lionel Landwerlin1-1/+1
2017-06-09i965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple of 3Anuj Phogat1-2/+9
2017-05-18i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...Samuel Iglesias Gonsálvez1-0/+26
2017-05-09i965/vec4: Delete the system value infastructureJason Ekstrand1-20/+0
2017-05-09i965/vec4: Use NIR to do GS input remappingJason Ekstrand1-22/+50
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-18/+18
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-0/+933