summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2005-01-22Fixed polygon offset with reversed viewport depth range.Felix Kuehling
2005-01-21Properly input stencil info contributed by Wladimir.Vladimir Dergachev
2005-01-21silence the 'using AGP/PCI' string unless VIA_DEBUG is used.Alan Hourihane
2005-01-21Small cleanup:Felix Kuehling
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-19Always use ARGB8888 hardware texture format when mesa specifiesKeith Whitwell
2005-01-19make sure we avoid assertion failure wrt VB->ColorPtr[1]->strideDaniel Borca
2005-01-18remove some debugAlan Hourihane
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane
2005-01-17cleaned up warningsDaniel Borca
2005-01-17fix compilation error for fx/MesaDaniel Borca
2005-01-16This fixes it but why mipmaps still work?Aapo Tahkola
2005-01-16I was wrong...Aapo Tahkola
2005-01-16Looks like masking masking t->filter isnt needed anymore.Aapo Tahkola
2005-01-16Added a fast path for emitting unclipped primitives directly to aFelix Kuehling
2005-01-15On the way to getting stencil working.Vladimir Dergachev
2005-01-15On the way to getting stencil and texture formats working.Vladimir Dergachev
2005-01-15Converted to use spantmp2.h.Felix Kuehling
2005-01-15Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span readFelix Kuehling
2005-01-15Use symbolic constants to describe pixel shader ALU instructions.Vladimir Dergachev
2005-01-14Added fixes for filter modes and support for anisotropy filters.Aapo Tahkola
2005-01-14Enable line stippling.Alan Hourihane
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell
2005-01-14silence a warningAlan Hourihane
2005-01-14Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane
2005-01-1416bpp doesn't support masked clears, so fallback when they're enabled.Alan Hourihane
2005-01-14Populate WriteMonoDepthSpan in 24/8 modes.Keith Whitwell
2005-01-14Remove redundant register.Vladimir Dergachev
2005-01-14Reduce amount of stderr output.Vladimir Dergachev
2005-01-14Incorporate latest data from Wladimir van der Laan.Vladimir Dergachev
2005-01-13Sync with master copy.Vladimir Dergachev
2005-01-13remove some dead texture codeAlan Hourihane
2005-01-13Make sure DMA buffers are released in savageDestroyContext. UsuallyFelix Kuehling
2005-01-13Rename via_fastrender_* to avoid confusion with similar functions inKeith Whitwell
2005-01-13Simplify viaChooseVertexState slightly.Keith Whitwell
2005-01-13Remove misleading comment.Keith Whitwell
2005-01-13TypoKeith Whitwell
2005-01-13Emit constant colors for texunit 1 blending.Keith Whitwell
2005-01-13cut out dead texture state codeKeith Whitwell
2005-01-13revert some makecurrent codeAlan Hourihane
2005-01-13Fix glean scissor testAlan Hourihane
2005-01-13Prevent "disabling 3D acceleration" message from printing - we do not define ...Vladimir Dergachev
2005-01-13Incorporate TX_FORMAT information contributed by Wladimir van der Laan.Vladimir Dergachev
2005-01-13As we fallback for polygon stipple on the CLE266 for now, ensure weAlan Hourihane
2005-01-12Use the faster span read/write template for 16bppAlan Hourihane
2005-01-12Don't special-case 16bpp for colormask register - not needed.Keith Whitwell
2005-01-12Simplify usage of drmHash functions and fix bug inKeith Whitwell