spirv: Add explicit pointer types
[mesa.git] / src / compiler /
2019-01-08 Jason Ekstrandspirv: Add explicit pointer types
2019-01-08 Jason Ekstrandspirv: Choose atomic deref type with pointer_uses_ssa_o...
2019-01-08 Jason Ekstrandspirv: Add error checking for Block and BufferBlock...
2019-01-08 Jason Ekstrandnir/vulkan: Add a descriptor type to vulkan resource...
2019-01-08 Jason Ekstrandnir/lower_io: Add "explicit" IO lowering
2019-01-08 Jason Ekstrandnir/validate: Allow array derefs on vectors in more...
2019-01-08 Jason Ekstrandnir/intrinsics: Add access flags to load/store_deref
2019-01-08 Jason Ekstrandnir/intrinsics: Allow deref sources to consume anything
2019-01-08 Jason Ekstrandnir/validate: Allow derefs in phi nodes
2019-01-08 Jason Ekstrandnir/remove_dead_variables: Properly handle deref casts
2019-01-08 Jason Ekstrandnir/deref: Skip over casts in fixup_deref_modes
2019-01-08 Jason Ekstrandnir/deref: Support casts and ptr_as_array in comparisons
2019-01-08 Jason Ekstrandnir/opt_deref: Properly optimize ptr_as_array derefs
2019-01-08 Jason Ekstrandnir/validate: Don't allow derefs in if conditions
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2019-01-08 Jason Ekstrandspirv: Propagate layout decorations to created glsl_types
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandglsl_type: Simplify glsl_channel_type
2019-01-08 Jason Ekstrandglsl_type: Add a C wrapper to get struct field offsets
2019-01-08 Jason Ekstrandglsl_type: Drop the glsl_get_array_instance C helper
2019-01-08 Jason Ekstrandnir: Distinguish between normal uniforms and UBOs
2019-01-08 Jason Ekstrandnir: Allow storing to shader_storage
2019-01-08 Jason Ekstrandnir/validate: Require array indices to match the deref...
2019-01-08 Jason Ekstrandspirv: Handle arbitrary bit sizes for deref array indices
2019-01-08 Jason Ekstrandnir/builder: Add nir_i2i and nir_u2u helpers which...
2019-01-08 Jason Ekstrandspirv: Emit NIR deref instructions on-the-fly
2019-01-08 Jason Ekstrandspirv: Sign-extend array indices
2019-01-08 Jason Ekstrandspirv: Handle any bit size in vector_insert/extract
2019-01-08 Jason Ekstrandglsl_type: Support serializing 8 and 16-bit types
2019-01-08 Bas Nieuwenhuizenspirv: Fix matrix parameters in function calls.
2019-01-07 Kenneth Graunkenir: Make gl_nir_lower_samplers use gl_nir_lower_sample...
2019-01-07 Kenneth Graunkenir: Fix gl_nir_lower_samplers_as_deref's structure...
2019-01-07 Andres Gomezglsl: correct typo in GLSL compilation error message
2019-01-06 Timothy Arcerinir: avoid uninitialized variable warning
2019-01-04 Eric Anholtnir: Add nir_lower_tex options to lower sampler return...
2019-01-04 Eric Anholtnir: Allow nir_format_unpack_int/sint to unpack larger...
2019-01-04 Caio Marcelo de... nir: remove dead code from copy_prop_vars
2019-01-04 Andres Gomezglsl/linker: complete documentation for assign_attribut...
2019-01-03 Timothy Arcerinir: merge some basic consecutive ifs
2019-01-03 Timothy Arcerinir: add rewrite_phi_predecessor_blocks() helper
2019-01-03 Timothy Arcerinir: simplify does_varying_match()
2019-01-03 Timothy Arcerinir: make use of does_varying_match() helper
2019-01-03 Timothy Arcerinir: make nir_opt_remove_phis_impl() static
2019-01-02 Caio Marcelo de... nir: add a way to print the deref chain
2019-01-02 Iago Toral Quirogacompiler/spirv: use 32-bit polynomial approximation...
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit frexp
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit hyperbolic trigonometr...
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit exp and log
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit atan2
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit atan
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit acos
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit asin
2019-01-02 Iago Toral Quirogacompiler/spirv: handle 16-bit float in radians() and...
2019-01-02 Iago Toral Quirogacompiler/nir: add nir_fadd_imm() and nir_fmul_imm(...
2019-01-02 Iago Toral Quirogacompiler/nir: add a nir_b2f() helper
2019-01-02 Timothy Arcerinir: link time opt duplicate varyings
2019-01-02 Timothy Arcerinir: rework nir_link_opt_varyings()
2019-01-02 Timothy Arcerinir: add can_replace_varying() helper
2019-01-02 Timothy Arcerinir: rename nir_link_constant_varyings() nir_link_opt_v...
2018-12-20 Samuel Pitoisetspirv: add support for SpvCapabilityStorageImageMultisample
2018-12-20 Iago Toral Quirogaintel/compiler: move nir_lower_bool_to_int32 before...
2018-12-19 Caio Marcelo de... nir: properly find the entry to keep in copy_prop_vars
2018-12-19 Caio Marcelo de... nir: properly clear the entry sources in copy_prop_vars
2018-12-19 Ian Romanicknir/algebraic: Don't put quotes around floating point...
2018-12-18 Sagar Ghugenir: Add a new lowering option to lower 3D surfaces...
2018-12-18 Jason Ekstrandnir/dead_write_vars: Get modes directly from derefs
2018-12-18 Jason Ekstrandnir/copy_prop_vars: Get modes directly from derefs
2018-12-18 Jason Ekstrandnir/lower_wpos_center: Look at derefs for modes
2018-12-18 Jason Ekstrandnir/lower_io_to_scalar: Look at derefs for modes
2018-12-18 Jason Ekstrandnir/lower_io_arrays_to_elements: Look at derefs for...
2018-12-18 Jason Ekstrandnir/linking_helpers: Look at derefs for modes
2018-12-18 Jason Ekstrandnir/propagate_invariant: Skip unknown vars
2018-12-18 Ian RomanickRevert "nir/lower_indirect: Bail early if modes == 0"
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-17 Eric Anholtnir: Fix clamping of uints for image store lowering.
2018-12-16 Ian Romanicknir: Release per-block metadata in nir_sweep
2018-12-16 Ian Romanicknir: Fix holes in nir_instr
2018-12-16 Ian Romanicknir/phi_builder: Use per-value hash table to store...
2018-12-16 Jason Ekstrandnir/algebraic: Add some optimizations for D3D-style...
2018-12-16 Jason Ekstrandnir/algebraic: Optimize 1-bit Booleans
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Add 1-bit Boolean opcodes
2018-12-16 Jason Ekstrandnir/algebraic: Generalize an optimization
2018-12-16 Jason Ekstrandnir/large_constants: Properly handle 1-bit bools
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-12-16 Jason Ekstrandnir/constant_expressions: Rework Boolean handling
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Jason Ekstrandnir/algebraic: Make an optimization more specific
2018-12-16 Jason Ekstrandnir: Drop support for lower_b2f
2018-12-16 Jason Ekstrandnir/algebraic: Optimize x2b(xneg(a)) -> a
2018-12-16 Jason Ekstrandnir/constant_folding: Fix source bit size logic
2018-12-16 Jason Ekstrandnir/lower_idiv: Use ilt instead of bit twiddling
2018-12-16 Rhys Perrynir: fix constness in nir_intrinsic_align()
2018-12-14 Ian Romanicknir/phi_builder: Internal users should use nir_phi_buil...
2018-12-14 Timothy Arcerinir: fix opt_if_loop_last_continue()
2018-12-13 Eric Anholtnir: Move intel's half-float image store lowering to...
2018-12-13 Eric Anholtnir: Print the format of image variables.
next