aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_arbprogram.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keith's fixes for RSW and XPD (need temporaries)Brian Paul2005-10-281-9/+22
* include tnl.h to silence warningBrian Paul2005-10-281-1/+2
* Added assert that result != arg0 in do_RSW. This currently fails and needs f...Brian Paul2005-10-281-0/+2
* TNL module needs to implement ctx->Driver.ProgramStringNotify() functionBrian Paul2005-10-281-0/+18
* additional wrapper updates, bug 4468Brian Paul2005-09-191-1/+1
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* added FREXPF() macro (bug 4060)Brian Paul2005-08-121-6/+2
* Check for null program->Parameters pointer in validate_vertex_program().Brian Paul2005-07-151-1/+5
* Use the LDEXPF wrapper macro.Keith Whitwell2005-07-131-2/+2
* Add runtime compiled x87 implementations for most of the remainingKeith Whitwell2005-07-101-19/+34
* Use frexp on Windows; frexpf is not available.Karl Schultz2005-07-011-0/+4
* replace some free() calls with _mesa_free()Brian Paul2005-07-011-4/+5
* include light.h to silence warningBrian Paul2005-06-211-0/+1
* remove debug printsKeith Whitwell2005-06-101-2/+0
* Allow the print opcode to compilemesa_20050610Keith Whitwell2005-06-101-2/+1
* Add notes about intended precision of opcodes.Keith Whitwell2005-06-101-38/+46
* Another typoKeith Whitwell2005-06-091-1/+1
* Further clean up RoughApproxPow2 and disable the optimized version --Keith Whitwell2005-06-091-8/+9
* Fix typo in RoughApproxPow2Keith Whitwell2005-06-091-1/+5
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-38/+52
* Turn off debugKeith Whitwell2005-06-081-2/+2
* Runtime generate sse/sse2 code for some vertex programs. ExperimentalKeith Whitwell2005-06-081-52/+85
* Remove ARL opcode from interpreter.Keith Whitwell2005-06-081-192/+38
* Initialize some variables.Keith Whitwell2005-06-071-9/+8
* Simplify interpreted language:Keith Whitwell2005-06-071-625/+581
* Missing from previous commitKeith Whitwell2005-05-101-2/+2
* Add DISASSEM define, similar to other program generator files.Keith Whitwell2005-04-291-6/+21
* Move the call to _tnl_UpdateFixedFunctionProgram to makeKeith Whitwell2005-04-221-1/+0
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-13/+30
* New software implementation of ARB_vertex_program. Similar in speedKeith Whitwell2005-04-211-0/+1551