glsl: add ir_emit_vertex and ir_end_primitive instruction types
[mesa.git] / src / mesa / program /
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-31 Laurent Carliermesa/program: remove useless YYID
2013-07-31 Kenneth Graunkemesa/program: Switch from the deprecated YYLEX_PARAM...
2013-07-31 Kenneth Graunkemesa/program: Change the program parser's namespace.
2013-07-30 Paul Berryglsl: Remove redundant writes to prog->LinkStatus
2013-07-12 Brian Paulmesa: fix Address Sanitizer (ASan) issue in _mesa_add_p...
2013-07-02 Marek Olšákmesa: renumber shader indices according to their placem...
2013-06-28 Ian Romanickmesa: GL_EXT_fog_coord is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_secondary_color is not optional
2013-06-28 Anuj Phogatmesa: Return ZeroVec/dummyReg instead of NULL pointer
2013-06-27 Brian Paulmesa: move declarations before code
2013-06-26 Eric Anholtra: Fix register spilling.
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-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-29 Eric Anholtmesa: Fix test for optimistic coloring being necessary.
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample...
2013-05-23 Chris ForbesARB_fp: accept duplicate precision options
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 Graunkemesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
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-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-24 Marek Olšákmesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4...
2013-04-19 Paul Berrymesa: Fix up program_parse.y to avoid uninitialized $$
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-08 Matt Turnerregister_allocate: Fix the type of best_benefit.
2013-04-06 Marek Olšákmesa: don't set _ClampFragmentColor to TRUE if it has...
2013-04-06 Chris Forbesmesa: don't memcmp() off the end of a cache key.
2013-04-04 Eric Anholti965: Ask the register allocator to round-robin through...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-28 Marek Olšákmesa: handle STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_frag_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_result enum with gl_varying_slot.
2013-03-15 Paul BerryReplace gl_geom_attrib enum with gl_varying_slot.
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...
next