summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_arbprogram.c
Commit message (Expand)AuthorAgeFilesLines
* removed unused t_vb_arbprogram stageBrian2007-04-161-1617/+0
* Use generic program limits instead of NV-specific ones to init program consta...Brian2007-04-161-1/+4
* Get rid of BRK0, BRK1, CONT0, CONT1 instructions.Brian2007-03-281-4/+0
* recommit e731d8aafa98bbf9d30f83e65f28b7718be55834.Roland Scheidegger2007-03-271-1/+1
* Add the ability to generate programs that doesn't use condition codes.Brian2007-03-231-0/+4
* Use prog_execute.c to run vertex programs until t_vb_arbprogram.c is updated toBrian2007-02-241-11/+5
* FORCE_PROG_EXECUTE_C cpp flag, misc changesBrian2007-02-221-4/+17
* Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-22/+41
|\
| * fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)Roland Scheidegger2007-02-051-19/+32
| * fixes for C++ warnings/errorsBrian2007-01-231-1/+2
* | Initial support of loop and subroutine instructions.Brian2007-02-051-0/+6
* | noise functionsBrian2007-01-281-0/+4
* | Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.Brian2007-01-201-1/+4
* | Added OPCODE_INT to convert 4 floats to 4 ints.Brian2007-01-171-0/+17
* | handle PROGRAM_UNIFORM, fix a _mesa_problem() callBrian2006-12-201-1/+2
* | cases for NOP, BRABrian2006-12-161-0/+7
* | added assertion to catch use of too many temporariesBrian2006-12-151-0/+1
* | updated includesBrian2006-12-151-1/+3
* | Checkpoint work for new GLSL compiler back-end.Brian2006-12-131-23/+31
|/
* check for target instead of program->Target in _tnl_program_string, avoids se...Roland Scheidegger2006-11-291-1/+1
* don't skip user clip plane clipping when the current vertex program is positi...Roland Scheidegger2006-09-221-1/+2
* just comments and const qualifiersBrian Paul2006-09-131-12/+11
* fix broken do_EXP()Brian Paul2006-09-131-7/+2
* only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex pr...Roland Scheidegger2006-09-071-1/+1
* use WRITE_MASK_* instead of 0x1, 0x2, etcBrian Paul2006-08-031-8/+8
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-6/+6
* A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul2006-06-141-13/+15
* s/0/NULL/Brian Paul2006-06-131-1/+1
* remove some unneeded #includesBrian Paul2006-06-131-2/+1
* prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola2006-06-061-1/+4
* Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger2006-06-011-111/+81
* Add const qualifiers in a number of places.Brian Paul2006-05-231-1/+1
* Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul2006-04-141-1/+1
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-061-1/+1
* GLSL fixes:Michal Krol2006-03-211-2/+2
* Add position_invarient supportKeith Whitwell2006-03-021-2/+17
* Add ARB_vertex_shader stage just before render stage.Michal Krol2006-02-131-5/+10
* use calloc instead of malloc so try_codegen field is initialized to zero (bug...Brian Paul2006-02-021-3/+3
* do away with 'long long' usageBrian Paul2005-12-081-12/+11
* use 64-bit typedefs for portabilityKarl Schultz2005-12-081-1/+1
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-4/+4
* Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul2005-11-191-0/+1
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-8/+8
* This patch adds the missing NV_vertex_program2 and NV_vertex_program3Ian Romanick2005-11-081-1/+20
* use _mesa_num_inst_src_regs() and _mesa_opcode_string()Brian Paul2005-11-051-89/+60
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-25/+82
* just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach...Brian Paul2005-11-041-4/+3
* s/15/VERT_RESULT_MAX/Brian Paul2005-11-031-2/+3
* added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...Brian Paul2005-10-291-0/+7
* fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()Brian Paul2005-10-291-11/+12