summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2004-04-08minor fixBrian Paul1-2/+2
2004-04-08lots of Makefile updates for new build systemBrian Paul13-752/+788
2004-04-08move pSAREAPriv declaration to be C-compliantBrian Paul1-1/+1
2004-04-08don't include GL/gl.h, rely on glheader.hBrian Paul1-1/+0
2004-04-08move 'id' declaration so it's C compliantBrian Paul1-1/+1
2004-04-08build fixesAlan Hourihane10-8/+10
2004-04-08remove non-portable whitespaceAlan Hourihane1-18/+18
2004-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2-2/+2
2004-04-07use # comments instead of //, etc (ajax@nwnk.net)Brian Paul1-100/+100
2004-04-07removed wfx makefilesDaniel Borca1-436/+0
2004-04-07revived linux-glide build processDaniel Borca3-143/+13
2004-04-05 Committing in .Jouk Jansen6-4387/+4387
2004-04-05protected all codegen behind AllowCodegenDaniel Borca3-10/+9
2004-04-05 Committing in .Jouk Jansen7-4375/+4379
2004-04-03minor tweakBrian Paul1-1/+1
2004-04-03shouldn't be in CVSBrian Paul1-5/+0
2004-04-02added some assertions, just to be safeBrian Paul1-0/+4
2004-04-02fix bad array indexing in _save_current_init() that caused context state to g...Brian Paul1-4/+5
2004-04-02Implement ARB_f_p KIL correctly.Brian Paul3-4/+14
2004-04-02add braces to silence warningsBrian Paul1-2/+5
2004-04-02added FLUSH_CURRENT() call in GetMaterial() callsBrian Paul1-2/+6
2004-04-02got rid of the notify routine as intermediate stepDaniel Borca2-17/+37
2004-04-02disabled naughty cheats and protected the choosers behind AllowCodeGenDaniel Borca3-3/+5
2004-04-02added codegen'ed choosersDaniel Borca6-75/+171
2004-04-02fix error in rgb332 texel fetch functionBrian Paul1-2/+2
2004-04-01Rename _x86_ symbols to avoid conflict with r200 driverKeith Whitwell1-29/+29
2004-04-01Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRYKeith Whitwell1-33/+30
2004-04-01Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. ThisFelix Kuehling1-0/+5
2004-04-01codegen'ed versions of the 2nd level dispatchDaniel Borca5-12/+101
2004-03-31fine-tuning x86 gcc codegenDaniel Borca2-20/+35
2004-03-31dynfn --> _tnl_dynfnKeith Whitwell4-28/+28
2004-03-30these are now in the shader/ directory tooBrian Paul2-1524/+0
2004-03-30these files now live in the shader directoryBrian Paul10-5505/+0
2004-03-30Why are there two copies of this file?Keith Whitwell1-1/+1
2004-03-30Make the output a little more likely to compile...Keith Whitwell1-33/+60
2004-03-30Reorder some code so we don't upset program state when there's a parsing error.Brian Paul3-21/+22
2004-03-30Insert original fragment program instructions as comments.Brian Paul1-3/+14
2004-03-30Amusing utility to print ARB_fp programs as C codeKeith Whitwell1-0/+687
2004-03-30Add #ifdef protection around the file to prevent DRI build breakage.Ian Romanick1-0/+2
2004-03-29fix array indexing for UP4B and UP4UBBrian Paul1-6/+6
2004-03-29Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell5-4/+18
2004-03-29Take a stab at updating the VMS files.Brian Paul2-27/+69
2004-03-29fix the buildBrian Paul2-15/+20
2004-03-29new filesKeith Whitwell2-0/+710
2004-03-29Moved from src/mesa/mainMichal Krol12-0/+7028
2004-03-29First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell6-643/+496
2004-03-29This wont be needed any moreMichal Krol1-1279/+0
2004-03-29Moved to src/mesa/shader and renamed to arbprogram_syn.hMichal Krol1-1267/+0
2004-03-29Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol2-6140/+0
2004-03-29Moved to src/mesa/shaderMichal Krol6-1380/+0