glsl: add can_skip_compile() helper
[mesa.git] / src / compiler / nir /
2019-11-19 Marek Olšáknir: don't use GLenum16 in nir.h
2019-11-19 Marek Olšáknir: move data.descriptor_set above data.index for...
2019-11-19 Marek Olšáknir/print: only print image.format for image variables
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-18 Dave Airlienir/serialize: fix serializing functions with no implem...
2019-11-18 Dave Airlienir/serialize: pack function has name and entry point...
2019-11-18 Jason Ekstrandnir: Validate that variables are in the right lists
2019-11-14 Connor Abbottnir: Fix non-determinism in lower_global_vars_to_local
2019-11-12 Brian Paulnir: fix a couple signed/unsigned comparison warnings...
2019-11-12 Rhys Perrynir/divergence: improve DA of shuffle
2019-11-12 Erik Faye-Lundnir: patch up deref-vars when lowering clip-planes
2019-11-11 Jason Ekstrandnir: Add tests for nir_extract_bits
2019-11-11 Jason Ekstrandnir/builder: Add a nir_extract_bits helper
2019-11-11 Alyssa Rosenzweignir: Add load_output_u8_as_fp16_pan intrinsic
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Implement TCS synchronization intrinsics
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add ir3 intrinsics for tessellation
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add load and store intrinsics for global io
2019-11-07 Kai Wasserbächnir: fix unused function warning in src/compiler/nir...
2019-11-07 Kai Wasserbächnir: fix unused variable warning in nir_lower_vars_to_e...
2019-11-06 Samuel Pitoisetnir: fix packing of nir_variable
2019-11-06 Marek Olšáknir/serialize: pack nir_variable flags
2019-11-06 Marek Olšáknir/serialize: store 32-bit object IDs instead of 64-bit
2019-11-06 Marek Olšáknir/serialize: don't expand 16-bit variable state slots...
2019-11-06 Marek Olšáknir: pack the rest of nir_variable::data
2019-11-04 Marek Olšáknir: pack nir_variable::data::xfb_*
2019-11-04 Marek Olšáknir: pack nir_variable::data::stream
2019-11-04 Ian Romanicknir/algebraic: Mark other comparison exact when removin...
2019-11-04 Ian Romanicknir/algebraic: Add the ability to mark a replacement...
2019-11-04 Marek Olšákcompiler: make variable::data::binding unsigned
2019-11-04 Dylan Bakernir: correct use of identity check in python
2019-10-31 Tapani Pällinir: fix couple of compile warnings
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-25 Dylan Bakernir: Fix invalid code for MSVC
2019-10-25 Kenneth Graunkenir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasks
2019-10-24 Kristian H. Kristensennir: Use BITSET for tracking varyings in lower_io_arrays
2019-10-24 Caio Marcelo de... nir/tests: Add copy propagation tests with scoped_memor...
2019-10-24 Caio Marcelo de... nir: Add scoped_memory_barrier intrinsic
2019-10-24 Timothy Arcerinir: improve nir_variable packing
2019-10-24 Timothy Arcerinir: fix nir_variable_data packing
2019-10-24 Marek Olšákst/mesa: assign driver locations for VS inputs for...
2019-10-23 Erik Faye-LundRevert "nir: drop support for using load_alpha_ref_float"
2019-10-23 Erik Faye-LundRevert "nir: drop unused alpha_ref_float"
2019-10-22 Marek Olšáknir: allow nir_lower_uniforms_to_ubo to be run repeatedly
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-18 Rob Clarknir: add address calc related opt rules
2019-10-18 Rob Clarknir: add amul instruction
2019-10-18 Rob Clarknir: Add a new ALU nir_op_imul24
2019-10-18 Eduardo Lima Mitevnir: Add a new ALU nir_op_imad24_ir3
2019-10-18 Rob Clarknir/search: fix the PoT helpers
2019-10-18 Eduardo Lima Mitevnir: Add new texop nir_texop_tex_prefetch
2019-10-17 Ian Romanicknir/search: Fix possible NULL dereference in is_fsign
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement lowering passes for VS and GS
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add intrinsics that map to LDLW/STLW
2019-10-17 Erik Faye-Lundnir: drop unused alpha_ref_float
2019-10-17 Erik Faye-Lundnir: drop support for using load_alpha_ref_float
2019-10-17 Erik Faye-Lundnir: support feeding state to nir_lower_clip_[vg]s
2019-10-17 Erik Faye-Lundnir: support lowering clipdist to arrays
2019-10-17 Erik Faye-Lundnir: support derefs in two-sided lighting lowering
2019-10-17 Erik Faye-Lundnir: add lowering-pass for point-size mov
2019-10-17 Erik Faye-Lundnir: allow passing alpha-ref state to lowering-code
2019-10-17 Dave Airlienir: add a pass to lower flat shading.
2019-10-12 Neil Robertsnir/builtin: Add extern "C" guards to nir_builtin_builder.h
2019-10-12 Neil Robertsnir/builtin: Add #include u_math.h to the header
2019-10-12 Neil Robertsnir/builder: Move nir_atan and nir_atan2 from SPIR...
2019-10-11 Bas Nieuwenhuizennir/dead_cf: Remove dead control flow after infinite...
2019-10-11 Rhys Perrynir/lower_input_attachments: pass on non-uniform access...
2019-10-11 Rhys Perrynir/lower_non_uniform: lower image/texture instructions...
2019-10-10 Marek Olšáknir: add nir_shader_compiler_options::lower_to_scalar
2019-10-10 Marek Olšáknir/drawpixels: fix what appears to be a copy-paste...
2019-10-10 Marek Olšáknir/drawpixels: handle load_color0, load_input, load_in...
2019-10-10 Marek Olšáknir: move gl_nir_opt_access from glsl directory
2019-10-10 Marek Olšáknir: add a strip parameter to nir_serialize
2019-10-09 Marek Olšáknir: add shader_info::last_msaa_image
2019-10-09 Connor Abbottnir/sink: Don't sink load_ubo to outside of its definin...
2019-10-09 Connor Abbottnir/sink: Rewrite loop handling logic
2019-10-07 Eric Engestrommeson: rename libnir to _libnir to make it clear it...
2019-10-07 Rhys Perrynir/constant_folding: fold load_constant intrinsics
2019-10-07 Rhys Perrynir/constant_folding: add back and use constant_fold_state
2019-10-04 Eric Anholtnir: Fix some wonky whitespace in nir_search.h.
2019-10-04 Eric Anholtnir: Factor out most of the algebraic passes C code...
2019-10-04 Eric Anholtnir: Keep the range analysis HT around intra-pass until...
2019-10-04 Eric Anholtnir: Skip emitting no-op movs from the builder.
2019-10-04 Eric Anholtnir: Make nir_search's dumping go to stderr.
2019-10-04 Rhys Perrynir/print: always use the right FILE *
2019-10-04 Erik Faye-Lundnir: initialize needs_helper_invocations as well
2019-10-04 Erik Faye-Lundnir: initialize uses_discard to false
2019-09-30 Daniel Schürmannnir: Remove unnecessary subtraction optimizations
2019-09-30 Daniel Schürmannnir: recombine nir_op_*sub when lower_sub = false
2019-09-25 Ian Romanicknir/range-analysis: Use types to provide better ranges...
2019-09-25 Ian Romanicknir/range-analysis: Use types in the hash key
2019-09-25 Ian Romanicknir/range-analysis: Bail if the types don't match
2019-09-25 Connor Abbottnir: Fix overlapping vars in nir_assign_io_var_locations()
2019-09-25 Rhys Perrynir/opt_remove_phis: handle phis with no sources
2019-09-24 Connor Abbottnir/opt_large_constants: Handle store writemasks
2019-09-23 Marek Olšáknir: don't add bindless variables to num_textures and...
2019-09-23 Jason Ekstrandnir/repair_ssa: Replace the unreachable check with...
2019-09-19 Ian Romanicknir/algebraic: Additional D3D Boolean optimization
2019-09-19 Ian Romanicknir/algebraic: Do not apply late DPH optimization in...
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
next