Age | Commit message (Expand) | Author |
2007-04-16 | removed unused t_vb_arbprogram stage | Brian |
2007-04-16 | Use generic program limits instead of NV-specific ones to init program consta... | Brian |
2007-03-28 | Get rid of BRK0, BRK1, CONT0, CONT1 instructions. | Brian |
2007-03-27 | recommit e731d8aafa98bbf9d30f83e65f28b7718be55834. | Roland Scheidegger |
2007-03-23 | Add the ability to generate programs that doesn't use condition codes. | Brian |
2007-02-24 | Use prog_execute.c to run vertex programs until t_vb_arbprogram.c is updated to | Brian |
2007-02-22 | FORCE_PROG_EXECUTE_C cpp flag, misc changes | Brian |
2007-02-22 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-02-05 | fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856) | Roland Scheidegger |
2007-02-05 | Initial support of loop and subroutine instructions. | Brian |
2007-01-28 | noise functions | Brian |
2007-01-23 | fixes for C++ warnings/errors | Brian |
2007-01-20 | Initial implementation of OPCODE_IF/ELSE/ENDIF instructions. | Brian |
2007-01-17 | Added OPCODE_INT to convert 4 floats to 4 ints. | Brian |
2006-12-20 | handle PROGRAM_UNIFORM, fix a _mesa_problem() call | Brian |
2006-12-16 | cases for NOP, BRA | Brian |
2006-12-15 | added assertion to catch use of too many temporaries | Brian |
2006-12-15 | updated includes | Brian |
2006-12-13 | Checkpoint work for new GLSL compiler back-end. | Brian |
2006-11-29 | check for target instead of program->Target in _tnl_program_string, avoids se... | Roland Scheidegger |
2006-09-22 | don't skip user clip plane clipping when the current vertex program is positi... | Roland Scheidegger |
2006-09-13 | just comments and const qualifiers | Brian Paul |
2006-09-13 | fix broken do_EXP() | Brian Paul |
2006-09-07 | only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex pr... | Roland Scheidegger |
2006-08-03 | use WRITE_MASK_* instead of 0x1, 0x2, etc | Brian Paul |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-06-14 | A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are really | Brian Paul |
2006-06-13 | s/0/NULL/ | Brian Paul |
2006-06-13 | remove some unneeded #includes | Brian Paul |
2006-06-06 | prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai... | Aapo Tahkola |
2006-06-01 | Fix extended swizzling in vertex programs by introducing special swizzle inst... | Roland Scheidegger |
2006-05-23 | Add const qualifiers in a number of places. | Brian Paul |
2006-04-14 | Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units | Brian Paul |
2006-04-06 | Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value | Brian Paul |
2006-03-21 | GLSL fixes: | Michal Krol |
2006-03-02 | Add position_invarient support | Keith Whitwell |
2006-02-13 | Add ARB_vertex_shader stage just before render stage. | Michal Krol |
2006-02-02 | use calloc instead of malloc so try_codegen field is initialized to zero (bug... | Brian Paul |
2005-12-08 | do away with 'long long' usage | Brian Paul |
2005-12-08 | use 64-bit typedefs for portability | Karl Schultz |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |
2005-11-19 | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul |
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul |
2005-11-08 | This patch adds the missing NV_vertex_program2 and NV_vertex_program3 | Ian Romanick |
2005-11-05 | use _mesa_num_inst_src_regs() and _mesa_opcode_string() | Brian Paul |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul |
2005-11-04 | just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach... | Brian Paul |
2005-11-03 | s/15/VERT_RESULT_MAX/ | Brian Paul |
2005-10-29 | added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c... | Brian Paul |
2005-10-29 | fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string() | Brian Paul |