glsl ubo/ssbo: Add lower_buffer_access class
[mesa.git] / src / glsl / nir /
2015-12-08 Matt Turnernir: Optimize useless comparisons against true/false.
2015-12-04 Jason Ekstrandnir/lower_io: Pass the builder and type_size into get_i...
2015-12-02 Jose FonsecaRemove Sun CC specific code.
2015-12-01 Matt Turnerglsl: Rename safe_reverse -> reverse_safe.
2015-11-29 Emil Velikovnir: remove recursive inclusion in builtin_type_macros.h
2015-11-29 Emil Velikovnir: remove unneeded include
2015-11-25 Emil Velikovnir: include what we want/need
2015-11-23 Jason Ekstrandnir/lower_tex: Add support for lowering texture swizzle
2015-11-23 Jason Ekstrandnir: Add a tex_instr_is_query helper
2015-11-23 Jason Ekstrandnir: Add a ssa_def_rewrite_uses_after helper
2015-11-23 Jason Ekstrandnir: Use instr/if_rewrite in nir_ssa_def_rewrite_uses
2015-11-23 Jason Ekstrandnir/validate: Validated dests after sources
2015-11-23 Jason Ekstrandnir/lower_tex: Set the dest_type for txs instructions
2015-11-23 Jason Ekstrandnir/lower_tex: Report progress
2015-11-23 Jason Ekstrandnir: s/nir_type_unsigned/nir_type_uint
2015-11-23 Connor Abbottnir/builder: only read meaningful channels in nir_swizzle()
2015-11-21 Matt Turnernir: Add support for gl_HelperInvocation system value.
2015-11-20 Ian Romanicknir: Add nir_texop_samples_identical opcode
2015-11-20 Rob Clarknir: add nir_ssa_for_alu_src()
2015-11-20 Rob Clarknir: fix missing increments of num_inputs/num_outputs
2015-11-20 Rob Clarknir/print: show # of uniforms/inputs/outputs
2015-11-20 Rob Clarknir/print: show shader name/label if set
2015-11-20 Rob Clarknir: add nir_var_all enum
2015-11-19 Connor Abbottnir: fix constant folding of bfi
2015-11-18 Jason Ekstrandnir: Add support for cloning shaders
2015-11-18 Kenneth Graunkei965/nir: Validate that NIR passes call nir_metadata_pr...
2015-11-18 Rob Clarknir: add array length field
2015-11-18 Rob Clarknir: remove nir_variable::max_ifc_array_access
2015-11-18 Ilia Mirkinnir: fix typo in idiv lowering, causing large-udiv...
2015-11-18 Kenneth Graunkenir: Store the size of the TCS output patch in nir_shad...
2015-11-17 Samuel Iglesias... glsl: copy each field's precision information in glsl_t...
2015-11-17 Samuel Iglesias... glsl/nir: initialize precision field in glsl_struct_fie...
2015-11-17 Samuel Iglesias... nir: reduce memory footprint of glsl_struct_field's...
2015-11-16 Matt Turnernir/glsl: Fix copy-n-paste mistakes from commit 213f864.
2015-11-16 Juan A. Suarez Romeronir/glsl_to_nir: use _mesa_fls() to compute num_textures
2015-11-16 Iago Toral Quiroganir/copy_propagate: do not copy-propagate MOV srcs...
2015-11-14 Vinson Leenir: Silence GCC maybe-uninitialized warnings.
2015-11-13 Kenneth Graunkenir: Add helpers for getting input/output intrinsic...
2015-11-13 Kenneth Graunkenir: Don't lower TCS outputs to temporaries.
2015-11-13 Kenneth Graunkenir: Allow outputs reads and add the relevant intrinsics.
2015-11-13 Kenneth Graunkenir/lower_io: Introduce nir_store_per_vertex_output...
2015-11-13 Kenneth Graunkenir/lower_io: Use load_per_vertex_input intrinsics...
2015-11-13 Iago Toral QuirogaRevert "nir/copy_propagate: do not copy-propagate MOV...
2015-11-13 Iago Toral Quiroganir/copy_propagate: do not copy-propagate MOV srcs...
2015-11-13 Jason Ekstrandnir/vars_to_ssa: Delete dead output set code
2015-11-13 Jason Ekstrandnir/vars_to_ssa: Rework copy set handling in lower_copi...
2015-11-13 Jason Ekstrandnir/validate: Allow subroutine types for the tails...
2015-11-12 Ilia Mirkinglsl: add gl_HelperInvocation system value
2015-11-12 Iago Toral Quirogaglsl: Add precision information to ir_variable
2015-11-10 Eduardo Lima Mitevnir/nir_opt_peephole_ffma: Move this lowering pass...
2015-11-10 Connor Abbottnir/glsl: switch to using the builder
2015-11-10 Connor Abbottnir/glsl: make emit() take nir_ssa_def * sources
2015-11-10 Connor Abbottnir/glsl: convert nir_visitor::result to a nir_ssa_def *
2015-11-10 Connor Abbottnir/glsl: make evaluate_rvalue() return a nir_ssa_def *
2015-11-10 Kenneth Graunkenir: Store PatchInputsRead and PatchOutputsWritten...
2015-11-10 Timothy Arceriglsl: simplify interface block stream qualifier validation
2015-11-07 Jason Ekstrandnir: Add a nir_deref_tail helper
2015-11-07 Jason Ekstrandnir/types: Add an is_vector_or_scalar helper
2015-11-07 Jason Ekstrandnir/validate: Add better validation of load/store types
2015-11-06 Jordan Justennir: Add new barrier functions for compute shaders
2015-11-06 Rob Clarknir: some small cleanups
2015-11-05 Kenneth Graunkenir: Rename nir_live_variables.c to nir_liveness.c.
2015-11-05 Kenneth Graunkenir: Rename live_variables to live_ssa_defs.
2015-11-04 Kenneth Graunkenir: Properly invalidate metadata in nir_opt_remove_phis().
2015-11-04 Kenneth Graunkenir: Properly invalidate metadata in nir_lower_vec_to_m...
2015-11-04 Kenneth Graunkenir: Properly invalidate metadata in nir_opt_copy_prop().
2015-11-04 Kenneth Graunkenir: Properly invalidate metadata in nir_remove_dead_va...
2015-11-04 Kenneth Graunkenir: Properly invalidate metadata in nir_split_var_copi...
2015-11-04 Kenneth Graunkenir: Properly invalidate metadata in nir_lower_global_v...
2015-11-04 Jason Ekstrandnir: Unexpose _impl versions of copy_prop and dce
2015-10-30 Emil Velikovnir: add shader_clock intrinsic
2015-10-29 Kenneth Graunkenir: Copy "patch" flag from ir_variable to nir_variable.
2015-10-29 Kenneth Graunkenir: Add intrinsics for tessellation shader system...
2015-10-26 Timothy Arceriglsl: keep track of intra-stage indices for atomics
2015-10-23 Eric Anholtnir: Add opcodes for saturated vector math.
2015-10-21 Jason Ekstrandnir: Constify nir_gs_count_vertices
2015-10-21 Jason Ekstrandnir/info: Add more information about geometry shaders
2015-10-21 Timothy Arceriglsl: add is_array_of_arrays() helper
2015-10-20 Marek Olšákmesa: replace UsesClipDistance with ClipDistanceArraySize
2015-10-19 Jason Ekstrandnir/info: Add a few bits of info for fragment shaders
2015-10-19 Jason Ekstrandnir/info: Add compute shader local size to nir_shader_info
2015-10-19 Jason Ekstrandnir/info: Move the GS info into a stage-specific info...
2015-10-19 Jason Ekstrandmesa: Move gl_frag_depth_layout from mtypes.h to shader...
2015-10-19 Jason Ekstrandnir: Add a label to nir_shader_info
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-16 Rob Clarkglsl: couple shader_enums cleanups
2015-10-16 Timothy Arcerinir: add atomic lowering support for AoA
2015-10-16 Timothy Arcerinir: wrapper for glsl_type arrays_of_arrays_size()
2015-10-16 Iago Toral Quiroganir: Get the number of SSBOs and UBOs right
2015-10-15 Jason Ekstrandnir/glsl: Use shader_prog->Name for naming the NIR...
2015-10-15 Jason Ekstrandnir: Add helpers for creating variables and adding...
2015-10-14 Iago Toral Quirogamesa: Rename {Num}UniformBlocks to {Num}BufferInterface...
2015-10-14 Iago Toral Quiroganir: split SSBO min/max atomic instrinsics into signed...
2015-10-09 Rob Clarkglsl: move shader_enums into nir
2015-10-09 Connor Abbottnir/instr_set: remove unnecessary check in nir_instrs_e...
2015-10-09 Connor Abbottnir: make nir_instrs_equal() static
2015-10-09 Connor Abbottnir/cse: use the instruction set API
2015-10-09 Connor Abbottnir: add an instruction set API
2015-10-09 Connor Abbottnir: constify instruction comparison functions
next