glsl: Add arb_cull_distance support (v3)
[mesa.git] / src / compiler /
2016-05-13 Tobias Klausmannglsl: Add arb_cull_distance support (v3)
2016-05-13 Tobias Klausmannglsl: Extend lowering pass for gl_ClipDistance to suppo...
2016-05-13 Dave Airlieglsl: rename lower_clip_distance to lower_distance.
2016-05-13 Tobias Klausmannmesa/main: Add support for GL_ARB_cull_distance (v2)
2016-05-12 Ian Romanicknir: Remove empty visit_call_src and visit_load_const_s...
2016-05-12 Ian Romanicknir: Silence unused parameter warnings
2016-05-12 Rob Clarknir: glsl_get_bit_size() should take glsl_type
2016-05-12 Jakob Sinclairglsl: fixed uninitialized pointer
2016-05-11 Jason Ekstrandnir/algebraic: Separate ffma lowering from fusing
2016-05-11 Rob Clarkglsl: export accessor for builtin-uniform descriptors
2016-05-11 Rob Clarknir/lower-io: add support for lowering inputs
2016-05-11 Rob Clarknir/lower-io: split out some helper fxns
2016-05-11 Rob Clarknir: rename lower_outputs_to_temporaries -> lower_io_to...
2016-05-11 Rob Clarknir: move callsite of lower_outputs_to_temporaries
2016-05-11 Rob Clarknir: lower-io-types pass
2016-05-11 Rob Clarknir: passthrough-edgeflags support
2016-05-11 Rob Clarknir: add lowering pass for glBitmap
2016-05-11 Rob Clarknir: add lowering pass for glDrawPixels
2016-05-11 Rob Clarknir: add lowering pass for y-transform
2016-05-11 Juan A. Suarez Romeroglsl: use var with initializer on global var validation
2016-05-10 Jose FonsecaRevert "nir: Try to warn when C99 extensions are used...
2016-05-10 Dave Airlieglsl: check geometry output vertices limits.
2016-05-10 Eduardo Lima Mitevnir/print: Print memory qualifiers in a variable declar...
2016-05-10 Eduardo Lima Mitevglsl: Apply memory qualifiers to vars inside named...
2016-05-09 Rob Clarknir/search: fix typo
2016-05-07 Kenneth Graunkespirv: Fix structure splitting with per-vertex interfac...
2016-05-07 Kenneth Graunkecompiler: Add a C wrapper for glsl_type::without_array().
2016-05-07 Nicolai Hähnlecompiler/glsl: do not downcast list sentinel
2016-05-06 Jose Fonsecanir: Remove spurious return from void function.
2016-05-05 Connor Abbottnir: remove now-unused nir_foreach_block*_call()
2016-05-05 Jason Ekstrandnir/lower_double_ops: fixup for new nir_foreach_block()
2016-05-05 Jason Ekstrandnir/lower_double_pack: fixup for new nir_foreach_block()
2016-05-05 Jason Ekstrandnir/gather_info: fixup for new foreach_block()
2016-05-05 Connor Abbottnir/lower_two_sided_color: fixup for new foreach_block()
2016-05-05 Connor Abbottnir/lower_tex: fixup for new foreach_block()
2016-05-05 Connor Abbottnir/lower_outputs_to_temporaries: fixup for new foreach...
2016-05-05 Kenneth Graunkenir: Optimize out stores of undefs.
2016-05-05 Kenneth Graunkenir: Replace vecN(undef, undef, ...) with a single...
2016-05-05 Kenneth Graunkenir: Rename opt_undef_alu to opt_undef_csel; update...
2016-05-05 Thomas Hindoe Paab... nir: fix assert for wildcard pairs
2016-05-04 Samuel Iglesias... nir: Separate 32 and 64-bit fmod lowering
2016-05-04 Samuel Iglesias... nir/lower_double_ops: lower mod()
2016-05-03 Dave Airlieglsl: subroutine types cannot be used in constructors.
2016-05-03 Dave Airlieglsl: resource is a reserved keyword in GLSL 4.20 as...
2016-05-02 Rob Clarknir: make lower_clamp_color pass work after lower i/o
2016-05-01 Timothy Arcerimesa: add LOCATION_COMPONENT support to GetProgramResou...
2016-05-01 Timothy Arceriglsl: add component to has_layout() helper
2016-05-01 Timothy Arceriglsl: validate linking of intrastage component qualifiers
2016-05-01 Timothy Arceriglsl: update explicit location matching to support...
2016-05-01 Timothy Arceriglsl: cross validate varyings with a component qualifier
2016-05-01 Timothy Arceriglsl: validate and store component layout qualifier...
2016-05-01 Timothy Arceriglsl: allow component qualifier on varying inputs
2016-05-01 Timothy Arceriglsl: parse component layout qualifier
2016-05-01 Emil Velikovspirv: automake: add missing headers to the tarball.
2016-04-30 Thomas Hindoe Paab... nir/lower_double_ops: fix indentation
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: fix indentation
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: correction of side effect check
2016-04-30 Rob Clarknir: clamp-color-output support
2016-04-29 Kenneth Graunkeglsl: Lower vector_extracts to swizzles after lower_vec...
2016-04-29 Kenneth Graunkeglsl: Convert lower_vec_index_to_swizzle to a rvalue...
2016-04-29 Andres Gomezglsl: Checks for interpolation into its own function.
2016-04-29 Jason Ekstrandnir/algebraic: Support lowering for both 64 and 32...
2016-04-29 Jason Ekstrandnir/opcodes: Make ldexp take an explicitly 32-bit int
2016-04-29 Jason Ekstrandnir/opcodes: Simplify the expressions for [un]pack_double
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_def
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_use and friends
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_parallel_copy_...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/algebraic: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/validate: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir_worklist: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/remove_dead_variables: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/split_var_copies: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/repair_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_peephole_select: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/phi_builder: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_cp: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_remove_phis: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_undef: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_dead_cf: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_dce: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_gcm: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_constant_folding: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_samplers: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/normalize_cubemap_coords: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_var_copies: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/move_vec_src_uses_to_dest: fixup for new foreach_bl...
2016-04-28 Connor Abbottnir/lower_vars_to_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_vec_to_movs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_idiv: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_to_source_mods: fixup for new foreeach_block()
2016-04-28 Connor Abbottnir/lower_io: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_system_values: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_phis_to_scalar: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_indirect_derefs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir_lower_global_vars: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_atomics: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_load_const: fixup for new foreach_block()
next