gallium/st + hgl: Build fixes for Haiku
[mesa.git] / src / glsl /
2015-05-12 Francisco Jereznir: Translate memory barrier intrinsics from GLSL IR.
2015-05-12 Francisco Jereznir: Translate image load, store and atomic intrinsics...
2015-05-12 Francisco Jereznir: Fix indexing of atomic counter arrays with a const...
2015-05-12 Francisco Jereznir: Add memory barrier intrinsic.
2015-05-12 Francisco Jereznir: Define image load, store and atomic intrinsics.
2015-05-12 Tapani Pällinir: fix sampler lowering pass for arrays
2015-05-09 Kenneth Graunkenir: Fix aggressive typos in nir_from_ssa.c.
2015-05-09 Jason Ekstrandnir/search: Save/restore the variables_seen bitmask...
2015-05-09 Jason Ekstrandnir/search: Assert that variable id's are in range
2015-05-09 Jason Ekstrandnir/search: handle explicitly sized sources in match_value
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
2015-05-09 Jason Ekstrandnir: Use nir_instr_rewrite_src in copy propagation
2015-05-09 Jason Ekstrandnir: Add a function for rewriting the condition of...
2015-05-09 Jason Ekstrandnir: Add and use initializer #defines for nir_src and...
2015-05-09 Jason Ekstrandnir: Modernize the out-of-SSA pass
2015-05-09 Jason Ekstrandnir/validate: Validate SSA def parent instructions
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_flog
2015-05-08 Ian Romanicknir: Don't produce nir_op_flog from GLSL IR
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_fexp
2015-05-08 Ian Romanicknir: Don't produce nir_op_fexp from GLSL IR
2015-05-08 Dave Airlieglsl: check total count of multi-slot double vertex...
2015-05-08 Dave Airlieglsl: track which program inputs are doubles
2015-05-08 Dave Airlieglsl: add ARB_vertex_attrib_64bit support. (v2)
2015-05-07 Matt Turnernir: Allow feq/fne/ieq/ine to be optimized with inot.
2015-05-07 Matt Turnernir: Recognize (a < c || b < c) as min(a, b) < c.
2015-05-07 Matt Turnernir: Recognize trivial min/max.
2015-05-07 Matt Turnernir: Recognize i2b(b2i(x)) as x.
2015-05-07 Matt Turnernir: Recognize imul(b2i(a), b2i(b)) as a logical AND.
2015-05-06 Tapani Pälliglsl: mark special built-in inputs referenced by vertex...
2015-05-05 Brian Paulglsl: add parens in shader_integer_mix() to silence...
2015-05-05 Emil Velikovnir: add nir_array.h to the sources list
2015-05-05 Samuel Iglesias... glsl: don't lower fragdata array if the output data...
2015-05-04 Ian Romanickglsl/es3.1: Allow misc ARB_gpu_shader5 built-ins in...
2015-05-04 Ian Romanickglsl/es3.1: Allow textureGather and textureGatherOffset...
2015-05-04 Ian Romanickglsl/es3.1: Allow enhnaced packing functions in GLSL...
2015-05-04 Ian Romanickglsl/es3.1: Allow interger mix built-ins in GLSL ES...
2015-05-04 Ian Romanickglsl/es3.1: Allow separate shader objects in GLSL ES...
2015-05-04 Ian Romanickglsl/es3.1: Allow explicit uniform locations in GLSL...
2015-05-04 Ian Romanickglsl/es3.1: Allow 3.10 ES shaders in a GLES 3.1 context
2015-05-04 Ian Romanickglsl: Add glsl_parser_state::has_atomic_counters helper
2015-05-04 Ian Romanickglsl: Silence unused parameter warnings
2015-05-04 Francisco Jerezglsl: Keep track of the early_fragment_tests flag in...
2015-05-04 Francisco Jerezglsl: Error out on invalid uses of the early_fragment_t...
2015-05-04 Francisco Jerezglsl: Forbid use of image qualifiers in declarations...
2015-05-04 Francisco Jerezglsl: Split off memory qualifiers from storage qualifiers.
2015-05-04 Francisco Jerezglsl: Forbid opaque variables as operands of the ternar...
2015-04-27 Timothy Arceriglsl: fix packing support for arrays of doubles
2015-04-27 Zoë BladeFix a few typos
2015-04-27 Timothy Arceriglsl: replace while loop with without_array function
2015-04-27 Timothy Arceriglsl: support packing of arrays of arrays
2015-04-27 Timothy Arceriglsl: add arrays of arrays support to without_array...
2015-04-24 Matt Turnernir: Transform pow(x, 4) into (x*x)*(x*x).
2015-04-24 Matt Turnerglsl: Transform pow(x, 4) into (x*x)*(x*x).
2015-04-23 Jason Ekstrandnir/lower_source_mods: Don't propagate register sources
2015-04-23 Jason Ekstrandnir: Rewrite instr_rewrite_src
2015-04-23 Jason Ekstrandnir/locals_to_regs: Hanadle indirect accesses of length...
2015-04-23 Jason Ekstrandnir/locals_to_regs: Initialize registers with constant...
2015-04-23 Jason Ekstrandnir/locals_to_regs: Pass around the nir_shader rather...
2015-04-23 Jason Ekstrandnir: Add a simple growing array data structure
2015-04-23 Jason Ekstrandnir/types: Make glsl_get_length smarter
2015-04-23 Jason Ekstrandnir: Move get_const_initializer_load from vars_to_ssa...
2015-04-23 Jason Ekstrandnir/lower_vars_to_ssa: Pass around the nir_shader inste...
2015-04-23 Jason Ekstrandnir/print: Print the closing paren on load_const instru...
2015-04-23 Jason Ekstrandnir/tex: Use the correct return size for query_levels...
2015-04-23 Jason Ekstrandnir: Refactor tex_instr_dest_size to use a switch statement
2015-04-23 Jason Ekstrandnir/lower_vars_to_ssa: Actually look for indirects...
2015-04-22 Jason Ekstrandmesa: remove the gl_sl_pragmas structure
2015-04-22 Brian Paulglsl: rewrite glsl_type::record_key_hash() to avoid...
2015-04-22 Chih-Wei Huangandroid: fix the building rules for Android 5.0
2015-04-22 Emil Velikovandroid: nir: add build rules for nir_builder_opcodes.h
2015-04-22 Mauro Rossiandroid: add inital NIR build
2015-04-22 Emil Velikovandroid: add gallium dirs to more places in the tree
2015-04-22 Emil Velikovandroid: add $(mesa_top)/src include to the whole of...
2015-04-21 Tapani Pälliglsl: correct indentation of comment, Trivial.
2015-04-21 Tapani Pälliglsl: add fallthrough comment on switch
2015-04-17 Matt Turnernir: Allow abs/neg in select peephole pass.
2015-04-17 Rob Clarknir/builder: add nir_builder_insert_after_instr()
2015-04-16 Ian Romanicknir: Convert the if-test for num_inputs == 2 to an...
2015-04-16 Jose Fonsecamesa,glsl: rename `interface` to `programInterface`.
2015-04-16 Tapani Pällimesa/glsl: build list of program resources during linking
2015-04-16 Tapani Pällilinker: fix varying linking if SSO program has only...
2015-04-16 Ian Romanicknir: Try commutative sources in CSE
2015-04-15 Samuel Iglesias... glsl: fix assignment of multiple scalar and vecs to...
2015-04-14 Ian Romanicknir: Fix typo in "ushr by 0" algebraic replacement
2015-04-14 Ian Romanicknir: Silence unused parameter warnings
2015-04-14 Connor Abbottnir/cse: fix bug with comparing non-per-component sources
2015-04-11 Kenneth Graunkenir: Store num_direct_uniforms in the nir_shader.
2015-04-11 Matt Turnerglsl: Mark path as unreachable.
2015-04-11 Rob Clarknir: fix bit of cargo-culting in lower_idiv
2015-04-11 Rob Clarknir: split out lower_sub from lower_negate
2015-04-10 Kenneth Graunkenir: Constify nir_lower_sampler's gl_shader_program...
2015-04-10 Kenneth Graunkenir: Remove linker_error calls from nir_lower_samplers().
2015-04-10 Kenneth Graunkenir: Make nir_lower_samplers take a gl_shader_stage...
2015-04-10 Kenneth Graunkenir: Move gl_shader_stage enum from mtypes.h to shader_...
2015-04-10 Kenneth Graunkenir: Fix #include guards in shader_enums.h.
2015-04-08 Brian Paulglsl: check for forced_language_version in is_version()
2015-04-07 Jason Ekstrandnir: Make nir_*_instr_create take a nir_shader instead...
2015-04-07 Kenneth Graunkenir: Implement a nir_sweep() pass.
2015-04-07 Kenneth Graunkenir: Allocate dereferences out of their parent instruct...
2015-04-07 Kenneth Graunkenir: Allocate nir_ssa_def::uses/if_uses out of the...
next