summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2005-02-01Reduce noiseness of the driver.Vladimir Dergachev5-4/+8
2005-02-01Get alpha in textures to work properly.Vladimir Dergachev4-3/+16
2005-02-01Properly set ABLEND and CBLEND registers. The older code worked, but by accid...Vladimir Dergachev1-3/+5
2005-02-01Looks like we can define FIRE_VERTICES correctly.Vladimir Dergachev1-4/+4
2005-02-01It helps to print actual values instead of random ones.Vladimir Dergachev1-1/+2
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson65-223/+3
2005-01-31Add magic sequence to prevent ClearBuffer from locking up.Vladimir Dergachev5-17/+61
2005-01-31Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).Vladimir Dergachev3-3/+3
2005-01-30My bad, the old code works fine if updated to newer Mesa tree.Vladimir Dergachev1-3/+0
2005-01-30struct ati_fragment_shader was not defined anywhere, define it to get r300_ve...Vladimir Dergachev1-0/+3
2005-01-30Fix for compiler warnings.Aapo Tahkola1-1/+2
2005-01-29* Fixed uploading of textures of certain sizes.Felix Kuehling4-26/+168
2005-01-29Added 0x4e54 (Thinkpad r50p) as PCI_CHIP_RV350_NPhmarson1-0/+1
2005-01-29Beginings of program generation. This code havent been tested nor hooked up.Aapo Tahkola3-1/+304
2005-01-29Cleaning up.Aapo Tahkola1-88/+93
2005-01-28Fix wrong comment.Aapo Tahkola1-6/+6
2005-01-28Forgot one comment...Aapo Tahkola1-0/+1
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola7-7/+340
2005-01-27Add vector distance operator for vertex programs.Aapo Tahkola1-0/+1
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger15-59/+125
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger3-6/+46
2005-01-26replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger2-1/+2
2005-01-25Fixes for clamp modes.Aapo Tahkola2-3/+66
2005-01-24border_color causes lockups with vertex buffers. Disabling for now.Aapo Tahkola3-7/+7
2005-01-24Remove lots of old code that dealed with "magic" texture formats.Vladimir Dergachev1-209/+0
2005-01-24Converted the Savage texture management to use Ian's common texmem code.Felix Kuehling4-575/+239
2005-01-23reapply Keiths workaround for zbs emit that got dropped duringDave Airlie1-2/+7
2005-01-23Remove unused variables from r300_contextNicolai Haehnle1-5/+0
2005-01-23Fix more warnings and compilation issues.Nicolai Haehnle4-213/+203
2005-01-23Synchronize r300_reg.h.Nicolai Haehnle1-37/+83
2005-01-23add sync debugging to the radeon driverDave Airlie4-0/+22
2005-01-23silence makedepend warnings about non-portable whitespaceAdam Jackson3-13/+13
2005-01-23Fixed initialization of draw destination to front buffer on singleFelix Kuehling1-49/+19
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling2-3/+1
2005-01-22Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev4-12/+49
2005-01-22Fixed polygon offset with reversed viewport depth range.Felix Kuehling1-0/+3
2005-01-21Properly input stencil info contributed by Wladimir.Vladimir Dergachev5-62/+92
2005-01-21silence the 'using AGP/PCI' string unless VIA_DEBUG is used.Alan Hourihane1-5/+8
2005-01-21Small cleanup:Felix Kuehling6-56/+30
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling5-15/+42
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling5-31/+178
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane7-33/+33
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell7-96/+185
2005-01-19Always use ARGB8888 hardware texture format when mesa specifiesKeith Whitwell1-8/+9
2005-01-18remove some debugAlan Hourihane1-1/+1
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane1-1/+1
2005-01-16This fixes it but why mipmaps still work?Aapo Tahkola2-5/+2
2005-01-16I was wrong...Aapo Tahkola1-0/+3
2005-01-16Looks like masking masking t->filter isnt needed anymore.Aapo Tahkola1-5/+0
2005-01-16Added a fast path for emitting unclipped primitives directly to aFelix Kuehling5-173/+375