summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-31Add magic sequence to prevent ClearBuffer from locking up.Vladimir Dergachev
2005-01-31Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).Vladimir Dergachev
2005-01-30My bad, the old code works fine if updated to newer Mesa tree.Vladimir Dergachev
2005-01-30struct ati_fragment_shader was not defined anywhere, define it to get r300_ve...Vladimir Dergachev
2005-01-30Fix for compiler warnings.Aapo Tahkola
2005-01-29* Fixed uploading of textures of certain sizes.Felix Kuehling
2005-01-29Added 0x4e54 (Thinkpad r50p) as PCI_CHIP_RV350_NPhmarson
2005-01-29Beginings of program generation. This code havent been tested nor hooked up.Aapo Tahkola
2005-01-29Cleaning up.Aapo Tahkola
2005-01-28Fix wrong comment.Aapo Tahkola
2005-01-28Forgot one comment...Aapo Tahkola
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola
2005-01-27Add vector distance operator for vertex programs.Aapo Tahkola
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger
2005-01-26replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger
2005-01-25Fixes for clamp modes.Aapo Tahkola
2005-01-24border_color causes lockups with vertex buffers. Disabling for now.Aapo Tahkola
2005-01-24Remove lots of old code that dealed with "magic" texture formats.Vladimir Dergachev
2005-01-24Converted the Savage texture management to use Ian's common texmem code.Felix Kuehling
2005-01-23reapply Keiths workaround for zbs emit that got dropped duringDave Airlie
2005-01-23Remove unused variables from r300_contextNicolai Haehnle
2005-01-23Fix more warnings and compilation issues.Nicolai Haehnle
2005-01-23Synchronize r300_reg.h.Nicolai Haehnle
2005-01-23add sync debugging to the radeon driverDave Airlie
2005-01-23silence makedepend warnings about non-portable whitespaceAdam Jackson
2005-01-23Fixed initialization of draw destination to front buffer on singleFelix Kuehling
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling
2005-01-22Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev
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-18remove some debugAlan Hourihane
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane
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