summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2005-11-01Fix broken tnl stage.Aapo Tahkola
2005-11-01Re-enable fallbacks.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul
2005-10-29Bug #4901: Correct secondary color emission when lighting is turned off, testedEric Anholt
2005-10-28Silence gcc-4 warnings.Aapo Tahkola
2005-10-28Fix texture mixup when two or more contexts.Aapo Tahkola
2005-10-28fix missing commit for span changesDave Airlie
2005-10-28fix up radeon span functions using latest r200 code from Brian,Dave Airlie
2005-10-28Compiled arrays for vtxfmt_a path.Aapo Tahkola
2005-10-28GC a bit of dead code I noticed while looking at texwrap.Eric Anholt
2005-10-28Correct the ordering of the blend constant color.Eric Anholt
2005-10-27Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers didEric Anholt
2005-10-27Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt
2005-10-27Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 byEric Anholt
2005-10-27Add support for HW stencil spans, mirroring the depth spans support. Used forEric Anholt
2005-10-27Bump driver date for recent extension adds.Eric Anholt
2005-10-26Cover my arse.Aapo Tahkola
2005-10-26Reduce stderr noise and fix some compiler warnings.Aapo Tahkola
2005-10-26Remove few outdated r200 files.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-10-26Fix invalid vsf temp count for rv350.Aapo Tahkola
2005-10-26Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_colorEric Anholt
2005-10-26Add support for GL_EXT_fog_coord, tested using tests/fog.c. (Also, matches theEric Anholt
2005-10-26Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt
2005-10-25Move the front.offset setting above a check to shortcut reallocating buffers ifEric Anholt
2005-10-25Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt
2005-10-24Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt
2005-10-24In the last commit I added in a fatal error on unknown base formats so IEric Anholt
2005-10-24Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt
2005-10-24Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt
2005-10-24Turn off the AGP dispatch path yet again, as it seems to be broken (found withEric Anholt
2005-10-24Add RV350 AQ chip. (popolon at popolon dot org)Adam Jackson
2005-10-24Since we memcpy texture data synchronously to the card, idle the engine beforeEric Anholt
2005-10-24- Add a few more hardware internal formats that are supported. Some remainingEric Anholt
2005-10-24Fix the GL_BLEND case (and remove the fallback associated with it) by convertingEric Anholt
2005-10-24Fix texenv by moving a misplaced check for being in fallback (should cover onlyEric Anholt
2005-10-24Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,Eric Anholt
2005-10-24Fix a typo in a fallback string.Eric Anholt
2005-10-24Add support for GL_EXT_stencil_wrap by guessing that the skip of two values inEric Anholt
2005-10-22disable yuv textures (GL_MESA_ycbcr_texture) on rv250 (hw bug, #2078). Change...Roland Scheidegger
2005-10-21add the tile bits for offset, and unk bit 31 of sizeDave Airlie
2005-10-20Bump driver dates for the crasher fixes yesterday.Eric Anholt
2005-10-20fixes for r300_tex.c from Aapo TahkolaDave Airlie
2005-10-19Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt
2005-10-19Remove some long-dead code.Eric Anholt
2005-10-19Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt
2005-10-19s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt