mesa: add support for ARB_blend_func_extended (v4)
[mesa.git] / src / mesa / program /
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...
2011-10-07 Ian Romanickmesa: Remove unused function _mesa_append_uniform
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-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walki...
2011-10-04 Ian Romanickmesa: Add string_to_uint_map facade class
2011-10-04 Ian Romanickmesa: Add hash_table_replace
2011-10-03 Kenneth Graunkeir_to_mesa: Don't assertion fail on integer modulus.
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-30 Ian Romanickmesa: Refactor hash_table_{find,remove} to share some...
2011-09-30 Ian Romanickmesa: Document an odd side-effect of hash_table_insert
2011-09-30 Ian Romanickmesa: Remove unused field gl_program::Varying
2011-09-30 Ian Romanickmesa: Use Add linker_error instead of fail_link
2011-09-30 Brian Paulmesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_fl...
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-09 Ian Romanicknvprogram: Silence "warning: unused parameter ‘ctx’"
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-30 Eric Anholtmesa: Make the gl_constant_value's bool occupy the...
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 Kai WasserbächChange return type of try_emit_* methods to bool.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-20 Kenneth Graunkeir_to_mesa: Remove incorrect usage of the 'struct'...
2011-08-19 Brian Paulmesa: set Q=1 for OPCODE_TEX execution
2011-08-16 Ian Romanickmesa: Bump instruction execution limit to 65536
2011-08-16 Ian Romanickmesa: Add partial constant propagation pass for Mesa IR
2011-08-16 Ian Romanickir_to_mesa: Emit a MAD(b, -a, b) for !a && b
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_all_equal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_any_nequal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_any using DP4 w/saturate...
2011-08-16 Ian Romanickir_to_mesa: Make ir_to_mesa_visitor::emit_dp return...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_logic_or using an add...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_logic_not using 1-x
2011-08-10 Eric Anholtmesa: Add a convenience interface for register allocato...
2011-08-08 Brian Paulmesa: whitespace changes
2011-08-05 Eric Anholtir_to_mesa: Replace open-coded swizzle_for_size()
2011-08-05 Eric Anholtir_to_mesa: Try to avoid emitting a MOV_SAT to saturate...
2011-08-05 Eric Anholtprog_optimize: Add support for saturates to _mesa_merge...
2011-08-04 Brian Paulmesa: pass correct constant type to _mesa_fetch_state()
2011-08-04 Brian Paulmesa: use gl_constant_value type in ARB program parser
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Ian Romanickir_to_mesa: Emit warnings instead of errors for IR...
2011-08-02 Ian Romanickir_to_mesa: Use Add linker_error instead of fail_link
2011-08-01 Bryan Cainmesa, glsl_to_tgsi: add native support for integers...
2011-08-01 Bryan Cainmesa: support boolean and integer-based parameters...
2011-08-01 Bryan Cainmesa: fix segfault when no Mesa IR is generated
2011-07-23 Ian Romanickprog_optimize: Set unused regs to PROGRAM_UNDEFINED...
2011-07-23 Ian Romanickir_to_mesa: Copy reladdr in src_reg(dst_reg) constructor
2011-07-23 Ian Romanickir_to_mesa: Add each relative address to the previous
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-15 Marek Olšákprog_optimize: fix a warning that a variable may be...
2011-07-14 Dave Airliemesa: split _mesa_reference_program() into hot/cold...
2011-07-13 Christian KönigMerge branch 'pipe-video'
next