aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_shader.h
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Mark some methods and parameters constMatt Turner2020-03-091-4/+4
* intel/compiler: Move idom tree calculation and related logic into analysis ob...Francisco Jerez2020-03-061-0/+2
* intel/compiler: Drop invalidate_live_intervals()Francisco Jerez2020-03-061-1/+0
* intel/compiler: Introduce backend_shader method to propagate IR changes to an...Francisco Jerez2020-03-061-0/+2
* intel/compiler: Reverse inclusion dependency between brw_cfg.h and brw_shader.hFrancisco Jerez2020-03-061-3/+1
* intel/compiler: Move base IR definitions into a separate header fileFrancisco Jerez2020-03-061-157/+2
* intel/nir: Take a nir_tex_instr and src index in brw_texture_offsetJason Ekstrand2019-04-141-2/+1
* intel/fs: Add a generic SEND opcodeJason Ekstrand2019-01-291-0/+6
* i965/fs: Add 64-bit int immediate support to dump_instructions()Matt Turner2018-10-161-0/+2
* i965: Add negative_equals methodsIan Romanick2018-03-261-0/+1
* intel/ir: Allow representing additional flag subregisters in the IR.Francisco Jerez2018-03-021-2/+2
* i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.Kenneth Graunke2017-11-151-2/+0
* intel/compiler: Move the destructor from vec4_visitor to backend_shaderJason Ekstrand2017-11-071-0/+1
* i965: Move fs_inst::has_side_effects()'s eot check to the parent class.Kenneth Graunke2017-10-191-0/+1
* intel/compiler: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+4
* i965: make brw_setup_image_uniform_values staticEmil Velikov2017-03-221-5/+0
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+295