gallivm: Prevent disassembly debug output from being truncated.
[mesa.git] / src / compiler /
2016-04-01 Rob Clarkcompiler: random comment fixup
2016-04-01 Alejandro Piñeiroglsl: do not raise unitialized variable warnings on...
2016-03-31 Ian Romanicknir: Simplify a bcsel to logical-or
2016-03-31 Ilia Mirkinmesa: add GL_OES_shader_multisample_interpolation support
2016-03-31 Ilia Mirkinglsl: add GL_OES_sample_variables support
2016-03-31 Ilia Mirkinglsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
2016-03-31 Matt Turnernir: Fix typo from commit 6702f1acde9.
2016-03-31 Timothy Arcerimesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFE...
2016-03-31 Timothy Arceriglsl: add transform feedback buffers to resource list
2016-03-31 Timothy Arcerimesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER...
2016-03-31 Timothy Arcerimesa: add support to query GL_OFFSET for GL_TRANSFORM_F...
2016-03-31 Timothy Arceriglsl: always enable transform feedback mode when xfb_st...
2016-03-31 Timothy Arceriglsl: handle varyings that are not written to but have...
2016-03-31 Timothy Arceriglsl: when lowering named interface set assigned flag
2016-03-31 Timothy Arceriglsl: reset current stream tracker
2016-03-31 Timothy Arceriglsl: generate link error when implicit stride is to...
2016-03-31 Timothy Arceriglsl: add xfb_stride link time validation
2016-03-31 Timothy Arceriglsl: validate global out xfb_stride qualifiers and...
2016-03-31 Timothy Arcerimesa: split transform feedback buffer into its own...
2016-03-31 Timothy Arceriglsl: use bitmask of active xfb buffer indices
2016-03-31 Timothy Arceriglsl: sort xfb varyings in offset/buffer order
2016-03-31 Timothy Arceriglsl: basic linking support for xfb qualifiers
2016-03-31 Timothy Arceriglsl: add xfb helpers and fields to the tfeedback_decl...
2016-03-31 Timothy Arceriglsl: add helper to process xfb qualifiers during linking
2016-03-31 Timothy Arceriglsl: add helper to generate xfb varying names
2016-03-31 Timothy Arceriglsl: add helper for counting varyings
2016-03-31 Timothy Arceriglsl: add xfb qualifier lowering support for named...
2016-03-31 Timothy Arceriglsl: add xfb qualifiers to has_layout helper
2016-03-31 Timothy Arceriglsl: apply xfb_stride to implicit offsets for ifc...
2016-03-31 Timothy Arceriglsl: add xfb_stride compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_offset compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_buffer compile time rules
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: add xfb_* qualifiers to glsl_struct_field
2016-03-31 Timothy Arceriglsl: add IR fields for transform feedback layout quali...
2016-03-31 Timothy Arceriglsl: add validation for out layout qualifiers
2016-03-31 Timothy Arceriglsl: relax stage restrictions on layout defaults for...
2016-03-31 Timothy Arceriglsl: parse new transform feedback layout qualifiers
2016-03-31 Timothy Arceriglsl: move process_qualifier_constant() to ast_type.cpp
2016-03-31 Timothy Arceriglsl: add transform feedback built-in constants
2016-03-31 Timothy Arceriglsl: generate named interface block names correctly
2016-03-31 Timothy Arceriglsl: Fix segfault when lhs is error_type in TCS
2016-03-30 Matt Turnernir: Propagate negates up multiplication chains.
2016-03-30 Samuel Pitoisetglsl: add missing types for buffer images
2016-03-30 Lars Hamreglsl: invalidate float suffixes for GLSL 1.10 and GLSL...
2016-03-29 Alejandro Piñeiroglsl: raise warning when using uninitialized variables
2016-03-29 Alejandro Piñeiroglsl: add is_lhs bool on ast_expression
2016-03-29 Jason Ekstrandnir: Add a helper for getting the current block from...
2016-03-29 Jason Ekstrandnir/lower_out_to_temp: Add an "entrypoint" parameter
2016-03-29 Jason Ekstrandnir/lower_out_to_temp: Steal the output's constant...
2016-03-29 Jason Ekstrandnir: Add a helper for getting the unique function in...
2016-03-29 Jason Ekstrandnir/sweep: Sweep function parameters
2016-03-29 Jason Ekstrandnir/builder: Add a helper for creating undefs
2016-03-29 Jason Ekstrandnir/builder: Add a helper for storing to variable derefs
2016-03-29 Jason Ekstrandnir/builder: Add a helper for building fdot instructions
2016-03-29 Jason Ekstrandnir: Add a variable_foreach_safe helper
2016-03-29 Jason Ekstrandnir/Makefile: Fix alphabetization
2016-03-29 Ilia Mirkinglsl: add OES_texture_buffer and EXT_texture_buffer...
2016-03-29 Kenneth Graunkeglsl: Delete initialized field from uniform storage...
2016-03-28 Timothy Arcerimesa: remove initialized field from uniform storage
2016-03-25 Timothy Arceriglsl: reduce buffer block duplication
2016-03-24 Jason Ekstrandnir: Add a pass to inline functions
2016-03-24 Jason Ekstrandnir/builder: Add helpers for easily inserting copy_var...
2016-03-24 Jason Ekstrandnir: Add return lowering pass
2016-03-24 Jason Ekstrandnir: Add a cursor helper for getting a cursor after...
2016-03-24 Jason Ekstrandnir/builder: Add a helper for inserting jump instructions
2016-03-24 Jason Ekstrandnir/cf: Make extracting or re-inserting nothing a no-op
2016-03-24 Jason Ekstrandnir: Add a function for comparing cursors
2016-03-24 Jason Ekstrandnir/cf: Handle relinking top-level blocks
2016-03-24 Jason Ekstrandnir: Add a pass to repair SSA form
2016-03-24 Jason Ekstrandnir/vars_to_ssa: Use the new nir_phi_builder helper
2016-03-24 Jason Ekstrandnir/dominance: Handle unreachable blocks
2016-03-24 Jason Ekstrandnir: Add a phi node placement helper
2016-03-24 Rob Clarknir: fix dangling ssadef->name ptrs
2016-03-24 Jason Ekstrandglsl: Add propagate_invariance to the other makefile
2016-03-23 Jason Ekstrandnir/glsl: Propagate invariant into NIR alu ops
2016-03-23 Jason Ekstrandglsl/rebalance_tree: Don't handle invariant or precise...
2016-03-23 Jason Ekstrandglsl/opt_algebraic: Don't handle invariant or precise...
2016-03-23 Jason Ekstrandglsl: Add a pass to propagate the "invariant" and ...
2016-03-23 Jason Ekstrandnir/alu_to_scalar: Propagate the "exact" bit
2016-03-23 Jason Ekstrandnir/cse: Properly handle nir_ssa_def.exact
2016-03-23 Jason Ekstrandnir/algebraic: Flag inexact optimizations
2016-03-23 Jason Ekstrandnir/algebraic: Fix fmin detection to match the spec
2016-03-23 Jason Ekstrandnir/algebraic: Get rid of an invlid fxor optimization
2016-03-23 Jason Ekstrandnir/algebraic: Allow for flagging operations as being...
2016-03-23 Jason Ekstrandnir/search: Propagate exactness into newly created...
2016-03-23 Jason Ekstrandnir/builder: Add a flag for setting exact
2016-03-23 Jason Ekstrandnir: Add an "exact" bit to nir_alu_instr
2016-03-23 Jason Ekstrandnir/clone: Export nir_variable_clone
2016-03-23 Jason Ekstrandnir/clone: Expose nir_constant_clone
2016-03-23 Jason Ekstrandnir: Fix whitespace
2016-03-23 Lars Hamrecompiler/glsl: allow sequence op as a const expr in...
2016-03-22 Ian Romanicknir: Don't abs slt and friends
2016-03-22 Ian Romanicknir: Don't abs the result of b2f or b2i
2016-03-22 Ian Romanicknir: Simplify 0 < fabs(a)
2016-03-22 Ian Romanicknir: Simplify 0 >= b2f(a)
2016-03-22 Ian Romanicknir: Simplify i2b with negated or abs operand
2016-03-22 Ian Romanicknir: Lower flrp with Boolean interpolator to bcsel
2016-03-17 Timothy Arceriglsl: disable varying packing when its not safe
2016-03-17 Timothy Arceriglsl: pass disable_varying_packing bool to the lowering...
next