summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbprogparse.c
Commit message (Expand)AuthorAgeFilesLines
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-6/+14
* cast to fix a warning (in disabled code anyway)Brian Paul2004-08-221-1/+1
* enabled GL_ARB_texture_rectangleBrian Paul2004-08-201-0/+2
* error message fixups and some debug codeBrian Paul2004-07-201-2/+13
* fix compare w/ zero warnings (bug #988766)Brian Paul2004-07-201-8/+12
* fix parse error in sign of exponents (bug 968323)Brian Paul2004-06-081-30/+13
* Fix minor warnings found with g++.Brian Paul2004-05-041-1/+1
* Committing in .Jouk Jansen2004-04-051-3953/+3953
* Committing in .Jouk Jansen2004-04-051-3943/+3943
* Reorder some code so we don't upset program state when there's a parsing error.Brian Paul2004-03-301-3/+2
* Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell2004-03-291-1/+1
* Fixed a number of typos.Michal Krol2004-03-101-19/+19
* Initial changes after moving from src/mesa/main/.Michal Krol2004-03-041-0/+3954