tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / intel / compiler / brw_compiler.h
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