gallium: Disambiguate TGSI_OPCODE_IF.
[mesa.git] / src / mesa / state_tracker / st_glsl_to_tgsi.cpp
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-11 Dave Airliest/mesa: add support for ARB_texture_multisample (v3)
2013-03-29 Brian Paulst/mesa: add ir_lod case in GLSL->TGSI code to silence...
2013-03-26 Christian Königglsl_to_tgsi: avoid creating arrays if driver doesn...
2013-03-26 Christian Königglsl_to_tgsi: make simplify_cmp work with arrays
2013-03-19 Christian Königglsl_to_tgsi: remove indirect addressing limitations
2013-03-19 Christian Königglsl_to_tgsi: allocate arrays separately v2
2013-03-19 Christian Königglsl_to_tgsi: use get_temp for all allocations
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryReplace gl_geom_result enum with gl_varying_slot.
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-05 Roland Scheideggerst/mesa: translate ir offset parameters for non-TXF...
2013-03-02 Brian Paulst/mesa: add switch case for ir_txf_ms to silence warning
2013-03-02 Brian Paulst/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-02-06 Marek Olšákst/mesa: emit saturates in the vertex shader if Shader...
2013-02-06 Marek Olšákst/mesa: advertise ARB_shading_language_packing for...
2013-02-06 Marek Olšákst/mesa: do most of GLSL lowering outside of the optimi...
2013-02-06 Marek Olšákst/mesa: remove dead code depending on EmitCondCodes
2013-02-04 Brian Paulst/mesa: emit SQRT opcode when driver supports it
2013-01-25 Brian Paulst/mesa: handle new GLSL IR enumerants in switch statements
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-12-11 Dave Airlieglsl_to_tgsi: emit multi-level structs and arrays properly.
2012-12-10 Dave Airliest_glsl_to_tgsi: fix ubo bools.
2012-12-10 Dave Airliest_glsl_to_tgsi: call ubo load pass earlier
2012-12-10 Dave Airlieglsl_to_tgsi: fix texture offset translation
2012-12-08 Dave Airliemesa/st: add ARB_uniform_buffer_object support (v2)
2012-12-08 Dave Airliest/mesa: add texture buffer object support to state...
2012-11-09 Dave Airliest/mesa: add support for ARB_texture_cube_map_array...
2012-11-08 Dave Airlieglsl_to_tgsi: fix dst register for texturing fetches.
2012-11-06 Brian Paulst/mesa: change glsl_to_tgsi_visitor from class to...
2012-10-29 Bryan Cainglsl_to_tgsi: set correct register type for array and...
2012-10-29 Andreas BollRevert "glsl_to_tgsi: set correct register type for...
2012-10-24 Bryan Cainglsl_to_tgsi: set correct register type for array and...
2012-10-16 Kenneth Graunkemesa: Remove support for named parameters.
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-08-16 Brian Paulst/mesa: silence signed/unsigned comparison warning
2012-08-16 Niels Ole Salscheiderst/mesa: index can be negative in the PROGRAM_CONSTANT...
2012-08-09 Vinson Leest/mesa: Initialize tgsi_texture_offset Padding field.
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-08-07 Vinson Leest/mesa: Fix a potential memory leak in get_mesa_program.
2012-07-23 Marek Olšákst/mesa: fix DDY opcode for FBOs
2012-07-23 Marek Olšákst/mesa: set the centroid qualifier in fragment shader...
2012-07-20 Eric Anholtmesa: Move the _mesa_uniform_merge_location_offset...
2012-07-20 Paul Berrymesa: Set gl_fragment_program::UsesKill in do_set_progr...
2012-07-13 José Fonsecamesa/st: Generates TGSI that always recognizes INSTANCE...
2012-06-20 Marcin Slusarzst/mesa: fix transform feedback of unsubscripted gl_Cli...
2012-06-15 Paul Berrygallium: Add support for ir_unop_f2u to tgsi backend.
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in the softwa...
2012-06-02 Vinson Leest/mesa: Fix uninitialized members in glsl_to_tgsi_visi...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezst/mesa: Use local temporary registers.
2012-05-09 Christoph Bumillerglsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil
2012-04-13 Dave Airliest/mesa: add ARB_blend_func_extended support to state...
2012-04-10 Vinson Leest/mesa: Fix uninitialized members in glsl_to_tgsi_visi...
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2012-02-27 Marek Olšákgallium: remove PIPE_SHADER_CAP_OUTPUT_READ
2012-01-30 Marek Olšákst/mesa: kill off point size clamping in vertex shaders
2012-01-28 Mathias Fröhlichstate_stracker: Fix access to uninitialized memory.
2012-01-25 Marek Olšákst/mesa: do vertex and fragment color clamping in shaders
2012-01-19 Brian Paulst/mesa: copy num_immediates field when copying the...
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-12 Brian Paulst/mesa: fix struct vs. class compilation warning
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Dave Airliest/mesa: rename translate_texture_target, and make...
2012-01-11 Dave Airlieglsl_to_tgsi: add support for shadow cube map sampling.
2012-01-11 Dave Airliest_extensions: fixup GLSL 1.30 related enables (v3)
2012-01-11 Dave Airliest_glsl_to_tgsi: use ISSG and fixup IABS
2012-01-07 Bryan Cainglsl_to_tgsi: emit IABS for absolute value of integers
2012-01-07 Bryan Cainglsl_to_tgsi: fix emission of boolean constants
2012-01-07 Bryan Cainglsl_to_tgsi: remove bad assertion
2012-01-06 Kenneth Graunkeglsl_to_tgsi: Remove the obsolete remove_output_reads...
2012-01-06 Vincent Lejeuneglsl_to_tgsi: Use the GLSL compiler's new remove-output...
2012-01-05 Paul Berrygallium: Make use of gl_transform_feedback_info::Compon...
2012-01-05 Bryan Cainst/mesa: add support for gl_ClipDistance
2012-01-03 Vadim Girlinglsl_to_tgsi: v2 Invalidate and revalidate uniform...
2012-01-02 Christoph Bumillerglsl-to-tgsi: handle ir_unop_round_even
2012-01-02 Bryan Cainglsl_to_tgsi: fix handling of CONT and BRK in eliminate...
2011-12-18 Dave Airlieglsl_to_tgsi: make sure copied instructions don't lose...
2011-12-15 Marek Olšákst/mesa: implement EXT_transform_feedback and ARB_trans...
2011-12-13 Bryan Cainglsl_to_tgsi: fix typo in comment
2011-12-13 Bryan Cainglsl_to_tgsi: emit both operands of shift and bitwise...
2011-12-10 Dave Airliest/mesa: move frag depth up a level.
2011-12-10 Marek Olšákgallium: implement ARB_conservative_depth
2011-12-08 Bryan Cainglsl_to_tgsi: fix a bug in eliminate_dead_code_advanced()
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-21 Vadim Girlinst/mesa: use PIPE_SHADER_CAP_OUTPUT_READ
2011-11-19 Marek Olšákmesa: set the gl_FragDepth layout in the GLSL linker
2011-11-14 Ian Romanickglsl: Remove resource count checks from ir_to_mesa...
2011-11-14 Christoph Bumillerst/mesa: fix system value to semantic mapping
2011-11-14 José Fonsecamesa/st: Flush stdout after pritingin the GLSL.
2011-11-07 Ian RomanickDelete code made dead by previous uniform related patches
2011-11-07 Ian Romanickmesa: Rewrite the way uniforms are tracked and handled
2011-11-04 José Fonsecamesa/st: Be nice with the stack -- use malloc for large...
2011-11-03 Chia-I Wust/mesa: add support for GL_OES_EGL_image_external
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
next