summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
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-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-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-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-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-03-24Fixed segfault due to an off-by-one error in SAVAGE_TEX_MAXLEVELS.Felix Kuehling
2005-03-23Initialize texture addresses to something valid.Felix Kuehling
2005-03-23remove file after mergeKeith Whitwell
2005-03-22rename mesaVis to try and improve clarityKeith Whitwell
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-03-22Remove test for defined(DRM_USE_MALLOC) around definition ofKeith Whitwell
2005-03-22Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell
2005-03-18Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Dänzer
2005-03-18Misc fixes.Aapo Tahkola
2005-03-17Fix to get doom3 started.Aapo Tahkola
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola
2005-03-16Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola
2005-03-16Fixed some strangeness when mixing textured/flat primitives. Skipping textur...Ben Skeggs
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger
2005-03-15Fix to get glxgears display anything.Aapo Tahkola
2005-03-15For some reason the Makefile didn't commit..Ben Skeggs
2005-03-15Initial multitexturing support. Old behaviour can be re-enabled by changing ...Ben Skeggs
2005-03-14When timestamping textures, need to emit the event with SAVAGE_WAIT_3DFelix Kuehling
2005-03-14Stencil supportPeter Zubaj
2005-03-13Replacing alpha test bits with values that give desired results as compaired ...Aapo Tahkola
2005-03-13Updated savage_dri.h from Xorg CVS. This removes definitions that areFelix Kuehling
2005-03-12Removed savagedma.[ch]. They have been unused for a while and were onlyFelix Kuehling
2005-03-12Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola
2005-03-11Add suitable definitions for the _REV formats, plus a commentPaul Mackerras
2005-03-10- Flush before updating the timestamp of a texture heap from a bound texture.Felix Kuehling
2005-03-09If the texture image changed force emitting the texture address, evenFelix Kuehling
2005-03-09Don't use R200 texture constants - R300 fields are all different.Vladimir Dergachev
2005-03-09Deal with texture formats in a more robust way.Vladimir Dergachev
2005-03-08Replacing some RADEON cmd types with r300 counterparts.Aapo Tahkola
2005-03-08Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola
2005-03-06Don't synchronize after each frame. Allow the GPU to be one frameFelix Kuehling