Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / shader / arbprogparse.c
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/.