Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / brw_shader.cpp
2020-09-02 Jason Ekstrandintel/fs: Add support for a new load_reloc_const intrinsic
2020-09-02 Jason Ekstrandintel/fs,vec4: Stuff the constant data from NIR in...
2020-05-26 Alyssa Rosenzweigintel: Use SATURATE
2020-04-29 Francisco Jerezintel/ir: Use brw::performance object instead of CFG...
2020-04-17 Ian Romanickintel/compiler: CSEL can do saturate
2020-04-07 Caio Marcelo de... intel/fs: Allow multiple slots for position
2020-03-09 Matt Turnerintel/compiler: Pass shader_stats for each SIMD mode
2020-03-09 Matt Turnerintel/compiler: Pass backend_shader * to cfg_t()
2020-03-09 Matt Turnerintel/compiler: Mark some methods and parameters const
2020-03-06 Francisco Jerezintel/compiler: Move idom tree calculation and related...
2020-03-06 Francisco Jerezintel/compiler: Drop invalidate_live_intervals()
2020-03-06 Francisco Jerezintel/compiler: Introduce backend_shader method to...
2020-02-14 Francisco Jerezintel/fs: Add virtual instruction to load mask of live...
2020-01-24 Caio Marcelo de... intel/compiler: Add names for SHADER_OPCODE_[IU]SUB_SAT
2020-01-21 Caio Marcelo de... intel/fs: Add FS_OPCODE_SCHEDULING_FENCE
2019-11-11 Jason Ekstrandintel/fs: Add DWord scattered read/write opcodes
2019-10-11 Francisco Jerezintel/ir/gen12: Add SYNC hardware instruction.
2019-10-11 Francisco Jerezintel/ir: Drop hard-coded correspondence between IR...
2019-09-17 Samuel Iglesias... i965/fs/generator: add new opcode to set float controls...
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-07-30 Matt Turneri965/fs: Add a shader_stats struct.
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-24 Jason Ekstrandintel/nir: Make brw_nir_apply_sampler_key more generic
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-06-04 Jason Ekstrandintel/fs: Add an UNDEF instruction to avoid excess...
2019-04-19 Jason Ekstrandanv: Implement VK_KHR_shader_atomic_int64
2019-04-18 Iago Toral Quirogaintel/compiler: implement is_zero, is_one, is_negative_...
2019-04-14 Jason Ekstrandintel/nir: Take a nir_tex_instr and src index in brw_te...
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-03-23 Caio Marcelo de... intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE...
2019-02-28 Jason Ekstrandintel/compiler: Re-prefix non-logical surface opcodes...
2019-02-28 Jason Ekstrandintel/compiler: Drop unused surface opcodes
2019-02-28 Jason Ekstrandintel/fs: Get rid of the IMAGE_SIZE opcode
2019-02-01 Jason Ekstrandintel/fs: Implement nir_intrinsic_global_atomic_*
2019-02-01 Jason Ekstrandintel/fs: Implement load/store_global with A64 untyped...
2019-01-29 Jason Ekstrandintel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls...
2019-01-29 Jason Ekstrandintel/fs: Use a logical opcode for IMAGE_SIZE
2019-01-29 Jason Ekstrandintel/fs: Add a generic SEND opcode
2019-01-09 Francisco Jerezintel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
2018-11-20 Kenneth Graunkei965: Do NIR shader cloning in the caller.
2018-08-29 Jason Ekstrandintel: Use TXS for image_size when we have a typed...
2018-08-23 Ian Romanickintel/compiler: Implement untyped atomic float min...
2018-07-02 Ian Romanickintel/compiler: Silence unused parameter warnings brw_nir.c
2018-06-28 Jason Ekstrandintel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
2018-06-28 Jason Ekstrandintel/fs: Emit LINE+MAC for LINTERP with unaligned...
2018-06-28 Jason Ekstrandintel/fs: Mark LINTERP opcode as writing accumulator...
2018-06-28 Francisco Jerezintel/fs: Remove program key argument from generator.
2018-06-28 Jason Ekstrandintel/fs: FS_OPCODE_REP_FB_WRITE has side effects
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-05-29 Francisco Jerezintel/fs: Replace the CINTERP opcode with a simple MOV
2018-05-03 Jose Maria Casanov... intel/compiler: support negate and abs of half float...
2018-05-03 Jose Maria Casanov... intel/compiler: fix 16-bit int brw_negate_immediate...
2018-03-26 Ian Romanicki965: Add negative_equals methods
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-07 Jason Ekstrandintel/fs: Add support for subgroup quad operations
2018-03-07 Jason Ekstrandintel/fs: Add a couple of simple helper opcodes
2018-03-07 Jason Ekstrandi965/fs: Add support for nir_intrinsic_shuffle
2018-03-02 Kenneth Graunkeintel: Drop program size pointer from vec4/fs assembly...
2018-02-28 Matt Turnerintel/compiler: Add Gen11+ native float type
2017-12-31 Kenneth Graunkei965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered read message and fs support
2017-12-06 Jose Maria Casanov... i965/fs: Add byte scattered write message and fs support
2017-12-06 Alejandro Piñeiroi965/fs: Define new shader opcode to set rounding modes
2017-12-06 Jose Maria Casanov... i965: Support for 16-bit base types in helper functions
2017-11-15 Kenneth Graunkei965: Use nir_lower_atomics_to_ssbos and delete ABO...
2017-11-07 Jason Ekstrandintel/compiler: Move the destructor from vec4_visitor...
2017-11-07 Jason Ekstrandintel/compiler: Add some restrictions to MOV_INDIRECT...
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-11-01 Carl Worthintel/compiler: add new field for storing program size
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-19 Kenneth Graunkei965: Move fs_inst::has_side_effects()'s eot check...
2017-06-09 Anuj Phogati965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-14 Samuel Iglesias... i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcod...
2017-03-29 Alejandro Piñeiroi965: expose BRW_OPCODE_[F32TO16/F16TO32] name on gen8+
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler