gallium/tgsi: Add a helper for initializing ureg from a shader_info.
[mesa.git] / src / mesa / state_tracker / st_glsl_to_tgsi.cpp
2017-10-25 Marek Olšákglsl_to_tgsi: remove unused glsl_version variable
2017-10-13 Kenneth Graunkecompiler: Move gl_program::TexelFetchSamplers to shader...
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: the second destination doesn't support...
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: fix DFRACEXP with only one destination
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: fix indirect access to 64-bit integer
2017-10-11 Nicolai Hähnlest/mesa: don't assign prog->ShadowSamplers
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT...
2017-10-06 Marek Olšákglsl_to_tgsi: skip UARL for 1D registers if the driver...
2017-10-06 Marek Olšákglsl_to_tgsi: handle reladdr as TEMP in rename_temp_reg...
2017-10-06 Marek Olšákglsl_to_tgsi: fix instruction order for bindless textures
2017-10-06 Marek Olšákglsl_to_tgsi: enable copy propagation for tessellation...
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: use LDEXP when available
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: fix conditional assignments to packed...
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
2017-09-21 Timothy Arcerimesa/st: fix infinite loops
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-09-15 Timothy Arcerimesa/st: add LOAD support for UBOs
2017-09-15 Timothy Arcerimesa/st: create add_buffer_to_load_and_stores() helper
2017-09-14 Dave Airliest/glsl->tgsi: fix u64 to bool comparisons.
2017-09-11 Nicolai Hähnlest/glsl_to_tgsi: only the first (inner-most) array...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: tie in new temporary register...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi move some helper classes to extra...
2017-09-06 Dave Airliest_glsl_to_tgsi: rewrite rename registers to use array...
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: inline src_register into translate_src
2017-09-04 Nicolai Hähnlest/glsl_to_tgsi: ir_load_ubo always has a second index
2017-08-28 Ilia Mirkinst/mesa: fix handling of vertex array double inputs
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Samuel Pitoisetst/glsl_to_tgsi: fix getting the image type for array...
2017-08-22 Marek Olšákglsl_to_tgsi: clean up opcode translation
2017-08-22 Timothy Arcerimesa: pass ctx to add_uniform_to_shader constructor
2017-08-22 Timothy Arcerimesa/st: simplify some UBO index logic
2017-08-14 Timothy Arcerist/mesa: correctly calculate the storage offset
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-08-02 Nicolai Hähnlest/mesa: replace st_shader_stage_to_ptarget
2017-08-02 Timothy Arcerimesa/st: fix conditional jump depends on uninitialised...
2017-08-01 Dave AirlieRevert "st_glsl_to_tgsi: rewrite rename registers to...
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
2017-07-28 Samuel Pitoisetst/glsl_to_tgsi: fix getting the image type for array...
2017-07-22 Karol Herbstst/glsl_to_tgsi: don't optimize mul+add to mad if expre...
2017-07-22 Karol Herbsttgsi: populate precise
2017-07-22 Karol Herbstst/glsl_to_tgsi: handle precise modifier
2017-07-05 Nicolai Hähnlest/mesa: use pipe_shader_type_from_mesa
2017-06-19 Nicolai Hähnlest/glsl_to_tgsi: use correct writemask when converting...
2017-06-14 Samuel Pitoisetst/glsl_to_tgsi: teach rename_temp_registers() about...
2017-06-14 Samuel Pitoisetst/glsl_to_tgsi: teach the DCE pass about bindless...
2017-06-14 Samuel Pitoisetst/glsl_to_tgsi: add support for bindless pack/unpack...
2017-06-14 Samuel Pitoisetst/glsl_to_tgsi: add support for bindless images
2017-06-14 Samuel Pitoisetst/glsl_to_tgsi: add support for bindless samplers
2017-06-14 Samuel Pitoisetmesa: pass gl_program to _mesa_associate_uniform_storage()
2017-06-13 Samuel Pitoisetst_glsl_to_tgsi: init index to 0 before get_deref_offsets()
2017-06-12 Dave Airliest_glsl_to_tgsi: don't try and pass 32-bit values to...
2017-06-08 Dave Airliest_glsl_to_tgsi: cleanup variable storage search.
2017-06-07 Dave Airliest_glsl_to_tgsi: replace variables tracking list with...
2017-06-07 Dave Airliest_glsl_to_tgsi: rewrite rename registers to use array...
2017-06-07 Dave Airliest_glsl_to_tgsi: bump index back up to 32-bit
2017-06-03 Lyudest/mesa: Add support for ARB_post_depth_coverage
2017-05-18 Marek Olšákglsl_to_tgsi: declare all SSBOs and atomics when indire...
2017-05-18 Samuel Pitoisettgsi: store the sampler view type directly in the instr...
2017-05-10 Samuel Pitoisetst/glsl_to_tgsi: make sure resource file for samplers...
2017-05-08 Marek Olšákst/mesa: simplify code due to unification to st_common_...
2017-05-08 Marek Olšákst/mesa: unify TCS, TES, GS st_*_program structures
2017-05-08 Marek Olšákst/mesa: decrease the size of remaining st_translate_pr...
2017-05-08 Marek Olšákst/mesa: remove unused outputSlotToAttr
2017-05-08 Marek Olšákst/mesa: decrease the size of st_vertex_program
2017-05-08 Samuel Pitoisetst/glsl_to_tgsi: don't use rzalloc_array() when it...
2017-05-06 Samuel Pitoisetglsl: add ARB_bindless_texture operations
2017-05-05 Samuel Pitoisetst/glsl_to_tgsi: fix renumber_registers() in presence...
2017-05-04 Rob Clarkmesa/st: compute support for glsl_to_nir
2017-05-04 Samuel Pitoisetglsl: rename image_* qualifiers to memory_*
2017-05-04 Timothy Arcerist/glsl_to_tgsi: remove unrequired tgsi_get_opcode_info...
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: make undef_src and undef_dst const
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: cleanup using visit_generic_intrinsic
2017-04-28 Nicolai Hähnleglsl: remove the shader_group_vote and shader_ballot...
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: implement shader_group_vote and shader...
2017-04-28 Nicolai Hähnleglsl: add intrinsics for ARB_shader_group_vote and...
2017-04-26 Samuel Pitoisetst/glsl_to_tgsi: disable the merge registers pass condi...
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_double()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_boolean()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_record()
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_array()
2017-04-05 Nicolai Hähnlest/glsl_to_tgsi: implement ARB_shader_ballot system...
2017-04-05 Nicolai Hähnlest/glsl_to_tgsi: implement ARB_shader_ballot builtin...
2017-04-01 Erik Faye-Lundglsl: ir_explog_to_explog2 is no more
2017-03-31 Nicolai Hähnlest/glsl_to_tgsi: fix 64-bit integer bit shifts
2017-03-31 Nicolai Hähnlest/mesa: implement ARB_shader_clock
2017-03-30 Samuel Pitoisetst/glsl_to_tgsi: use glsl_type::sampler_index()
2017-03-24 Samuel Pitoisetglsl_to_tgsi: don't rely on glsl types when visiting...
2017-03-22 Samuel Pitoisetst/glsl_to_tgsi: enable lower_sqrt() conditionally
2017-03-19 Ilia Mirkinst/mesa: set result writemask based on ir type
2017-03-15 Marek Olšákglsl_to_tgsi: use TEX_LZ and TXF_LZ when available
2017-03-15 Marek Olšákglsl_to_tgsi: remove a redundant statement
2017-03-07 Timothy Arcerist/mesa: don't propagate uniforms when restoring from...
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
next