mesa: s/CALLOC/calloc/
[mesa.git] / src / mesa / state_tracker / st_glsl_to_tgsi.cpp
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...
2011-10-19 José Fonsecamesa/st: Backport WPOS adjustment fixes from st_mesa_to...
2011-10-19 Ian Romanickglsl_to_tgsi: Use _mesa_generate_parameters_list_for_un...
2011-10-19 Ian Romanickir_to_mesa: Move some things outside the 'extern "C...
2011-10-13 Brian Paulst/mesa: kill instruction if writemask=0 in eliminate_d...
2011-10-07 Ian Romanickmesa: Simplify calling Driver.ProgramStringNotify after...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-04 Ian Romanickmesa: Remove unused gl_program::Attributes
2011-09-30 Ian Romanickmesa: Remove unused field gl_program::Varying
2011-09-20 Bryan Cainglsl_to_tgsi: implement ir_binop_all_equal and ir_binop...
2011-09-10 Bryan Cainglsl_to_tgsi: use UARL instead of I2F and ARL
2011-09-10 Marek Olšákglsl_to_tgsi: fix shadow2DArray comparison
2011-09-04 Bryan Cainglsl_to_tgsi: fixes for native integers and integer...
2011-09-02 Marek Olšákglsl_to_tgsi: fix more potential shader reference leaks
2011-09-02 Dave Airlietgsi: add support for texture offsets to the TGSI IR...
2011-09-01 Bryan Cainmesa: Replace the EmitNoIfs compiler flag with a MaxIfD...
2011-08-31 Bryan Cainglsl: Use a separate div_to_mul_rcp lowering flag for...
2011-08-29 Marek Olšákglsl_to_tgsi: fix a reference leak on an error path
2011-08-28 Marek Olšákglsl_to_tgsi: remove unused code
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Dave Airlieglsl_to_tgsi: add TXF support. (v2)
2011-08-25 Dave Airlieglsl_to_tgsi: implement TXS/TXQ. (v2)
2011-08-25 Kai WasserbächChange return type of try_emit_* methods to bool.
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-22 Kenneth Graunkeglsl_to_tgsi: Fix a few more struct vs. class warnings.
2011-08-20 Bryan Cainglsl_to_tgsi: emit a MAD(b, -a, b) for !a && b
2011-08-20 Bryan Cainglsl_to_tgsi: fix typo
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_all_equal using DP4...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_any_nequal using DP4...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_unop_any using DP4 w/saturat...
2011-08-20 Bryan Cainglsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_logic_or using an...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_unop_logic_not using 1-x
2011-08-20 Kenneth Graunkemesa, glsl_to_tgsi: Add new gl_context::NativeIntegers...
2011-08-17 Brian Paulst/mesa: fix incorrect loop over instruction src regs
next