Remove the _mesa_parse_arb_vertex/fragment_program() functions into
[mesa.git] / src / mesa / shader / arbprogparse.c
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 Brian Paulremove unneeded #includes
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-03 Brian PaulStreamline code generation by using a fixed size instru...
2005-11-03 Brian Paulfix typo, minor clean-ups
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-30 Brian PaulSimplify parse_attrib_binding().
2005-10-30 Brian PaulLots of clean-up in arb program parser.
2005-10-29 Brian PaulUse MAKE_SWIZZLE4() macro in a few more places.
2005-10-29 Brian Pauls/lenght/length/
2005-10-29 Brian PaulIf parsing a program fails, don't change the vertex...
2005-10-21 Brian Paulfix broken SWZ instruction
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Paulremove unused ctx var
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-08 Keith Whitwellbe consistent in populating NegateBase field
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-01 Keith WhitwellSet fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.
2005-07-01 Brian Paulcomment-out some unused code to silence warnings
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-05-04 Keith WhitwellMark unused registers as undefined so dissassemblers...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-14 Michal Kroldo not use isdigit() - can cause link errors
2005-02-16 Brian Paulfixed problems with parse_float() (fd.o bug 2520)
2005-01-19 Brian Paulmake sure the new instruction Data pointer is set to...
2005-01-17 Brian Paulsilence warning
2005-01-11 Michal Krolaliasing was broken
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-10-21 Michal Krol- use new program option values from arbprogram.syn
2004-10-11 Felix KuehlingFix strange white space that gcc didn't like.
2004-10-11 Michal KrolEnable draw_buffers only if GL_ARB_draw_buffers string is
2004-10-04 Brian PaulARB_fp support for GL_ARB_draw_buffers (Karl Rasche)
2004-09-10 Brian Paulreset error state before parsing (David Reveman)
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-22 Brian Paulcast to fix a warning (in disabled code anyway)
2004-08-20 Brian Paulenabled GL_ARB_texture_rectangle
2004-07-20 Brian Paulerror message fixups and some debug code
2004-07-20 Brian Paulfix compare w/ zero warnings (bug #988766)
2004-06-08 Brian Paulfix parse error in sign of exponents (bug 968323)
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-04-05 Jouk Jansen Committing in .
2004-04-05 Jouk Jansen Committing in .
2004-03-30 Brian PaulReorder some code so we don't upset program state when...
2004-03-29 Keith WhitwellAccomodate ARB_fp XPD opcode separately from NV_fp...
2004-03-10 Michal KrolFixed a number of typos.
2004-03-04 Michal KrolInitial changes after moving from src/mesa/main/.