i965/vs: Add support for emitting DPH opcodes.
[mesa.git] / src / mesa / program /
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...
2011-12-17 Vinson Leemesa: Fix memory leak on error path.
2011-12-13 Marek Olšákmesa: fix an out-of-bounds access in prog_print.c
2011-12-03 Mathias Fröhlichmesa: Use VERT_{ATTRIB,BIT}* for ARB input validation.
2011-11-30 Brian Paulmesa: use Elements() macro in program printing code
2011-11-30 Brian Paulmesa: fix printf format warning in _mesa_fprint_program...
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-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-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
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-07 Ian Romanickmesa: Add string_to_uint_map::clear method to clear...
2011-11-03 Brian Paulmesa: fix texture target mix-up in NV_fragment_program...
2011-11-03 Chia-I Wumesa: add support for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa, i965: prepare for more than 8 texture targets
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-19 Ian Romanickmesa: Simplify uniform debug logging logic
2011-10-18 Eric Anholtmesa: Convert fixed function fragment program generator...
2011-10-10 Ian Romanickhash_table: Make string_to_uint_map make a copy of...
next