intel/compiler: Fix pointer arithmetic when reading shader assembly
[mesa.git] / src / intel / compiler / brw_compiler.h
2020-08-12 Jason Ekstrandintel/compiler: Allow MESA_SHADER_KERNEL
2020-07-31 David Stevensi965/i915: Add colorspace support to YUV sampling
2020-06-20 Arcady Goldmints... intel/compiler: Always apply sample mask on Vulkan.
2020-05-28 Caio Marcelo de... intel: Add helper to calculate GPGPU_WALKER::RightExecu...
2020-05-28 Caio Marcelo de... intel/fs: Generate multiple CS SIMD variants for variab...
2020-05-28 Caio Marcelo de... intel/fs: Add helper to get prog_offset and simd_size
2020-05-01 Caio Marcelo de... intel/fs: Add an option to lower variable group size...
2020-05-01 Caio Marcelo de... intel/fs: Clean up variable group size handling in...
2020-04-17 Jason Ekstrandanv: Emit pushed UBO bounds checking code in the back...
2020-04-16 Jason Ekstrandintel: Add _const versions of prog_data cast helpers
2020-04-15 Jason Ekstrandanv: Advertise SEND count through VK_EXT_pipeline_execu...
2020-04-10 Caio Marcelo de... intel/compiler: Remove cs_prog_data->threads
2020-04-10 Plamena Manolovaintel/compiler: Add support for variable workgroup...
2020-04-10 Caio Marcelo de... intel/compiler: Replace cs_prog_data->push.total with...
2020-04-07 Caio Marcelo de... intel/fs: Allow multiple slots for position
2020-04-01 Juan A. Suarez Romerointel/compiler: store the FS inputs in WM prog data
2020-03-23 Sagar Ghugeintel/compiler: Track patch count threshold
2020-03-16 Tapani Pälliintel/compiler: detect if atomic load store operations...
2020-03-10 Mathias Fröhlichi965: Move down genX_upload_sbe in profiles.
2020-02-14 Francisco Jerezintel/fs: Set src0 alpha present bit in header when...
2020-01-17 Francisco Jerezintel/fs/gen6: Generalize aligned_pairs_class to SIMD16...
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-10-11 Francisco Jerezintel/ir/gen12: Update assert in brw_stage_has_packed_d...
2019-09-18 Kenneth Graunkeintel/compiler: Record whether any pull constant loads...
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-08-12 Jason Ekstrandintel/fs: Add SLM size to brw_cs_prog_data
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in tess eval shaders
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in geometry shaders
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-24 Jason Ekstrandintel/compiler: Allow for required subgroup sizes
2019-07-24 Jason Ekstrandintel/compiler: Allow for varying subgroup sizes
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-05-21 Kenneth Graunkeintel: Move brw_prog_key_set_id from i965 to the compiler.
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-04-16 Kenneth Graunkei965: Move program key debugging to the compiler.
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-03-06 Ian Romanickintel/compiler: Silence unused parameter warning in...
2019-02-26 Kasireddy, Viveki965: Add support for sampling from XYUV images
2019-02-21 Kenneth Graunkeiris: handle PatchVerticesIn as a system value.
2019-02-12 Tapani Pälliintel/compiler: add scale_factors to sampler_prog_key_data
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2018-11-20 Kenneth Graunkei965: Do NIR shader cloning in the caller.
2018-11-12 Lionel Landwerlini965: add support for sampling from AYUV
2018-08-29 Jason Ekstrandintel/compiler: Remove surface_idx from brw_image_param
2018-08-02 Jordan Justenintel/compiler: Add brw_get_compiler_config_value for...
2018-08-02 Jason Ekstrandanv/pipeline: More aggressively optimize away color...
2018-07-02 Jason Ekstrandanv,intel: Enable nir_opt_large_constants for Vulkan
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Francisco Jerezi965: Add plumbing for shader time in 32-wide FS dispat...
2018-06-28 Jason Ekstrandintel/fs: Rework KSP data to be SIMD width-based
2018-06-28 Jason Ekstrandintel/compiler: Add and use helpers for working with...
2018-05-02 Antia Puentesintel: activate the gl_BaseVertex lowering
2018-05-02 Antia Puentesintel/compiler: Add uses_is_indexed_draw flag
2018-04-19 Neil Robertsintel/compiler: Add a uses_firstvertex flag
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-22 Anuj Phogatintel/compiler/icl: Update the assert in brw_stage_has_...
2018-03-07 Jason Ekstrandanv: Add support for SPIR-V 1.3 subgroup operations
2018-03-07 Jason Ekstrandanv: Implement vkCmdDispatchBase
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-01-22 Kenneth Graunkei965: Drop render_target_start from binding table struct.
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2017-11-15 Kenneth Graunkeintel: Drop mtypes.h include from brw_compiler.h.
2017-11-15 Kenneth Graunkei965: Use nir_lower_atomics_to_ssbos and delete ABO...
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-07 Jason Ekstrandintel/cs: Stop setting dispatch_grf_start_reg
2017-11-01 Jordan Justenintel/compiler: Add functions to get prog_data and...
2017-11-01 Jordan Justenintel/compiler: Add union types for prog_data and prog_...
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 Kenneth Graunkei965: Delete brw_wm_prog_key::drawable_height.
2017-10-27 Kenneth Graunkei965: Delete unused brw_vs_prog_data::nr_attributes...
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandintel/compiler: Add a helper for growing the prog_data...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-08-23 Kenneth Graunkei965: Add a brw_wm_prog_data::has_render_target_reads...
2017-08-11 Iago Toral Quirogaintel/compiler: properly size attribute wa_flags array...
2017-07-14 Kenneth Graunkei965: Select ranges of UBO data to be uploaded as push...
2017-07-14 Kenneth Graunkei965: Switch to absolute addressing for constant buffer 0.
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-06-09 Anuj Phogati965/cnl: Update few assertions
2017-05-26 Jason Ekstrandi965: Move clip program compilation to the compiler
2017-05-26 Jason Ekstrandi965: Move SF compilation to the compiler
2017-05-03 Rafael Antognollii965: Move enums to brw_compiler.h.
2017-03-24 Iago Toral Quirogaanv/pipeline: make FragCoord include sample positions...
2017-03-22 Emil Velikovintel/compiler: consistently use ifndef guards over...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler