egl: rename _eglMatchDriver() to _eglInitializeDisplay()
[mesa.git] / src / compiler / nir /
2020-07-30 Boris Brezillonnir: Get rid of __[u]int64_to_fp32() and __fp32_to_...
2020-07-30 Boris Brezillonnir: Extend nir_lower_int64() to support i2f/f2i lowering
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-30 Boris Brezillonnir: Allow casts in nir_deref_instr_get[_const]_offset()
2020-07-30 Boris Brezillonnir: Use a switch in build_deref_offset()/deref_instr_g...
2020-07-29 Rhys Perrynir/load_store_vectorize: fix indentation
2020-07-29 Caio Marcelo de... nir: Filter modes of scoped memory barrier in nir_opt_l...
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandnir/split_per_member_structs: Inline split_variables_in...
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandnir/lower_variable_initializers: Restrict the modes...
2020-07-29 Jason Ekstrandnir/split_per_member_structs: Use nir_variable_with_mod...
2020-07-29 Jason Ekstrandnir/lower_uniforms_to_ubo: Use nir_foreach_variable_wit...
2020-07-29 Jason Ekstrandnir/lower_two_sided_color: Use nir_variable_create
2020-07-29 Jason Ekstrandnir/io_to_vector: Use nir_foreach_variable_with_modes
2020-07-29 Jason Ekstrandnir/lower_io_to_temporaries: Use a separate list for...
2020-07-29 Jason Ekstrandnir: Use a nir_shader and mode in lower_clip_cull_dista...
2020-07-29 Jason Ekstrandnir/lower_amul: Add a variable mode check
2020-07-29 Jason Ekstrandnir: Split nir_index_vars into two functions
2020-07-29 Jason Ekstrandnir/split_vars: Add mode checks to list walks
2020-07-29 Jason Ekstrandnir/linking: Rework some internal helpers
2020-07-29 Jason Ekstrandnir: Take a shader and variable mode in nir_assign_io_v...
2020-07-29 Jason Ekstrandnir: Take a nir_shader and variable mode in assign_var_...
2020-07-29 Jason Ekstrandnir: Add and use a nir_variable_list_for_mode helper
2020-07-29 Jason Ekstrandnir: Add a nir_foreach_uniform_variable helper
2020-07-29 Jason Ekstrandnir: Add a nir_foreach_function_temp_variable helper
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-29 Jason Ekstrandnir/dead_variables: Respect the modes passed to remove_...
2020-07-29 Jason Ekstrandnir: Take a mode in remove_unused_io_vars
2020-07-28 Rhys Perrynir,radv/aco: add and use pass to lower make available...
2020-07-27 Iago Toral Quiroganir/lower_clip: make the pass compatible with Vulkan...
2020-07-25 Karol Herbstnir/lower_io: assert that offsets are used for shader_in
2020-07-24 Neil Robertsnir/schedule: Add an option for a fallback scheduling...
2020-07-24 Neil Robertsnir/schedule: Add a callback for backend-specific depen...
2020-07-24 Neil Robertsnir/schedule: Store a pointer to the options struct...
2020-07-24 Neil Robertsnir/scheduler: Move nir_scheduler to its own header
2020-07-24 Jason Ekstrandspirv: Use nir_bany/ball for OpAny/All
2020-07-24 Jesse Natalienir: Support 8 and 16 component vectors for reduceable...
2020-07-24 Jesse Natalienir: Support algebraic opts on vectors larger than 4
2020-07-24 Jesse Natalienir: Support vec8/vec16 in nir_lower_bit_size
2020-07-23 Andreas Baierlnir/ lower_int_to_float: Handle umax and umin
2020-07-23 Mike Blumenkrantznir_ allow nir_lower_clip_halfz to run in tess eval...
2020-07-23 Mike Blumenkrantznir: allow lower_psiz_mov to run in tessellation stages
2020-07-22 Jason Ekstrandnir/lower_io: Add support for global scratch addressing
2020-07-22 Jason Ekstrandnir/lower_io: Use b2b for shader and function temporaries
2020-07-22 Jason Ekstrandnir/lower_io: Choose to set access based on intrinsic...
2020-07-22 Jason Ekstrandnir: Allow for system values with variable numbers...
2020-07-22 Danylo Piliaievnir/tests: Add tests for opt_if_simplification
2020-07-22 Danylo Piliaievnir/opt_if: Fix opt_if_simplification when else branch...
2020-07-21 Rhys Perrynir: add nir_unsigned_upper_bound and nir_addition_migh...
2020-07-21 Rhys Perrynir/lower_int64: lower 64-bit amul
2020-07-20 Daniel Schürmannnir/algebraic: fold some nested bcsel
2020-07-20 Daniel Schürmannnir/algebraic: propagate b2i out of ior/iand
2020-07-20 Daniel Schürmannnir/algebraic: add distributive rules for ior/iand
2020-07-20 Daniel Schürmannnir/algebraic: optimize (a < 0.0) ? -a : a -> fabs(a)
2020-07-20 Daniel Schürmannnir/algebraic: optimize fmul(x, bcsel(c, -1.0, 1.0...
2020-07-20 Daniel Schürmannnir/algebraic: add some more unop + bcsel optimizations
2020-07-20 Daniel Schürmannnir/algebraic: add optimizations for fsign/isign
2020-07-20 Daniel Schürmannnir/algebraic: optimize iand/ior of (n)eq zero
2020-07-20 Daniel Schürmannnir: also move b2i in case of nir_move_copies
2020-07-20 Daniel Schürmannnir/algebraic: optimize bcsel(a, 0, 1) to b2i
2020-07-17 Icecream95nir: Set the alignment for SSBO lowering
2020-07-17 Icecream95nir: Fix lower_two_sided_color when the face is an...
2020-07-17 Icecream95nir: Add a face_sysval argument to nir_lower_two_sided_...
2020-07-17 Icecream95pan/mdg: Do per-sample framebuffer loads
2020-07-14 Jesse Natalienir: Support load/store of temps as scratch in nir_lowe...
2020-07-14 Jesse Natalienir: When nir_lower_vars_to_explicit_types is run on...
2020-07-14 Jesse Natalienir_lower_io: Add addr_format_is_offset helper
2020-07-13 Rhys Perrynir/lower_subgroups: add lower_shuffle_to_swizzle_amd
2020-07-13 Rhys Perrynir/lower_subgroups: pass options struct to lower_shuffle
2020-07-13 Icecream95nir: Add a base value to load_raw_output_pan
2020-07-12 Jason Ekstrandspirv: Allow block-decorated struct types for constants
2020-07-11 Mike Blumenkrantznir: allow nir_lower_clip_halfz to run in geometry...
2020-07-11 Mike Blumenkrantznir: allow nir_lower_point_size_mov to run in geometry...
2020-07-08 Jason Ekstrandnir/validate: Don't abort() until after the shader...
2020-07-08 Mike Blumenkrantznir: add lowering pass for fragcolor -> fragdata
2020-07-07 Daniel Schürmannnir: refactor nir_can_move_instr
2020-07-07 Daniel Schürmannnir: also move vecN in case of nir_move_copies
2020-07-06 Neil Robertsnir: Add intrinsics for the line width
2020-07-06 Neil Robertscompiler: Add a system value for the line coord
2020-07-06 Jason Ekstrandnir: Add docs to nir_lower[_explicit]_io
2020-07-06 Jason Ekstrandnir: Remove shared support from lower_io
2020-07-06 Jason Ekstrandnir: Assert that nir_lower_io is only called with allow...
2020-07-06 Connor Abbottnir: add vec2_index_32bit_offset address format
2020-07-06 Connor Abbottnir: Refactor load/store intrinsic helper
2020-07-03 Mike Blumenkrantznir: add lowering pass for clip plane enabling
2020-07-02 Timothy Arcerinir: fix implicit fallthrough warnings
2020-07-02 Ian Romanicknir/algebraic: Don't distrubte absolute-value into...
2020-07-02 Timothy Arcerinir: add missing break to nir_opt_access()
2020-06-30 Alyssa Rosenzweignir: Propagate *2*16 conversions into vectors
2020-06-29 Boris Brezillonnir: Add new rules to optimize NOOP pack/unpack pairs
2020-06-24 Kenneth Graunkenir: Fix divergence analysis for tessellation input...
2020-06-23 Jose Maria Casanov... nir: only uniforms with dynamically_uniform offset...
2020-06-22 Rhys Perrynir: slight correction to cube_face_coord constant...
2020-06-22 Neil Robertsnir/scheduler: Add an option to specify what stages...
2020-06-22 Neil Robertsnir/schedule: Store a pointer to the scoreboard in...
2020-06-22 Neil Robertsnir/scheduler: Handle nir_intrinsic_load_per_vertex_input
2020-06-18 Karol Herbstnir/lower_images: handle dec and inc
2020-06-16 Jason Ekstrandnir/intrinsics: Put the _intel intrinsics together...
2020-06-16 Rob Clarknir/validate: validate intr->num_components
next