summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-08no depend fileBrian Paul
2004-04-08don't include GL/gl.h, rely on glheader.hBrian Paul
2004-04-08move 'id' declaration so it's C compliantBrian Paul
2004-04-08build fixesAlan Hourihane
2004-04-08remove non-portable whitespaceAlan Hourihane
2004-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul
2004-04-07use # comments instead of //, etc (ajax@nwnk.net)Brian Paul
2004-04-07removed wfx makefilesDaniel Borca
2004-04-07revived linux-glide build processDaniel Borca
some small Makefile changes for MinGW & DJGPP
2004-04-05 Committing in .Jouk Jansen
Correction on last commit (My FTP-server on linux is playing games with <CR>'s) Modified Files: Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
2004-04-05protected all codegen behind AllowCodegenDaniel Borca
2004-04-05 Committing in .Jouk Jansen
Updated OpenVMS compile support due to shader directory. Removed <CR>'s in arbprogparse.c Modified Files: Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
2004-04-03update revision historyBrian Paul
2004-04-03minor correctionsBrian Paul
2004-04-03minor tweakBrian Paul
2004-04-03for make clean, include tests directoryBrian Paul
2004-04-03shouldn't be in CVSBrian Paul
2004-04-02reorder 6.0 / 6.0.1 entriesBrian Paul
2004-04-02merge from 6.0 branchBrian Paul
2004-04-02added some assertions, just to be safeBrian Paul
2004-04-02fix bad array indexing in _save_current_init() that caused context state to ↵Brian Paul
get clobbered
2004-04-02Implement ARB_f_p KIL correctly.Brian Paul
2004-04-02add braces to silence warningsBrian Paul
2004-04-02added FLUSH_CURRENT() call in GetMaterial() callsBrian Paul
2004-04-02got rid of the notify routine as intermediate stepDaniel Borca
2004-04-02disabled naughty cheats and protected the choosers behind AllowCodeGenDaniel Borca
2004-04-02added codegen'ed choosersDaniel Borca
2004-04-02fix error in rgb332 texel fetch functionBrian Paul
2004-04-01Rename _x86_ symbols to avoid conflict with r200 driverKeith Whitwell
2004-04-01Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRYKeith Whitwell
2004-04-01Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. ThisFelix Kuehling
fixes a missing symbol in libGLcore.a.
2004-04-01codegen'ed versions of the 2nd level dispatchDaniel Borca
2004-03-31fine-tuning x86 gcc codegenDaniel Borca
2004-03-31dynfn --> _tnl_dynfnKeith Whitwell
2004-03-30these are now in the shader/ directory tooBrian Paul
2004-03-30these files now live in the shader directoryBrian Paul
2004-03-30Why are there two copies of this file?Keith Whitwell
2004-03-30Make the output a little more likely to compile...Keith Whitwell
2004-03-30Reorder some code so we don't upset program state when there's a parsing error.Brian Paul
Be sure to assign program.Base.String pointer.
2004-03-30Insert original fragment program instructions as comments.Brian Paul
s/__inline/INLINE/
2004-03-30added hpux10-static configBrian Paul
2004-03-30merge from 6.0.1 branchBrian Paul
2004-03-30Amusing utility to print ARB_fp programs as C codeKeith Whitwell
2004-03-30Add #ifdef protection around the file to prevent DRI build breakage.Ian Romanick
2004-03-29fix array indexing for UP4B and UP4UBBrian Paul
2004-03-29Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell
2004-03-29Take a stab at updating the VMS files.Brian Paul
2004-03-29fix the buildBrian Paul
2004-03-29new filesKeith Whitwell
2004-03-29Moved from src/mesa/mainMichal Krol