summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-05-04EGLScreenMESA updatesBrian Paul2-8/+8
2005-05-04don't call XTranslateCoordinates() if rendering to pixmapBrian Paul1-1/+1
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell14-185/+213
2005-05-04Sort instructions for clarity.Keith Whitwell1-33/+33
2005-05-04Include negate information in disassembly output.Keith Whitwell1-6/+12
2005-05-04Mark unused registers as undefined so dissassemblers can recognizedKeith Whitwell1-0/+10
2005-05-04Improve the quality of the disassembly output for fragment programs.Keith Whitwell1-129/+125
2005-05-04 Committing in .Jouk Jansen1-2/+3
2005-05-04DRI fbdev driver getting better. Now I can see something on the screenJon Smirl1-120/+111
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul13-119/+285
2005-05-04updates for latest EGLScreenMESA changesBrian Paul2-3/+29
2005-05-03Import all texture coordinate arrays. Import them only once.Keith Whitwell1-5/+4
2005-05-01Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola4-6/+13
2005-05-01Bumped the Savage driver date (a bit late) to mark S3TC support.Felix Kuehling1-1/+1
2005-05-01Fixed and cleaned up programming of watermark registers. There may beFelix Kuehling2-53/+75
2005-05-01Improve the DRI fb driver, now it compiles.Jon Smirl3-64/+246
2005-04-30apply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix to generator file, and r...Brian Paul2-3/+7
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola8-95/+117
2005-04-30Fixed bogus ENUM_TO_BOOLEAN inFelix Kuehling1-1/+1
2005-04-30Added S3TC support to the Savage driver with some help from Mark Cass'sFelix Kuehling2-31/+200
2005-04-29Fix include path to make build workJon Smirl1-1/+1
2005-04-29Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.Keith Whitwell1-115/+217
2005-04-29Add DISASSEM define, similar to other program generator files.Keith Whitwell1-6/+21
2005-04-29Add linux-fbdev configKeith Whitwell1-0/+1
2005-04-29new configKeith Whitwell1-0/+9
2005-04-29Put back not-so-redundant #ifdef.Keith Whitwell1-2/+2
2005-04-29Remove redundant #ifdef, fix compiler warningKeith Whitwell1-4/+1
2005-04-29new fileKeith Whitwell1-0/+53
2005-04-29Maintain a fragment program for current texturing state.Keith Whitwell1-0/+772
2005-04-28fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...Brian Paul1-1/+9
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell1-1/+1
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell1-1/+1
2005-04-27move set_component_sizes() to fix bug 3135Brian Paul1-1/+3
2005-04-26no need to enable fog or set fog mode with fragment programBrian Paul1-8/+0
2005-04-26tweak previous fog/fragment program fixBrian Paul1-3/+5
2005-04-26added interpolate_fog()Brian Paul1-0/+26
2005-04-26enable fog render input if fragment program fog option setBrian Paul1-1/+1
2005-04-26comments and minor clean-upBrian Paul1-17/+29
2005-04-25Fix as suggested by Ben Skeggs.Aapo Tahkola1-2/+2
2005-04-25Ensure all VB->AttribPtr[] are populated. Reported by Aapo TahkolaKeith Whitwell1-8/+18
2005-04-25Minor changes to make linux-solo build againJon Smirl2-3/+2
2005-04-24Software fallback for glColorMask. Can be avoided on Savage4 when allFelix Kuehling2-41/+22
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola12-121/+159
2005-04-23Fixed a segfault introduced by Keith's pipeline changes.Felix Kuehling1-1/+2
2005-04-23Texturing fixes for Savage3D/MX/IX:Felix Kuehling3-24/+240
2005-04-23Fix the worst problems with dangling edgeflag references inKeith Whitwell3-21/+30
2005-04-22Updates for pipeline_stage struct changes.Keith Whitwell6-206/+33
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell11-447/+70
2005-04-22Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling3-5/+287
2005-04-22demo / test progsBrian Paul3-0/+271