fixes for C++ warnings/errors
[mesa.git] / src / mesa / tnl / t_vb_arbprogram.c
2007-01-23 Brianfixes for C++ warnings/errors
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-29 Roland Scheideggercheck for target instead of program->Target in _tnl_pro...
2006-09-22 Roland Scheideggerdon't skip user clip plane clipping when the current...
2006-09-13 Brian Pauljust comments and const qualifiers
2006-09-13 Brian Paulfix broken do_EXP()
2006-09-07 Roland Scheideggeronly allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX...
2006-08-03 Brian Pauluse WRITE_MASK_* instead of 0x1, 0x2, etc
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2006-06-13 Brian Pauls/0/NULL/
2006-06-13 Brian Paulremove some unneeded #includes
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-06-01 Roland ScheideggerFix extended swizzling in vertex programs by introducin...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-04-06 Brian PaulRename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect...
2006-03-21 Michal KrolGLSL fixes:
2006-03-02 Keith WhitwellAdd position_invarient support
2006-02-13 Michal KrolAdd ARB_vertex_shader stage just before render stage.
2006-02-02 Brian Pauluse calloc instead of malloc so try_codegen field is...
2005-12-08 Brian Pauldo away with 'long long' usage
2005-12-08 Karl Schultzuse 64-bit typedefs for portability
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Ian RomanickThis patch adds the missing NV_vertex_program2 and...
2005-11-05 Brian Pauluse _mesa_num_inst_src_regs() and _mesa_opcode_string()
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-04 Brian Pauljust pass ctx to do_ndc_cliptest() rather than stuffing...
2005-11-03 Brian Pauls/15/VERT_RESULT_MAX/
2005-10-29 Brian Pauladded some assertions to catch unexpected swizzle value...
2005-10-29 Brian Paulfix errors in RoughApproxPower(), do_LIT(), _tnl_progra...
2005-10-28 Brian PaulKeith's fixes for RSW and XPD (need temporaries)
2005-10-28 Brian Paulinclude tnl.h to silence warning
2005-10-28 Brian PaulAdded assert that result != arg0 in do_RSW. This curre...
2005-10-28 Brian PaulTNL module needs to implement ctx->Driver.ProgramString...
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-08-12 Brian Pauladded FREXPF() macro (bug 4060)
2005-07-15 Brian PaulCheck for null program->Parameters pointer in validate_...
2005-07-13 Keith WhitwellUse the LDEXPF wrapper macro.
2005-07-10 Keith WhitwellAdd runtime compiled x87 implementations for most of...
2005-07-01 Karl SchultzUse frexp on Windows; frexpf is not available.
2005-07-01 Brian Paulreplace some free() calls with _mesa_free()
2005-06-21 Brian Paulinclude light.h to silence warning
2005-06-10 Keith Whitwellremove debug prints
2005-06-10 Keith WhitwellAllow the print opcode to compile
2005-06-10 Keith WhitwellAdd notes about intended precision of opcodes.
2005-06-09 Keith WhitwellAnother typo
2005-06-09 Keith WhitwellFurther clean up RoughApproxPow2 and disable the optimi...
2005-06-09 Keith WhitwellFix typo in RoughApproxPow2
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-08 Keith WhitwellTurn off debug
2005-06-08 Keith WhitwellRuntime generate sse/sse2 code for some vertex programs...
2005-06-08 Keith WhitwellRemove ARL opcode from interpreter.
2005-06-07 Keith WhitwellInitialize some variables.
2005-06-07 Keith WhitwellSimplify interpreted language:
2005-05-10 Keith WhitwellMissing from previous commit
2005-04-29 Keith WhitwellAdd DISASSEM define, similar to other program generator...
2005-04-22 Keith WhitwellMove the call to _tnl_UpdateFixedFunctionProgram to...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellNew software implementation of ARB_vertex_program....