summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2005-05-05Minor touchups to fbdev renderbuffer supportJon Smirl
2005-05-05Pack tex coord regs at vertex program backend.Aapo Tahkola
2005-05-05more updates for users of s_spantemp.hBrian Paul
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson
2005-05-04fix s_spantemp.h includesBrian Paul
2005-05-04FBO changesBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-04don't call XTranslateCoordinates() if rendering to pixmapBrian Paul
2005-05-04DRI fbdev driver getting better. Now I can see something on the screenJon Smirl
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-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola
2005-04-30Added S3TC support to the Savage driver with some help from Mark Cass'sFelix Kuehling
2005-04-29Put back not-so-redundant #ifdef.Keith Whitwell
2005-04-29Remove redundant #ifdef, fix compiler warningKeith Whitwell
2005-04-25Fix as suggested by Ben Skeggs.Aapo Tahkola
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-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-21Fixed some suspicious pointer casts that caused lots ofFelix Kuehling
2005-04-21Fixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based cards. DisabledFelix Kuehling
2005-04-21Adding some comments.Aapo Tahkola
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
2005-04-21Had some odd problems with add and temps so doing it with mad. Adding some MA...Aapo Tahkola
2005-04-20clean up buffer creation codeBrian Paul
2005-04-19Reorganized shader stuff.Aapo Tahkola
2005-04-19Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola
2005-04-18Fixing and enabling elt buffers by default.Aapo Tahkola
2005-04-18Alpha test fixPeter Zubaj
2005-04-18comments and clean-upBrian Paul
2005-04-15more gldirect compile fixes. Getting near the linking stage now. No build fil...Ben Crossman
2005-04-14Some initial compile fixes. Still some left and warnings that need fixing. No...Ben Crossman
2005-04-14Disable CLOD (Lod constant) state emit. The values emitted wereKeith Whitwell
2005-04-13Revert revision 1.13. This allows server-side libGLcore (in X.org) to buildIan Romanick
2005-04-12Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling
2005-04-12Changed escaping of double quotes.Felix Kuehling
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul
2005-04-11Manage option translations in separate .po files to make translationsFelix Kuehling
2005-04-08Remove all the radeon_subset files. They were completely unused. KeithIan Romanick
2005-04-06Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of allBrian Paul
2005-04-06Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This isIan Romanick
2005-04-05Don't call PrimitiveNotify with an invalid primitive. Fix ipersKeith Whitwell
2005-04-04updated warning string to match patch in bug report 2868Brian Paul