summaryrefslogtreecommitdiff
path: root/src/mesa/main/ffvertex_prog.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-04-13ffvertex: don't touch tex coords if coord replace is enabled.Dave Airlie
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-11-19mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-09-02mesa: replace 8 with NUM_UNITSBrian Paul
2009-08-18mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul
2009-06-30mesa: remove whitespaceKeith Whitwell
2009-06-30mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell
2009-06-30mesa: remove dead vertex fog code from ffvertex_prog.cKeith Whitwell
2009-06-30mesa: fix material inputs in ffvertex_prog.cKeith Whitwell
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-08mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-03-31mesa: fix bug in GPU codegen for fixed-function two-sided lightingBrian Paul
2009-03-31mesa: minor reformatting, whitespace changesBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-02-21mesa: re-org texgen stateBrian Paul
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-01mesa: comments, whitespace changesBrian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-11mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao
2008-11-08mesa: use NRM3 in emit_normalize_vec3() when drivers are readyBrian
2008-11-07Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-07mesa: use _bfc0 instead of _col0 when building back face lighting.Xiang, Haihao
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-14mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell
2008-09-29mesa: drop calloc from _mesa_get_fixed_func_vertex_programShunichi Fuji
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-04mesa: Silence compiler warnings on Windows.Michal Krol
2008-08-28mesa: remove debug codeBrian Paul
2008-08-28mesa: dynamically grow the fixed function vertex program as neededBrian Paul
2008-08-28mesa: bump MAX_INSN to 300Brian Paul
2008-06-28mesa: check FEATURE_point_size_arrayBrian Paul
2008-06-25mesa: point size arraysBrian Paul
2008-06-12mesa: restore and fix Keith's "further degenerate the special case lit substi...Brian Paul
2008-06-11Revert "mesa: further degenerate the special case lit substitute"Brian Paul
2008-06-06mesa: turn off ffvertex prog debugKeith Whitwell
2008-05-27ffvertex: emit full LIT when attenuating (needs the 1 in X position)Keith Whitwell
2008-05-27ffvertex: don't compute whole eye vector if only eye.z is requiredKeith Whitwell
2008-05-24Revert "mesa: save a temp on normalizes"Keith Whitwell
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell
2008-05-23mesa: save a temp on normalizesKeith Whitwell
2008-05-23mesa: further degenerate the special case lit substituteKeith Whitwell