summaryrefslogtreecommitdiff
path: root/src/mesa/main/ffvertex_prog.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-09Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"Brian Paul1-2/+0
2012-11-06mesa: assert that key->fragprog_inputs_read value isn't too largeBrian Paul1-0/+2
2012-10-15mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.Eric Anholt1-1/+0
2012-09-15mesa: remove FEATURE_point_size_array define.Oliver McFadden1-2/+0
2012-07-24mesa: improve comment in build_tnl_program()Brian Paul1-1/+1
2012-07-18mesa: remove stale commentBrian Paul1-1/+0
2012-07-18mesa: use gl_program cast wrappersBrian Paul1-4/+3
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul1-1/+1
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul1-1/+1
2011-11-29mesa: distinct gl_client_array arrays are goneChia-I Wu1-1/+1
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-9/+9
2011-11-16mesa: do not skip att and spot calculation for infinite lightYuanhan Liu1-63/+50
2011-11-01mesa: Add NV_fog_distance to the fixed-function vertex program generatorNicholas Miell1-4/+39
2011-08-01mesa: support boolean and integer-based parameters in prog_parameterBryan Cain1-5/+5
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-6/+6
2010-04-13ffvertex: don't touch tex coords if coord replace is enabled.Dave Airlie1-0/+8
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-4/+4
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-1/+1
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger1-1/+1
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2009-11-19mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt1-1/+0
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-1/+1
2009-09-02mesa: replace 8 with NUM_UNITSBrian Paul1-1/+4
2009-08-18mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul1-0/+2
2009-06-30mesa: remove whitespaceKeith Whitwell1-108/+108
2009-06-30mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell1-17/+0
2009-06-30mesa: remove dead vertex fog code from ffvertex_prog.cKeith Whitwell1-84/+3
2009-06-30mesa: fix material inputs in ffvertex_prog.cKeith Whitwell1-39/+15
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell1-9/+7
2009-05-08mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell1-1/+1
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-2/+1
2009-03-31mesa: fix bug in GPU codegen for fixed-function two-sided lightingBrian Paul1-2/+12
2009-03-31mesa: minor reformatting, whitespace changesBrian Paul1-25/+26
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-1/+0
2009-02-21mesa: re-org texgen stateBrian Paul1-4/+4
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul1-14/+30
2009-01-01mesa: comments, whitespace changesBrian Paul1-13/+31
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-2/+2
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul1-0/+8
2008-11-11mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao1-0/+3
2008-11-08mesa: use NRM3 in emit_normalize_vec3() when drivers are readyBrian1-0/+5
2008-11-07Merge commit 'origin/master' into gallium-0.2Brian Paul1-3/+2
2008-11-07mesa: use _bfc0 instead of _col0 when building back face lighting.Xiang, Haihao1-3/+2
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-30/+40
2008-10-14mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell1-30/+40
2008-09-29mesa: drop calloc from _mesa_get_fixed_func_vertex_programShunichi Fuji1-11/+7
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell1-0/+1753
2008-09-04mesa: Silence compiler warnings on Windows.Michal Krol1-1/+1