summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)AuthorFilesLines
2005-05-26constant trackingBen Skeggs3-58/+87
2005-05-25- Remove one of the loops in emit_arithBen Skeggs3-55/+133
2005-05-23Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs9-53/+1312
2005-05-22Small change to handle native case (7 natives case)Jerome Glisse1-6/+12
2005-05-22Adding r300 fragment program swizzle tab. Please someJerome Glisse1-0/+1337
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola7-416/+24
2005-05-18Stick texture LOD back on.Aapo Tahkola1-1/+1
2005-05-18Polygon mode fixes.Aapo Tahkola3-120/+81
2005-05-14Make gleans polyoffset test happy.Aapo Tahkola1-2/+11
2005-05-14Dont assume GLbooleans are ones when true.Aapo Tahkola1-1/+4
2005-05-14Cleanup blend state generation.Nicolai Haehnle1-85/+30
2005-05-14The kernel doesn't like command buffers over 64KB, so we don'tNicolai Haehnle1-3/+5
2005-05-14Remove dead span functions code.Nicolai Haehnle1-206/+18
2005-05-14Fix span functions for stencil buffer access.Nicolai Haehnle1-10/+8
2005-05-14Don't print debug messages unless the user explicitly requested themNicolai Haehnle2-6/+10
2005-05-13Make software fallbacks work again:Nicolai Haehnle2-0/+7
2005-05-13Remove quiescence sequence from r300ClearBuffer.Nicolai Haehnle1-17/+0
2005-05-13Patch from Jeff Smith:Nicolai Haehnle1-6/+6
2005-05-13Patch from Jeff Smith:Nicolai Haehnle1-1/+1
2005-05-12fix warnings in r300_texstate.c (Jeff Smith)Ben Skeggs1-4/+4
2005-05-11VBOs.Aapo Tahkola8-26/+114
2005-05-06Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...Ben Skeggs7-21/+145
2005-05-06Missing setups that cause all kinds of problems with hw tnl.Aapo Tahkola2-0/+6
2005-05-05Getting rusty... 4278 was already there.Aapo Tahkola5-28/+19
2005-05-05Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola6-5/+39
2005-05-05Pack tex coord regs at vertex program backend.Aapo Tahkola3-29/+25
2005-05-01Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola4-6/+13
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola8-95/+117
2005-04-25Fix as suggested by Ben Skeggs.Aapo Tahkola1-2/+2
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola12-121/+159
2005-04-21Adding some comments.Aapo Tahkola3-2/+4
2005-04-21Had some odd problems with add and temps so doing it with mad. Adding some MA...Aapo Tahkola1-14/+47
2005-04-19Reorganized shader stuff.Aapo Tahkola5-115/+105
2005-04-19Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola4-64/+86
2005-04-18Fixing and enabling elt buffers by default.Aapo Tahkola3-10/+11
2005-04-18Alpha test fixPeter Zubaj1-2/+26
2005-03-18Misc fixes.Aapo Tahkola5-29/+77
2005-03-17Fix to get doom3 started.Aapo Tahkola1-0/+2
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola4-6/+54
2005-03-16Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola4-16/+48
2005-03-16Fixed some strangeness when mixing textured/flat primitives. Skipping textur...Ben Skeggs1-9/+20
2005-03-15Fix to get glxgears display anything.Aapo Tahkola1-1/+5
2005-03-15For some reason the Makefile didn't commit..Ben Skeggs1-0/+1
2005-03-15Initial multitexturing support. Old behaviour can be re-enabled by changing ...Ben Skeggs5-9/+336
2005-03-14Stencil supportPeter Zubaj4-34/+84
2005-03-13Replacing alpha test bits with values that give desired results as compaired ...Aapo Tahkola1-8/+1
2005-03-12Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola6-23/+70
2005-03-11Add suitable definitions for the _REV formats, plus a commentPaul Mackerras1-10/+20
2005-03-09Don't use R200 texture constants - R300 fields are all different.Vladimir Dergachev1-0/+4
2005-03-09Deal with texture formats in a more robust way.Vladimir Dergachev1-49/+25