intel/compiler: Fix pointer arithmetic when reading shader assembly
[mesa.git] / src / intel / compiler / brw_fs_visitor.cpp
2020-08-12 Jason Ekstrandintel/compiler: Allow MESA_SHADER_KERNEL
2020-07-02 Matt Turnerintel/compiler: Don't emit no-op cr0 changes
2020-07-02 Matt Turnerintel/compiler: Add assert that set bits are within...
2020-05-27 Danylo Piliaievintel/fs: Work around dual-source blending hangs in...
2020-04-29 Francisco Jerezintel/ir: Import shader performance analysis pass.
2020-04-29 Francisco Jerezintel/fs: Rename half() helpers to quarter(), allow...
2020-04-29 Francisco Jerezintel/fs/gen12: Work around dual-source blending hangs...
2020-04-07 Caio Marcelo de... intel/fs: Allow multiple slots for position
2020-03-10 Mathias Fröhlichi965: Move down genX_upload_sbe in profiles.
2020-03-06 Francisco Jerezintel/compiler: Move register pressure calculation...
2020-03-06 Francisco Jerezintel/compiler/fs: Switch liveness analysis to IR analy...
2020-03-06 Francisco Jerezintel/compiler: Move all live interval analysis results...
2020-02-14 Francisco Jerezintel/fs: Use helper for discard sample mask flag subre...
2020-02-14 Francisco Jerezintel/fs/gen11: Work around dual-source blending hangs...
2020-02-14 Francisco Jerezintel/fs: Set src0 alpha present bit in header when...
2020-01-17 Francisco Jerezintel/fs: Switch to standard vector layout for barycent...
2020-01-17 Francisco Jerezintel/fs: Split fetch_payload_reg() into separate helpe...
2020-01-17 Francisco Jerezintel/fs/gen6: Use SEL instead of bashing thread payloa...
2019-10-24 Michel Dänzerintel/fs: Check for NULL key in fs_visitor constructor
2019-10-21 Sagar Ghugeintel/compiler: Remove emit_alpha_to_coverage workaroun...
2019-10-11 Francisco Jerezintel/fs/gen12: Fix barrier codegen.
2019-09-17 Samuel Iglesias... i965/fs: add emit_shader_float_controls_execution_mode...
2019-09-06 Jason EkstrandRevert "intel/fs: Move the scalar-region conversion...
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-07-30 Matt Turneri965/fs: Print the scheduler mode.
2019-07-30 Matt Turneri965/fs: Add a shader_stats struct.
2019-07-24 Kenneth Graunkei965: Use NIR to lower legacy userclipping.
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-04-25 Topi Pohjolainenintel/compiler/fs/icl: Use dummy masked urb write for...
2019-04-22 Rafael Antognolliintel/fs: Move the scalar-region conversion to the...
2019-04-19 Jason Ekstrandintel/fs: Add support for bindless texture ops
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-02-08 Caio Marcelo de... intel/compiler: use 0 as sampler in emit_mcs_fetch
2018-09-25 Topi Pohjolainenintel/compiler/icl: Use barrier id bits 24:30 instead...
2018-07-09 Jose Maria Casanov... intel/fs: use uint type for per_slot_offset at GS
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Francisco Jerezintel/fs: Fix Gen6+ interpolation setup for SIMD32
2018-06-28 Jason Ekstrandintel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
2018-06-28 Jason Ekstrandintel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centr...
2018-06-28 Francisco Jerezintel/fs: Generalize the unlit centroid workaround
2018-06-28 Francisco Jerezintel/fs: Wrap FS payload register look-up in a helper...
2018-06-28 Francisco Jerezintel/fs: Use fs_regs instead of brw_regs in the unlit...
2018-06-28 Francisco Jerezintel/fs: Don't enable dual source blend if no outputs...
2018-06-28 Jason Ekstrandintel/fs: Rework KSP data to be SIMD width-based
2018-05-29 Francisco Jerezintel/fs: Add explicit last_rt flag to fb writes orthog...
2018-05-29 Francisco Jerezintel/fs: Use the ATTR file for FS inputs
2017-12-21 Francisco Jerezintel/fs: Initialize fs_visitor::grf_used on construction.
2017-11-07 Jason Ekstrandintel/fs: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/fs: Rework zero-length URB write handling
2017-11-07 Jason Ekstrandintel/fs: Remove min_dispatch_width from fs_visitor
2017-10-13 Jason Ekstrandintel/vs: Grow the param array for clip planes
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-05-09 Jason Ekstrandi965/fs: Lower gl_VertexID and friends to inputs at...
2017-05-09 Jason Ekstrandi965/vs: Set uses_vertexid and friends from brw_compile_vs
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler