summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-02-22rgba888 -> argb888 and fixed on small typo: a8 -> i8.savage-2-0-0-branchfxkuehl1-7/+9
2004-02-22First round of texture management overhaul. Provide a ChooseTextureFormatfxkuehl2-346/+220
2004-02-21Disable/Enable the LCD display in SavageDPMS.fxkuehl3-1/+23
2004-02-20Fixed the CrtOnly option.fxkuehl1-1/+1
2004-02-20- Fix expansion in non-bios mode setting path (untested, no hardware)agd5f3-36/+22
2004-02-20Bring over fixes from xfree86:agd5f2-5/+19
2004-02-20Fix console corruption for real. apparently sorting out the half-initializedagd5f4-114/+0
2004-02-19Odds and ends:agd5f6-65/+65
2004-02-18The mipmapEnable bit actually means mipmapDisable on Savage3D.fxkuehl2-23/+36
2004-02-18Don't fallback to software rasterization on separate specular lighting.fxkuehl1-2/+5
2004-02-18Grab the lock before flushing commands before SW fallbacks.fxkuehl1-0/+2
2004-02-17Fixed some off-by-one problems with clear and scissor rectangles.fxkuehl2-6/+6
2004-02-17- fix console corruption. rather than just arbitrarily setting a text modeagd5f4-5/+133
2004-02-16Forgot one file in my last commit.fxkuehl1-1/+2
2004-02-16Textures are basically working on my SavageIX now (finally without locking upfxkuehl6-74/+282
2004-02-15Initial 3D support for Savage3D/IX/MX chips. All textures softwarefxkuehl7-291/+1020
2004-02-15Disable DMA command buffers. They are seriously broken right now. This fixes ...fxkuehl1-1/+1
2004-02-15Fixed alpha test.fxkuehl1-3/+5
2004-02-14Minor clean up of Xvagd5f1-36/+5
2004-02-13whoops! missed a few cases of twister and prosavageddr. this shouldagd5f1-0/+6
2004-02-12Fixed a segfault related to the PTEX fallback.fxkuehl2-2/+6
2004-02-11Clean upsagd5f4-301/+148
2004-02-10- fix Xvagd5f2-222/+82
2004-02-10- Add PROSAVAGEDDR and TWISTER to BCI setup function (this should fix your pr...agd5f3-10/+24
2004-02-09Texture tiling format differs between Savage4 and newer chips. Now the driver...fxkuehl2-9/+95
2004-02-09Copied definitions of chipset tags from savage_regs.h in the 2D driver.fxkuehl1-1/+35
2004-02-09Set pSAVAGEDRI->Chipset so that the 3D driver knows what chipset it's dealing...fxkuehl1-0/+1
2004-02-09- Fix text mode (I ended up using the bios since no other method seemed to work)agd5f2-134/+52
2004-02-09Commit initial integration of Tim's code with S3's. this will break Xv,agd5f14-6966/+6490
2004-02-08Added SavageIX register structures based on the Utah-GLX driver as a preparat...fxkuehl4-86/+211
2004-01-19Offset in tiled surface registers is not right-shifted on Savage IX/MX.fxkuehl1-4/+8
2004-01-18Initialize mesa_drawable in MakeCurrent. Fixes segfaults on some software fal...fxkuehl1-0/+1
2004-01-18Flush DMA after clear and in a few more places. Fixes 'missing' software fall...fxkuehl2-3/+5
2004-01-14Fix pitch for savagespan when 2D is in linear mode.agd5f3-3/+16
2004-01-14Fix cut and paste bug.agd5f1-1/+1
2004-01-13Make an attempt at setting up the bitmap descriptors and tiling regs properlyagd5f2-24/+39
2004-01-13Add more savages to the DRM to facilite testing.agd5f1-0/+16
2004-01-13Fix DRI with 32 bpp on savage4. add "disablexvmc" option.agd5f4-20/+198
2004-01-11Allocate the right amount of DMA space in savage_BCI_clear.fxkuehl1-1/+6
2004-01-09Add support for Savage4 chips. This fixes the 2D corruptionagd5f4-40/+105
2003-12-29Major cleanup of DMA interface and implementation. The interface will hopefullyfxkuehl8-335/+296
2003-12-28Use fcntl.h, not linux/fcntl.h. Fixes compilation problem with a static server.fxkuehl1-1/+1
2003-12-28Aperture pitch fixed in the XServer.fxkuehl1-2/+2
2003-12-28Fixed the aperture pitch in the right place this time. Disabled (temporarily)...fxkuehl1-6/+8
2003-12-20Avoid endless recursion with _mesa_nofify_SwapBuffers and single buffering.fxkuehl1-1/+2
2003-12-20Call _mesa_notifySwapBuffers before buffer swapping.fxkuehl1-0/+2
2003-12-19Added Savage4 to DRIVER_PCI_IDS.fxkuehl1-0/+1
2003-12-19Enabled hardware culling.fxkuehl1-1/+1
2003-12-19Fixed z-buffer line pitch in span functions.fxkuehl1-1/+1
2003-12-19Fixed problem with lighting and separate specular color.fxkuehl1-31/+21