Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / nir /
2020-08-18 Louis-Francis Ratt... st/mesa: Replace UsesStreams by ActiveStreamMask for GS
2020-08-17 Jesse Natalienir: Add fisfinite op
2020-08-17 Jesse Natalienir: Add fisnormal op
2020-08-17 Boris Brezillonnir: Fix i64tof32 lowering
2020-08-17 Boris Brezilloncompiler/nir: Add new flags to lower pack/unpack split...
2020-08-17 Jason Ekstrandnir/builder: Make nir_get_ptr_bitsize take a nir_shader
2020-08-17 Jesse Natalienir: Add nir_address_format_32bit_index_offset_pack64
2020-08-17 Jesse Natalienir: Add nir_address_format_32bit_offset_as_64bit
2020-08-17 Jesse Natalienir: Optimize mask+downcast to just downcast
2020-08-17 Jesse Natalienir: Fix serialize/deserialize of void samplers/images
2020-08-17 Gert Wollnycompiler/nir: extend lower_fragcoord_wtrans to support...
2020-08-17 Gert Wollnycompiler/nir: rewrite lower_fragcoord_wtrans to use...
2020-08-17 Marek Olšáknir: handle load_input_vertex in nir_get_io_offset_src
2020-08-17 Marek Olšáknir: remove nir_strip stub declaration
2020-08-14 Karol Herbstspirv: parse unstructured CFG
2020-08-14 Jason Ekstrandnir/lower_goto_if: Add some debug prints
2020-08-14 Jason Ekstrandnir/lower_goto_if: Add a route::outside set
2020-08-14 Jason Ekstrandnir/lower_goto_if: Replace a tripple loop with a double...
2020-08-14 Jason Ekstrandnir/lower_goto_if: Add a block_for_singular_set helper
2020-08-14 Jason Ekstrandnir/lower_goto_if: Sort blocks in select_fork
2020-08-14 Jason Ekstrandnir/lower_goto_if: Rework some set union logic
2020-08-14 Jason Ekstrandnir/lower_goto_if: Rework handling of skip targets
2020-08-14 Jason Ekstrandnir/lower_goto_if: Use util/list instead of exec_list
2020-08-14 Jason Ekstrandnir/lower_goto_if: Clean up ralloc usage
2020-08-14 Jason Ekstrandnir/lower_goto_if: Document some data structures
2020-08-14 Julian Winklernir: Add a structurizer
2020-08-14 Karol Herbstnir: Add goto_if jump instruction
2020-08-14 Jason Ekstrandnir: Add and use nir_foreach_block_unstructured helpers
2020-08-14 Karol Herbstnir: Add a structured flag to nir_shader
2020-08-13 Tony Wasserkanir/lower_idiv: Port recent LLVM fixes to emit_udiv
2020-08-11 Jesse Natalienir: nir_range_analysis needs to be updated for vec16
2020-08-11 Alyssa Rosenzweignir/lower_ssbo: Don't set align_* for atomics
2020-08-05 Alejandro Piñeironir/lower_tex: handle query lod with nir_lower_tex_pack...
2020-08-05 Iago Toral Quiroganir/lower_tex: skip lower_tex_packing for the texture...
2020-08-05 Eric Anholtnir: Print the constant data size associated with a...
2020-08-05 Eric Anholtnir: Add a little more docs about NIR's constant_data.
2020-08-05 Eric Anholtnir/lower_amul: Use num_ubos/ssbos instead of recomputi...
2020-08-03 Jason Ekstrandnir/deref: Don't try to compare derefs containing casts
2020-08-03 Eric Anholtnir: Remove the old nir_opt_shrink_load.
2020-08-03 Eric Anholtnir: Add a pass to cut the trailing ends of vectors.
2020-07-31 David Stevensnir: Add colorspace support to YUV lowering pass
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
next