nir: remove field only used in GLSL IR when assigning varying locations
[mesa.git] / src / glsl /
2015-12-22 Timothy Arcerinir: remove field only used in GLSL IR when assigning...
2015-12-19 Dave Airlieglsl: count attributes for vertex inputs properly.
2015-12-19 Dave Airlieglsl: fix transform feedback for 64-bit outupts.
2015-12-19 Dave Airlieglsl: fix partial marking for fp64 types.
2015-12-19 Dave Airlieglsl: only update doubles inputs for vertex inputs.
2015-12-19 Dave Airlieglsl: fix count_attribute_slots to allow for different...
2015-12-19 Dave Airlieglsl: use dual slot helper in the linker code.
2015-12-19 Dave Airlieglsl/fp64: add helper for dual slot double detection.
2015-12-19 Dave Airlieglsl: pass stage into mark function
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-18 Matt Turnerglsl: Implement all(v) as all_equal(v, true).
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-18 Matt Turnerglsl: Implement any(v) as any_nequal(v, false).
2015-12-17 Kenneth Graunkeglsl: Remove inverse() from GLSL 1.20 and 1.30.
2015-12-15 Jason Ekstrandnir/lower_system_values: Refactor and use the builder.
2015-12-15 Jason Ekstrandnir/builder: Add a load_system_value helper
2015-12-15 Jason Ekstrandnir/lower_system_values: Stop supporting non-SSA
2015-12-15 Timothy Arceriglsl: add support for explicit locations inside interfa...
2015-12-15 Timothy Arceriglsl: simplify interface matching
2015-12-14 Kenneth Graunkenir: Fix number of indices on shared variable store...
2015-12-13 Ilia Mirkinglsl: assign varying locations to tess shaders when...
2015-12-11 Timothy Arcerinir: silence uninitialized warning
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-10 Jordan Justennir: Add nir intrinsics for shared variable atomic...
2015-12-10 Jordan Justenglsl: Disable several optimizations on shared variables
2015-12-10 Jordan Justenglsl: Buffer atomics are supported for compute shaders
2015-12-10 Jordan Justenglsl: Translate atomic intrinsic functions on shared...
2015-12-10 Jordan Justenglsl: Check for SSBO variable in check_for_ssbo_store
2015-12-10 Jordan Justenglsl: Check for SSBO variable in SSBO atomic lowering
2015-12-10 Jordan Justenglsl: Replace atomic_ssbo and ssbo_atomic with atomic
2015-12-10 Jordan Justenglsl: Allow atomic functions to be used with shared...
2015-12-10 Jordan Justennir: Translate glsl shared var store intrinsic to nir...
2015-12-10 Jordan Justennir: Translate glsl shared var load intrinsic to nir...
2015-12-10 Jordan Justenglsl: Add lowering pass for shared variable references
2015-12-10 Iago Toral Quirogaglsl: Don't assert on shared variable matrices with...
2015-12-10 Jordan Justenglsl: Don't lower_variable_index_to_cond_assign for...
2015-12-10 Jordan Justenglsl: Remove mem_ctx as member variable in lower_ubo_re...
2015-12-10 Jordan Justenglsl ubo/ssbo: Move common code into lower_buffer_acces...
2015-12-10 Jordan Justenglsl ubo/ssbo: Move is_dereferenced_thing_row_major...
2015-12-10 Jordan Justenglsl ubo/ssbo: Add lower_buffer_access class
2015-12-10 Jordan Justenglsl ubo/ssbo: Split buffer access to insert_buffer_access
2015-12-10 Jordan Justenglsl ubo/ssbo: Use enum to track current buffer access...
2015-12-10 Tapani Pälliglsl: do not loose always_active_io when packing varyings
2015-12-09 Andreas Bollglsl: Fix a typo in a comment
2015-12-08 Matt Turnernir: Optimize useless comparisons against true/false.
2015-12-08 Matt Turnerglsl: Switch opcode and avail parameters to binop().
2015-12-08 Matt Turnerglsl: Relax qualifier ordering restriction in ES 3.1.
2015-12-08 Matt Turnerglsl: Use has_420pack().
2015-12-08 Matt Turnerglsl: Allow binding of image variables with 420pack.
2015-12-04 Jason Ekstrandnir/lower_io: Pass the builder and type_size into get_i...
2015-12-03 Juha-Pekka Heikkilaglsl: remove useless null checks and make match_explici...
2015-12-02 Jose FonsecaRemove Sun CC specific code.
2015-12-01 Matt Turnerglsl: Rename safe_reverse -> reverse_safe.
2015-12-01 Iago Toral Quirogaglsl/lower_ubo_reference: split struct copies into...
2015-12-01 Iago Toral Quirogaglsl/lower_ubo_reference: split array copies into eleme...
2015-12-01 Iago Toral Quirogaglsl/dead_builin_varyings: Fix gl_FragData array lowering
2015-12-01 Gregory Hainautglsl: don't sort varying in separate shader mode
2015-12-01 Gregory Hainautglsl: don't dead code remove SSO varyings marked as...
2015-12-01 Gregory Hainautglsl: add always_active_io attribute to ir_variable
2015-12-01 Timothy Arceriglsl: copy how_declared when lowering interface blocks
2015-12-01 Timothy Arceriglsl: optimise inputs/outputs with explicit locations
2015-11-29 Emil Velikovmesa: remove len argument from _mesa_shader_debug()
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-25 Tapani Pälliglsl: handle case where index is array deref in optimiz...
2015-11-25 Iago Toral Quirogaglsl: remove trailing spaces in various files
2015-11-24 Timothy Arceriglsl: only call dead code pass when new inputs/outputs...
2015-11-24 Timothy Arceriglsl: move and reused code to find first and last shaders
2015-11-24 Matt Turnerglsl: Pass ast_type_qualifier by const reference.
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-23 Timothy Arceriglsl: fix max binding validation for uniform blocks
2015-11-21 Matt Turnernir: Add support for gl_HelperInvocation system value.
2015-11-20 Timothy Arceriglsl: add subroutine index qualifier support
2015-11-20 Timothy Arceriglsl: add support for complie-time constant expressions
2015-11-20 Timothy Arceriglsl: add new type for compile time constants
2015-11-20 Timothy Arceriglsl: call set_shader_inout_layout() earlier
2015-11-20 Timothy Arceriglsl: replace binding layout min boundary check
2015-11-20 Timothy Arceriglsl: encapsulate binding validation and setting
2015-11-20 Timothy Arceriglsl: move stream layout max validation
2015-11-20 Timothy Arceriglsl: move stream layout qualifier validation
2015-11-20 Timothy Arceriglsl: replace index layout min boundary check
2015-11-20 Timothy Arceriglsl: remove duplicate validation for index layout...
2015-11-20 Timothy Arceriglsl: move location layout qualifier validation
2015-11-20 Timothy Arceriglsl: add process_qualifier_constant() helper
2015-11-20 Emil Velikovglsl: move builtin_type_macros.h into the correct list
2015-11-20 Mauro Rossiandroid: export the path of glsl nir headers
2015-11-20 Gregory Hainautglsl: avoid linker and user varying location to overlap
2015-11-20 Ian Romanicknir: Add nir_texop_samples_identical opcode
2015-11-20 Ian Romanickglsl: Add textureSamplesIdenticalEXT built-in functions
2015-11-20 Ian Romanickglsl: Add ir_samples_identical opcode
2015-11-20 Ian Romanickglsl: Extension tracking for EXT_shader_samples_indentical
next