iris: Only enable GL_AMD_depth_clamp_separate on Gen9+
[mesa.git] / src / compiler / nir /
2019-04-29 Kenneth Graunkenir: Add a new nir_cf_list_is_empty_block() helper.
2019-04-29 Andreas Baierlnir: add rcp(w) lowering for gl_FragCoord
2019-04-26 Tapani Pällinir: use braces around subobject in initializer
2019-04-26 Jason Ekstrandnir/algebraic: Optimize integer cast-of-cast
2019-04-26 Dave Airlienir: fix bit_size in lower indirect derefs.
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_offset
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_sample
2019-04-25 Caio Marcelo de... nir: Add option to lower tex to txl when shader don...
2019-04-25 Timothy Arcerinir: fix nir_remove_unused_varyings()
2019-04-22 Jason Ekstrandnir: Use the NIR_SRC_AS_ macro to define nir_src_as_deref
2019-04-19 Jason Ekstrandnir: Add helpers for getting the type of an address...
2019-04-19 Jason Ekstrandintel,nir: Lower TXD with a bindless sampler
2019-04-19 Jason Ekstrandnir/lower_io: Expose some explicit I/O lowering helpers
2019-04-19 Kristian H. Kristensennir_opcodes.py: Saturate to expression that doesn't...
2019-04-19 Eric Anholtnir: Use the nir_builder _imm helpers in setting up...
2019-04-19 Eric Anholtnir: Fix deref offset calculation for structs.
2019-04-19 Erico Nunesnir/algebraic: add lowering for fsign
2019-04-18 Ian Romanicknir/algebraic: Strength reduce some compares of x and -x
2019-04-18 Ian Romanicknir/algebraic: Fix some 1-bit Boolean weirdness
2019-04-18 Ian Romanicknir/algebraic: Replace a pattern where iand with a...
2019-04-18 Ian Romanicknir/algebraic: Recognize open-coded copysign(1.0, a)
2019-04-18 Jason Ekstrandnir: Add a nir_src_as_intrinsic() helper
2019-04-18 Jason Ekstrandnir: Rework nir_src_as_alu_instr to not take a pointer
2019-04-18 Jason Ekstrandnir: Drop "struct" from some nir_* declarations
2019-04-16 Jason Ekstrandnir/algebraic: Use a cache to avoid re-emitting structs
2019-04-16 Jason Ekstrandnir/algebraic: Move the template closer to the render...
2019-04-16 Marek Olšáknir: optimize gl_SampleMaskIn to gl_HelperInvocation...
2019-04-15 Rhys Perrynir,ac/nir: fix cube_face_coord
2019-04-15 Timothy Arcerinir: fix packing components with arrays
2019-04-14 Jason Ekstrandnir/validate: Require unused bits of nir_const_value...
2019-04-14 Jason Ekstrandnir/load_const_to_scalar: Get rid of a bit size switch...
2019-04-14 Jason Ekstrandnir/constant_folding: Get rid of a bit size switch...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstnir/loop_analyze: use nir_const_value.b for boolean...
2019-04-14 Jason Ekstrandnir/print: Use nir_src_as_int for array indices
2019-04-14 Jason Ekstrandnir/builder: Add a nir_imm_zero helper
2019-04-14 Karol Herbstnir/builder: Move nir_imm_vec2 from blorp into the...
2019-04-14 Alyssa Rosenzweignir: Add nir_lower_viewport_transform
2019-04-13 Christian Gmeinernir: add lower_ftrunc
2019-04-12 Jason Ekstrandnir: Add a pass for selectively lowering variables...
2019-04-12 Eric Anholtnir: Add a comment about how intrinsic definitions...
2019-04-12 Eric Anholtnir: Drop remaining references to const_index in favor...
2019-04-12 Eric Anholtnir: Drop comments about the constant_index slots for...
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-11 Timothy Arcerinir: initialise some variables in opt_if_loop_last_cont...
2019-04-11 Juan A. Suarez Romeronir/xfb: do not use bare interface type
2019-04-10 Bas Nieuwenhuizennir: Add access qualifiers on load_ubo intrinsic.
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Jason Ekstrandnir: Get rid of nir_register::is_packed
2019-04-09 Caio Marcelo de... nir: Don't set LOD=0 for compute shader that has deriva...
2019-04-09 Caio Marcelo de... nir/algebraic: Lower CS derivatives to zero when no...
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-08 Jason Ekstrandnir/search: Search for all combinations of commutative ops
2019-04-05 Jason Ekstrandnir/algebraic: Add some logical OR and AND patterns
2019-04-05 Jason Ekstrandnir/algebraic: Drop some @bool specifiers
2019-04-05 Caio Marcelo de... nir: Take if_uses into account when repairing SSA
2019-04-05 Samuel Pitoisetnir: do not pack varying with different types
2019-04-04 Alyssa Rosenzweignir: Add "viewport vector" system values
2019-04-03 Dave Airlienir: use proper array sizing define for vectors
2019-04-03 Timothy ArceriRevert "nir: propagate known constant values into the...
2019-04-02 Timothy Arcerinir: propagate known constant values into the if-then...
2019-03-30 Rob Clarknir: add lower_all_io_to_elements
2019-03-30 Rob Clarknir: print var name for load_interpolated_input too
2019-03-30 Jason Ekstrandnir: Lock around validation fail shader dumping
2019-03-29 Karol Herbstnir/validate: validate that tex deref sources are actua...
2019-03-29 Karol Herbstnir/print: fix printing the image_array intrinsic index
2019-03-29 Brian Paulnir: use {0} initializer instead of {} to fix MSVC...
2019-03-28 Ian Romanicknir: Add partial redundancy elimination for compares
2019-03-28 Ian Romanicknir: Add nir_alu_srcs_negative_equal
2019-03-28 Ian Romanicknir: Add nir_const_value_negative_equal
2019-03-28 Ian Romanicknir/algebraic: Add missing 16-bit extract_[iu]8 patterns
2019-03-28 Ian Romanicknir/algebraic: Add missing 64-bit extract_[iu]8 patterns
2019-03-28 Ian Romanicknir/algebraic: Remove redundant extract_[iu]8 patterns
2019-03-28 Ian Romanicknir/algebraic: Fix up extract_[iu]8 after loop unrolling
2019-03-28 Dave Airlienir/deref: fix struct wrapper casts. (v3)
2019-03-27 Samuel Pitoisetnir: add nir_{load,store}_deref_with_access() helpers
2019-03-27 Timothy Arcerinir: add support for user defined select control
2019-03-27 Timothy Arcerinir: add support for user defined loop control
2019-03-25 Jason Ekstrandnir: Add access flags to deref and SSBO atomics
2019-03-25 Jason Ekstrandnir: Add texture sources and intrinsics for bindless
2019-03-25 Jason Ekstrandnir: Add a lowering pass for non-uniform resource access
2019-03-25 Jason Ekstrandnir/lower_io: Add a bounds-checked 64-bit global addres...
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering for 16-bit ldexp
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering for 16-bit flrp
2019-03-25 Iago Toral Quirogacompiler/nir: add lowering option for 16-bit fmod
2019-03-25 Dave Airlienir/split_vars: fixup some more explicit_stride related...
2019-03-22 Caio Marcelo de... nir: Handle array-deref-of-vector case in loop analysis
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-22 Samuel Pitoisetnir: use generic float types for frexp_exp and frexp_sig
2019-03-22 Vinson Leenir: Fix anonymous union initialization with older...
2019-03-21 Timothy Arcerinir: fix opt_if_loop_last_continue()
2019-03-21 Kenneth Graunkenir: Record non-vector/scalar varyings as unmovable...
2019-03-21 Rob Clarknir: move gls_type_get_{sampler,image}_count()
2019-03-21 Timothy Arcerinir: only override previous alu during loop analysis...
2019-03-21 Karol Herbstnir/lower_tex: Add support for tg4 offsets lowering
2019-03-21 Karol Herbstnir: add support for gather offsets
2019-03-21 Dave Airlienir/deref: remove casts of casts which are likely redun...
2019-03-21 Dave Airlienir/spirv: don't use bare types, remove assert in split...
next