st/glsl_to_tgsi: avoid iterating past the head of the instruction list
[mesa.git] / src / mesa / state_tracker / st_glsl_to_tgsi.cpp
2017-03-01 Nicolai Hähnlest/glsl_to_tgsi: avoid iterating past the head of the...
2017-02-22 Timothy Arcerist/mesa: implement a tgsi on-disk shader cache
2017-02-22 Timothy Arcerist/mesa: move set_prog_affected_state_flags() to st_pro...
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-02-08 Dave Airliemesa/st: fix strict aliasing issue in int64 code.
2017-02-01 Timothy Arcerist/mesa: inline get_mesa_program()
2017-02-01 Timothy Arcerist/mesa: create set_prog_affected_state_flags() helper
2017-01-27 Dave Airliest/glsl_to_tgsi: add support for 64-bit integers
2017-01-24 Samuel Pitoisetst/glsl_to_tgsi: fix compilation warnings since int64...
2017-01-23 Nicolai Hähnlest/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
2017-01-23 Timothy Arcerist/mesa/glsl: change xfb_program field to last_vert_prog
2017-01-19 Timothy Arcerist/mesa/glsl: set early_fragment_tests directly in...
2017-01-17 Ilia Mirkinst/mesa: add support for advanced blend when fb can...
2017-01-09 Timothy Arcerist/mesa: stop passing gl_linked_shader to set_affected_...
2017-01-09 Timothy Arcerist/mesa/glsl: set num_images directly in shader_info
2017-01-06 Timothy Arcerimesa/glsl: set num_textures per stage directly in shade...
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ssbos directly in shader_info
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move per stage UniformBlocks to...
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ubos directly in shader_info
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2017-01-05 Marek Olšákglsl_to_tgsi: do fewer optimizations with GLSLOptimizeC...
2017-01-05 Marek Olšákglsl: run do_lower_jumps properly in do_common_optimiza...
2016-12-29 Timothy Arcerimesa/glsl: move LinkedTransformFeedback from gl_shader_...
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-12 Nicolai Hähnlest/glsl_to_tgsi: plumb the GS output stream qualifier...
2016-11-30 Nicolai Hähnlest/mesa: skip lower_output_reads when possible
2016-11-30 Nicolai Hähnlest/glsl_to_tgsi: swizzle PROGRAM_OUTPUTs correctly...
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-11-18 Timothy Arceriglsl/i965: move per stage AtomicBuffers list to gl_program
2016-11-18 Timothy Arceriglsl: create gl_program at the start of linking rather...
2016-11-18 Timothy Arcerist/mesa/i965: simplify gl_program references and stop...
2016-11-17 Timothy Arcerist/mesa: stop initialing Instructions and NumInstructions
2016-11-15 Marek Olšákglsl_to_tgsi: lower small branches based on the CAP
2016-11-15 Marek Olšákglsl/lower_if: don't lower branches touching tess contr...
2016-11-05 Brian Paulst/mesa: initialize members of glsl_to_tgsi_instruction...
2016-11-04 Nicolai Hähnlest/glsl_to_tgsi: fix dvec[34] loads from SSBO
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arcerist/mesa: use common patch outputs written field
2016-10-26 Timothy Arcerist/mesa: use common patch inputs read field
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerist/mesa: use common double inputs read field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerist/mesa: get interpolation location at translation...
2016-10-26 Timothy Arcerist/mesa: stop making use of InterpQualifier array
2016-10-26 Timothy Arcerist/mesa: switch cs over to shared shader_info
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-26 Timothy Arcerimesa: modify _mesa_copy_linked_program_data() to take...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: sort input and output decls by TGSI...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of structs
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of doubles
2016-10-19 Marek Olšákglsl_to_tgsi: remove code for fixing up TGSI labels
2016-10-19 Marek Olšákglsl_to_tgsi: remove subroutine support
2016-10-19 Marek Olšákglsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_of...
2016-10-19 Marek Olšákglsl_to_tgsi: merge buffer and sampler fields in glsl_t...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of glsl_to_tgsi_instructi...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused st_translate::tex_offsets
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused parameters from calc_deref_...
2016-10-19 Marek Olšákglsl_to_tgsi: use array_id for temp arrays instead...
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix [ui]vec[34] conversion to double
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix atomic counter addressing
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix a corner case of std140 layout...
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: remove unnecessary ir_instruction...
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: fix textureGatherOffset with indirectl...
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: simplify translate_tex_offset
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: adjust swizzles and writemasks for...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: explicitly track all input and output...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: mark "gaps" in input/output arrays...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: disable on-the-fly peephole for 64...
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: simpler fixup of empty writemasks
2016-10-12 Nicolai Hähnlest/glsl_to_tgsi: explicit handling of writemask for...
2016-10-06 Samuel Pitoisetst/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZE
2016-10-04 Ian Romanickglsl: Kill __intrinsic_atomic_sub
2016-10-04 Ian Romanickglsl: Use the ir_intrinsic_* enums instead of the __int...
2016-09-26 Rob Clarkmesa/st: support lowering multi-planar YUV
2016-08-30 Francisco Jerezst/glsl_to_tgsi: Use SecondaryOutputsWritten to determi...
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-23 Dave Airliest/glsl_to_tgsi: fix st_src_reg_for_double constant.
2016-08-17 Nicolai Hähnlest_glsl_to_tgsi: use calloc the way it's meant to be...
2016-08-12 Marek Olšákst/mesa: determine states used or affected by shaders...
2016-08-01 Matt Turnerglsl_to_tgsi: Avoid aliasing violations.
2016-07-28 Nicolai Hähnlest_glsl_to_tgsi: only skip over slots of an input array...
2016-07-19 Ian Romanickst/mesa: Enable MESA_shader_integer_functions on all...
2016-07-12 Marek Olšákglsl_to_tgsi: don't use the negate modifier in integer...
2016-07-11 Marek Olšákst/mesa: remove st_dump_program_for_shader_db
2016-07-05 Dave AirlieRevert "st/glsl_to_tgsi: don't increase immediate index...
2016-07-02 Dave Airliest/glsl_to_tgsi: don't increase immediate index by 1.
2016-06-30 Timothy Arceriglsl/mesa: move duplicate shader fields into new struct...
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-06-15 Nicolai Hähnlest_glsl_to_tgsi: don't read potentially uninitialized...
2016-06-10 Ilia Mirkinst/mesa: fix type confusion with reladdrs
2016-06-08 Dave Airlieglsl/types: rename is_dual_slot_double to is_dual_slot_...
2016-06-08 Dave Airliest/glsl_to_tgsi: move to checking 64-bitness instead...
2016-06-08 Dave Airliest/glsl_to_tgsi: use enum glsl_base_type instead of...
2016-06-07 Ilia Mirkinst/mesa: expose GL_ARB_shader_group_vote when supported...
next