radeonsi: remove an unused ctx parameter in si_shader_destroy
[mesa.git] / src / glsl /
2015-10-17 Rob Clarkbuild: fix make-check after a6a6a71
2015-10-16 Rob Clarkglsl: (mostly) remove libglsl_util
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: move builtin vector types to glsl_types.cpp
2015-10-16 Rob Clarkglsl: couple shader_enums cleanups
2015-10-16 Timothy Arceriglsl: initialise record array count to 1
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 Brian Paulglsl: silence warning about unhandled ast_unsized_array...
2015-10-16 Samuel Iglesias... glsl: fix check SSBOs support for builtin functions
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-15 Emil Velikovnir: include nir_instr_set.h in the tarball
2015-10-15 Timothy Arceriglsl: Allow arrays of arrays in GLSL ES 3.10 and GLSL...
2015-10-15 Timothy Arceriglsl: allow for AoA in calculating offset to ubo start...
2015-10-15 Timothy Arceriglsl: build ubo name and indexing offset for AoA
2015-10-15 Timothy Arceriglsl: link uniform block arrays of arrays
2015-10-15 Timothy Arceriglsl: Add AoA support when checking for non-const index
2015-10-15 Timothy Arceriglsl: Add support for lowering interface block arrays...
2015-10-15 Timothy Arceriglsl: add AoA support for an inteface with unsized...
2015-10-15 Timothy Arceriglsl: add AoA support for linking interface blocks...
2015-10-15 Timothy Arceriglsl: avoid hitting assert for arrays of arrays
2015-10-15 Timothy Arceriglsl: add AoA support for atomic counters
2015-10-15 Timothy Arceriglsl: add std140 layout support for AoA
2015-10-15 Timothy Arceriglsl: calculate AoA uniform offset correctly for structs
2015-10-15 Timothy Arceriglsl: remove dead code in a single pass
2015-10-15 Timothy Arceriglsl: dont allow gl_PerVertex to be redeclared as an...
2015-10-15 Timothy Arceriglsl: check that only the outermost array is unsized
2015-10-15 Timothy Arceriglsl: allow AoA to be sized by initializer or constructor
2015-10-15 Timothy Arceriglsl: add support for initialising sampler AoA
2015-10-15 Timothy Arceriglsl: Add support for linking uniform arrays of arrays
2015-10-14 Jordan Justenglsl: Support uint index in lower_vector_insert
2015-10-14 Jordan Justenglsl: Support uint index in do_vec_index_to_cond_assign
2015-10-14 Marta Lofstedtglsl: Enable split of lower UBOs and SSBO also for...
2015-10-14 Jose Fonsecaglsl: Include util/strndup.h.
2015-10-14 Tapani Pälliglsl: calculate TOP_LEVEL_ARRAY_SIZE and STRIDE when...
2015-10-14 Tapani Pälliglsl: add top level array size and stride to gl_uniform...
2015-10-14 Iago Toral Quirogaglsl/lower_ubo_reference: lower UBOs and SSBOs to separ...
2015-10-14 Iago Toral Quirogamesa: Add {Num}UniformBlocks and {Num}ShaderStorageBloc...
2015-10-14 Iago Toral Quirogamesa: Rename {Num}UniformBlocks to {Num}BufferInterface...
2015-10-14 Iago Toral Quirogaglsl: Fix variable_referenced() for vector_{extract...
2015-10-14 Iago Toral Quiroganir: split SSBO min/max atomic instrinsics into signed...
2015-10-13 Samuel Iglesias... glsl: fix matrix stride calculation for std430's row_ma...
2015-10-12 Ian Romanickglsl: Never allow the sequence operator anywhere in...
2015-10-12 Ian Romanickglsl: In later GLSL versions, sequence operator is...
2015-10-12 Ian Romanickglsl: Add method to determine whether an expression...
2015-10-12 Ian Romanickglsl: Restrict initializers for global variables to...
2015-10-12 Ian Romanickglsl: Only set ir_variable::constant_value for const...
2015-10-12 Ian Romanickglsl: Use constant_initializer instead of constant_valu...
2015-10-12 Ian Romanickglsl/linker: Use constant_initializer instead of consta...
2015-10-12 Ian Romanickglsl: Allow built-in functions as constant expressions...
2015-10-12 Iago Toral Quirogaglsl: include variable name in error messages about...
2015-10-12 Iago Toral Quirogaglsl: shader outputs cannot have initializers
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
2015-10-09 Connor Abbottnir: constify nir_ssa_alu_instr_src_components()
2015-10-09 Connor Abbottnir: split out instruction comparison functions
2015-10-09 Neil Robertsnir: Add a function to determine if a source is dynamic...
2015-10-08 Jason Ekstrandnir/sweep: Reparent the shader name
2015-10-08 Tapani Pälliglsl: add varyings to resource list only with SSO
2015-10-06 Brian Paulglsl: whitespace/formatting/typo fixes in link_uniforms.cpp
2015-10-06 Samuel Iglesias... glsl: add std430 layout support for AoA
2015-10-05 Matt Turnerglsl: Remove CSE pass.
2015-10-05 Tapani Pälliglsl: set glsl error if binding qualifier used on globa...
2015-10-04 Timothy Arceriglsl: reduce memory footprint of uniform_storage struct
2015-10-04 Kenneth Graunkenir: Add a nir_shader_info::has_transform_feedback_vary...
2015-10-04 Kenneth Graunkenir: Introduce new nir_intrinsic_load_per_vertex_input...
2015-10-04 Kenneth Graunkenir/lower_io: Make get_io_offset() return a nir_ssa_def...
2015-10-04 Timothy Arceriglsl: fix whitespace
2015-10-03 Marek Olšákmesa: remove Driver.DeleteShader
2015-10-03 Jason Ekstrandnir: Add a nir_foreach_variable macro
2015-10-02 Jason Ekstrandnir: Move GS data to nir_shader_info
2015-10-02 Jason Ekstrandnir: Add a a nir_shader_info struct
2015-10-02 Jason Ekstrandnir/glsl: Take a gl_shader_program and a stage rather...
2015-10-02 Jason Ekstrandglsl/types: Make subroutine types have a single matrix...
2015-10-02 Ilia Mirkinglsl: avoid leaking hiddenUniforms map when there are...
2015-10-02 Chris Wilsonnir: Fix uninitialized 'progress' variable in nir_lower...
2015-10-02 Connor Abbottnir/remove_phis: handle trivial back-edges
2015-10-02 Tapani Pälliglsl: validate binding qualifier on block members
2015-10-02 Samuel Iglesias... glsl: emit row_major matrix's SSBO stores only for...
2015-10-02 Tapani Pälliglsl: error out if non-constant indexing of SSBO arrays...
2015-10-01 Kenneth Graunkenir: Allow nir_lower_io() to only lower one type of...
2015-09-30 Samuel Iglesias... glsl: assert base_alignment > 0 for records
2015-09-30 Samuel Iglesias... glsl: apply shader storage block member rules when...
2015-09-30 Jordan Justennir: Don't set dest in SSBO store glsl_to_nir conversion
2015-09-29 Kenneth Graunkenir: Use a system value for gl_PrimitiveIDIn.
2015-09-29 Jordan Justennir: Convert SYSTEM_VALUE_NUM_WORK_GROUPS to a nir...
2015-09-29 Jordan Justenglsl/cs: Add gl_NumWorkGroups as a system value
2015-09-29 Iago Toral Quirogaglsl: Fix forward NULL dereference coverity warning
2015-09-29 Iago Toral Quirogaglsl: Fix null return coverity warning
2015-09-29 Iago Toral Quirogaglsl: Fix unused value warning reported by Coverity
2015-09-29 Samuel Iglesias... glsl: use correct number of uniform blocks in error...
2015-09-29 Samuel Iglesias... mesa: rename gl_shader_program's NumUniformBlocks to...
2015-09-28 Iago Toral Quirogaglsl: revert "glsl: atomic counters can be declared...
next