Replace gl_vert_result enum with gl_varying_slot.
[mesa.git] / src / mesa / program /
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_vert_result to refer to new gl_vary...
2013-03-11 Eric Anholtmesa: Reduce memory usage for reg alloc with many graph...
2013-03-11 Eric Anholtmesa: Reduce the memory usage for reg alloc with many...
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 Brian Paulmesa: use GLbitfield64 when copying program inputs
2013-01-25 Brian Paulmesa: add some casts to silence MSVC warnings
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...
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Quentin Glidicmesa/program: Fix both Classic and Gallium build
2012-12-07 Jordan Justenprogram/hash_table.c: rename to program/prog_hash_table.c
2012-12-06 Chad Versaceandroid: Fix build of libmesa_program
2012-12-03 Adrian Marius Negreanuandroid: fix bison warning of conflicting outputs to...
2012-11-16 Matt TurnerRemove OpenVMS support
2012-11-13 Eric Anholtmesa: Fix gallium build since 6991c2922f
2012-11-12 Eric Anholtautomake,android: Build program/ into a helper lib...
2012-11-07 Kenneth Graunkemesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE...
2012-10-29 Brian Paulmesa: silence MSVC signed/unsigned comparision warnings...
2012-10-29 Marek Olšákmesa: bump MAX_VARYING to 32
2012-10-16 Kenneth Graunkemesa: Remove PROGRAM_WRITE_ONLY register type.
2012-10-16 Kenneth Graunkemesa: Remove dead _mesa_num_parameters_of_type() function.
2012-10-16 Kenneth Graunkemesa: Remove dead _mesa_add_attribute() function.
2012-10-16 Kenneth Graunkemesa: Remove remnants of PROGRAM_VARYING.
2012-10-16 Kenneth Graunkemesa: Remove dead _mesa_add_varying() function.
2012-10-16 Kenneth Graunkemesa: Remove dead program_parameter::Flags field.
2012-10-16 Kenneth Graunkest/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag. [v2]
2012-10-16 Kenneth Graunkemesa: Remove GLSL-related PROG_PARAM_BIT flags.
2012-10-16 Kenneth Graunkemesa: Remove support for named parameters.
2012-10-16 Kenneth Graunkemesa: Remove yet more remnants of NV_fragment_program.
2012-10-16 Kenneth Graunkemesa: Remove prog_print support for NV programs.
2012-10-16 Kenneth Graunkemesa: Remove support for parsing NV fragment programs.
2012-10-16 Kenneth Graunkemesa: Remove the gl_program::Resident flag.
2012-10-15 Eric Anholtmesa: Remove miscellaneous remains of NV_vertex_program.
2012-10-15 Eric Anholtmesa: Remove prog_instruction.h field for never-support...
2012-10-15 Eric Anholtmesa: Remove support for GL_VERTEX_STATE_PROGRAMs and...
2012-10-15 Eric Anholtmesa: Remove support for NV_vertex_program's tracked...
2012-10-15 Eric Anholtmesa: Remove Mesa IR opcodes that existed only for...
2012-10-15 Eric Anholtmesa: Remove support for parsing NV vertex programs.
2012-10-08 Eric Anholtmesa: Note that OPCODE_RFL is not part of ARB_fp (it...
2012-10-03 Paul Berryregister_allocate: don't consider trivially colorable...
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-09-19 Tom Stellardra: Clarify usage of ra_set_node_reg()
2012-09-15 Oliver McFaddenmesa: remove FEATURE_ATI_fragment_shader define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_NV_(fragment|vertex)_program defines.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_ARB_shader_objects and related...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_es2_glsl and related defines.
2012-09-15 Dave Airlieir_to_mesa: make some global variable static
2012-09-15 Dave Airliemesa: make global perm variable static const
2012-09-14 Dave Airliemesa/glsl: rename preprocess to glcpp_preprocess
2012-09-14 Dave Airliemesa: use a prefix for the program lex
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
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-08-05 Vinson Leemesa: Fix off-by-one error in Parse_TextureImageId.
2012-08-01 Pauli Nieminenmesa/program: Use sampler object state if present
2012-07-31 Brian Paulir_to_mesa: make size_swizzles[] array static const
2012-07-27 Brian Paulmesa: whitespace, etc. fixes in program.h
2012-07-26 Brian Paulmesa: remove _math_matrix_alloc_inv()
2012-07-26 Paul Berrymesa: Make more consistent use of _mesa_is_{user,winsys...
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-07-19 Paul Berrymesa: Set UsesDFdy appropriately for assembly programs.
2012-07-19 Paul Berrymesa: Add UsesDFdy to struct gl_fragment_program.
2012-07-18 Brian Paulmesa: use gl_program cast wrappers
2012-07-18 Brian Paulmesa: add some gl_program cast wrappers
2012-07-05 Brian Paulmesa: use the PRIx64 macro for printing 64-bit hexadeci...
2012-06-15 Paul Berryir_to_mesa: Add support for ir_unop_f2u to ir_to_mesa...
2012-06-12 Stéphane Marchesinmesa: Fix bool-int mismatch
2012-06-12 Antoine Labourmesa: Fix hash table leak
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-05-19 Brian Paulmesa: use F_TO_I() instead of IROUND()
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-02-24 Brian Paulmesa: remove MAX_WIDTH from prog_execute.h
2012-01-30 Marek Olšákst/mesa: kill off point size clamping in vertex shaders
2012-01-18 Eric Anholtmesa: Make the register allocator allocation take a...
2012-01-12 Brian Paulmesa: remove _mesa_ffs(), implement ffs() for non-GNU...
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-10 Jakob Bornecrantzmesa: Silence warning
2012-01-10 Jakob Bornecrantzmesa: Silence warning
2011-12-18 nobledprogram: fix previous commit
2011-12-18 nobledprogram: fix out of bounds array accesses and other...
next