summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogparse.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-24ARB prog: get frag prog texture info from the right placeIan Romanick1-3/+3
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick1-49/+72
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-0/+7
2009-07-02mesa: s/TRUE/GL_TRUEKeith Whitwell1-1/+1
2009-07-02mesa: ensure UsesFogFragCoord value is set for non-glsl shadersKeith Whitwell1-0/+7
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-1/+4
2009-06-08mesa: better error message for invalid texture unit indexBrian Paul1-1/+4
2009-05-22mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul1-7/+7
2009-05-06mesa: be smarter about allocating vert/frag program constantsBrian Paul1-25/+76
2009-04-22mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul1-3/+9
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-4/+4
2009-04-03mesa: fix parameter counting in ARB vertex/fragment program parsingBrian Paul1-5/+2
2009-04-03mesa: replace >= with > when testing if we've exceeded max local paramsBrian Paul1-2/+2
2009-03-16mesa: Silence compiler warnings.Michal Krol1-0/+1
2009-03-07mesa: gl_register_file enum typedefBrian Paul1-11/+11
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-9/+0
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-2/+2
2009-02-20mesa: add TexShadow field to prog_instructionBrian Paul1-0/+3
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-13/+55
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-2/+1
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-3/+28
2009-01-14Treat image units and coordinate units differently.Ian Romanick1-3/+28
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-0/+3
2008-10-06mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONEBrian Paul1-0/+3
2008-10-02mesa: Fix compiler warnings on Windows.Michal Krol1-1/+1
2008-09-30cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...Jonathan White1-10/+4
2008-09-21Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-1/+38
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-3/+3
2008-09-19mesa: Fix compiler error.Michal Krol1-1/+3
2008-09-19mesa: Fix arb parse constantsBrian Paul1-1/+36
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-3/+3
2008-09-05mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol1-2/+2
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca1-3/+3
2008-07-09mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul1-3/+6
2008-07-09mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul1-3/+6
2008-06-12glsl: implement variable array indexesZack Rusin1-1/+1
2008-06-12glsl: implement variable array indexesZack Rusin1-1/+1
2008-05-16init SamplersUsed bits in _mesa_parse_arb_fragment_programBrian Paul1-1/+4
2008-03-27consolidate some parsing functions that were pretty much identical for vertex...Brian1-152/+71
2008-03-27consolidate some parsing functions that were pretty much identical for vertex...Brian1-152/+71
2008-03-27when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian1-6/+6
2008-03-27Set param_var->param_binding_type = PROGRAM_CONSTANTBrian1-0/+2
2008-03-27mesa: misc sync-up with masterBrian1-3/+3
2008-03-27raise GL_INVALID_OPERATION if glProgramString compilation failsBrian1-1/+1
2008-03-27make sure state token values are fully initializedBrian1-1/+1
2008-03-27added program_error2() function for better error reportingBrian1-47/+60
2008-03-27Fix state.texgen parsing error (bug 12313).Brian1-5/+12
2008-03-25mesa: append fog instructions after parsing if a fog option is setBrian Paul1-0/+11
2008-03-25mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian Paul1-6/+6
2008-03-17only set InputsRead bit if input is really usedMarkus Amsler1-3/+5