st/mesa,tgsi: use enum tgsi_opcode
[mesa.git] / src / mesa / state_tracker / st_glsl_to_tgsi.cpp
2018-03-23 Brian Paulst/mesa,tgsi: use enum tgsi_opcode
2018-03-20 Timothy Arcerimesa: rework ParameterList to allow packing
2018-03-09 Michel Dänzerst/mesa: gl_program::info.system_values_read is a 64...
2018-02-24 Francisco Jerezglsl: Specify framebuffer fetch coherency mode in lower...
2018-02-13 Marek Olšákmesa,glsl,nir: reduce gl_state_index size to 2 bytes
2018-02-09 Timothy Arcerist: add nir shader disk cache support
2018-02-09 Timothy Arcerist/glsl_to_tgsi: move nir detection earlier
2018-02-09 Michel Dänzerst/mesa: Initialize tex_target in compile_tgsi_instruction
2018-02-08 Brian Paulst/mesa: use tgsi_semantic enum type
2018-02-08 Brian Paulst/mesa: use TGSI enum types in st_glsl_to_tgsi.cpp
2018-01-31 Brian Paulst/mesa: whitespace, formatting fixes in st_glsl_to_tgs...
2018-01-31 Brian Paulst/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cpp
2018-01-29 Timothy Arcericompiler: tidy up double_inputs_read uses
2018-01-26 Brian Paulmesa: change gl_link_status enums to uppercase
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: remove now unneeded assert.
2017-12-28 Brian Paulst/mesa: increase size of glsl_base_type bitfields
2017-12-12 Ilia Mirkinst/mesa: swizzle argument when there's a vector size...
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
2017-11-28 Nicolai Hähnlest_glsl_to_tgsi: check for the tail sentinel in merge_t...
2017-11-17 Brian Paulst/mesa: use enum types instead of int/unsigned (v3)
2017-11-17 Dave Airliest/mesa: don't move ssbo after atomic buffers if we...
2017-11-09 Dave Airliest/mesa: add support for hw atomics to glsl->tgsi....
2017-11-09 Brian Paulst/mesa: remove 'struct' keyword on function parameter
2017-11-08 Timothy Arcerist/glsl_to_nir: delay adding built-in uniforms to Param...
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-25 Dave Airliest/mesa: enable nir path for all shaders.
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
next