summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell
2005-05-04Sort instructions for clarity.Keith Whitwell
2005-05-04Include negate information in disassembly output.Keith Whitwell
2005-05-04Mark unused registers as undefined so dissassemblers can recognizedKeith Whitwell
2005-05-04Improve the quality of the disassembly output for fragment programs.Keith Whitwell
2005-05-04 Committing in .Jouk Jansen
2005-05-04DRI fbdev driver getting better. Now I can see something on the screenJon Smirl
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul
2005-05-04updates for latest EGLScreenMESA changesBrian Paul
2005-05-03Import all texture coordinate arrays. Import them only once.Keith Whitwell
2005-05-01Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola
2005-05-01Bumped the Savage driver date (a bit late) to mark S3TC support.Felix Kuehling
2005-05-01Fixed and cleaned up programming of watermark registers. There may beFelix Kuehling
2005-05-01Improve the DRI fb driver, now it compiles.Jon Smirl
2005-04-30apply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix to generator file, and r...Brian Paul
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola
2005-04-30Fixed bogus ENUM_TO_BOOLEAN inFelix Kuehling
2005-04-30Added S3TC support to the Savage driver with some help from Mark Cass'sFelix Kuehling
2005-04-29Fix include path to make build workJon Smirl
2005-04-29Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.Keith Whitwell
2005-04-29Add DISASSEM define, similar to other program generator files.Keith Whitwell
2005-04-29Add linux-fbdev configKeith Whitwell
2005-04-29new configKeith Whitwell
2005-04-29Put back not-so-redundant #ifdef.Keith Whitwell
2005-04-29Remove redundant #ifdef, fix compiler warningKeith Whitwell
2005-04-29new fileKeith Whitwell
2005-04-29Maintain a fragment program for current texturing state.Keith Whitwell
2005-04-28fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...Brian Paul
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell
2005-04-27move set_component_sizes() to fix bug 3135Brian Paul
2005-04-26no need to enable fog or set fog mode with fragment programBrian Paul
2005-04-26tweak previous fog/fragment program fixBrian Paul
2005-04-26added interpolate_fog()Brian Paul
2005-04-26enable fog render input if fragment program fog option setBrian Paul
2005-04-26comments and minor clean-upBrian Paul
2005-04-25Fix as suggested by Ben Skeggs.Aapo Tahkola
2005-04-25Ensure all VB->AttribPtr[] are populated. Reported by Aapo TahkolaKeith Whitwell
2005-04-25Minor changes to make linux-solo build againJon Smirl
2005-04-24Software fallback for glColorMask. Can be avoided on Savage4 when allFelix Kuehling
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola
2005-04-23Fixed a segfault introduced by Keith's pipeline changes.Felix Kuehling
2005-04-23Texturing fixes for Savage3D/MX/IX:Felix Kuehling
2005-04-23Fix the worst problems with dangling edgeflag references inKeith Whitwell
2005-04-22Updates for pipeline_stage struct changes.Keith Whitwell
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell
2005-04-22Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling
2005-04-22demo / test progsBrian Paul
2005-04-22types for Mesa implementation of EGLBrian Paul
2005-04-22prototype EGL_MESA_screen_surface.Brian Paul