mesa: Eliminate parameters to dd_function_table::Viewport
[mesa.git] / src / mesa / program / ir_to_mesa.cpp
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2014-01-09 Paul Berrymesa: Use functions to convert gl_shader_stage to PROGR...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in ir_set_p...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2013-12-30 Paul BerryRename overloads of _mesa_glsl_shader_target_name().
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-09 Paul Berryglsl/loops: consolidate bounded loop handling into...
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-07 Matt Turnerglsl: Implement [iu]mulExtended() built-ins for ARB_gpu...
2013-10-07 Matt Turnerglsl: Add ir_binop_carry and ir_binop_borrow.
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-10-02 Francisco Jerezmesa/program: Switch ir_to_mesa_instruction to the...
2013-10-02 Francisco Jerezmesa: Fix misplaced includes of "main/uniforms.h".
2013-09-25 Vinson Leeglsl: Remove unused pointer value.
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-21 Kenneth Graunkei965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS...
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-09 Matt Turnerglsl: Add conditional-select IR.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-08-27 Matt Turnerglsl: Add support for new fma built-in in ARB_gpu_shader5.
2013-08-02 Paul Berrymesa: Refactor copying of linked program data.
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-08-02 Paul Berryglsl: Change do_set_program_inouts' is_fragment_shader...
2013-07-30 Paul Berryglsl: Remove redundant writes to prog->LinkStatus
2013-07-02 Marek Olšákmesa: renumber shader indices according to their placem...
2013-06-21 Eric Anholtmesa: Move the common _mesa_glsl_compile_shader() code...
2013-06-21 Eric Anholtmesa: Move shader compiler API code to shaderapi.c
2013-06-21 Eric Anholtmesa: Fix missing setting of shader->IsES.
2013-06-21 Eric Anholtmesa: Use shared code for converting shader targets...
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample...
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_binop_vector_extract
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-08 Fabian Bielermesa/program: Don't copy propagate from swizzles.
2013-05-06 Matt Turnerglsl: Add a pass to lower bitfield-insert into bfm...
2013-05-06 Matt Turnerglsl: Add support for new bit built-ins in ARB_gpu_shader5.
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-02 Brian Paulmesa: add switch case for ir_txf_ms to silence warning
2013-02-28 Matt Turnerir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-02-04 Paul Berryglsl: Rename uniform_field_visitor to program_resource_...
2013-01-25 Matt Turnerglsl: Extend ir_expression_operation for ARB_shading_la...
2013-01-25 Ian Romanickglsl: Modify uniform_field_visitor::visit_field to...
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Chad Versaceglsl: Extend ir_expression_operation for GLSL 3.00...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-11 Carl Worthglcpp: Accept pointer to GL context rather than just...
2012-10-16 Kenneth Graunkemesa: Remove dead program_parameter::Flags field.
2012-09-15 Dave Airlieir_to_mesa: make some global variable static
2012-09-14 Dave Airliemesa/glsl: rename preprocess to glcpp_preprocess
2012-08-07 Eric Anholtir_to_mesa: Don't whack the ->location field of uniform...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-07-31 Brian Paulir_to_mesa: make size_swizzles[] array static const
2012-07-20 Eric Anholtglsl: Merge the lists of uniform blocks into the linked...
2012-07-20 Paul Berrymesa: Set gl_fragment_program::UsesKill in do_set_progr...
2012-06-15 Paul Berryir_to_mesa: Add support for ir_unop_f2u to ir_to_mesa...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in the softwa...
2012-05-23 Ian Romanickir_to_mesa: Don't set initial uniform values again
2012-05-23 Ian Romanickir_to_mesa: Propagate initial values in _mesa_associate...
2012-04-13 Vinson Leeir_to_mesa: Fix uninitialized member in add_uniform_to_...
2012-04-09 Kenneth Graunkeir_to_mesa: Remove pretense of support for function...
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-19 Marek Olšákmesa: set the gl_FragDepth layout in the GLSL linker
2011-11-15 Yuanhan Liuir_to_mesa: don't init unfirom if link failed
2011-11-14 Ian Romanickglsl: Remove resource count checks from ir_to_mesa...
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-07 Ian Romanickir_to_mesa: Add _mesa_associate_uniform_storage
2011-11-03 Chia-I Wumesa: add support for GL_OES_EGL_image_external
2011-10-28 Ian Romanickir_to_mesa: Let check_resources halt compilation
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-10-26 Ian Romanickir_to_mesa: Use uniform_field_visitor to add all struct...
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
2011-10-19 Ian Romanickir_to_mesa: Generate gl_program_parameter list by walki...
2011-10-19 Ian Romanickir_to_mesa: Move some things outside the 'extern "C...
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-10-03 Kenneth Graunkeir_to_mesa: Don't assertion fail on integer modulus.
2011-09-30 Ian Romanickmesa: Remove unused field gl_program::Varying
2011-09-28 Eric Anholtir_to_mesa: Don't assertion fail on remaining GLSL...
2011-09-23 Paul Berrymesa: Add a flag to indicate whether a program uses...
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-09-10 Marek Olšákir_to_mesa: fix shadow2DArray comparison
2011-09-01 Bryan Cainmesa: Replace the EmitNoIfs compiler flag with a MaxIfD...
next