summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-09fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul
2004-04-08make note about needing to fix the drm driver to enable SAVAGE_CMD_DMAAlan Hourihane
2004-04-08lots of Makefile updates for new build systemBrian Paul
2004-04-08move pSAREAPriv declaration to be C-compliantBrian Paul
2004-04-08build fixesAlan Hourihane
2004-04-05 Committing in .Jouk Jansen
2004-04-05 Committing in .Jouk Jansen
2004-03-29code cleanup hehehDaniel Borca
2004-03-27Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling
2004-03-26Enable drawing directly to the (now tiled) front buffer.Felix Kuehling
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick
2004-03-25Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling
2004-03-25small changes (version string)Daniel Borca
2004-03-25More state management changes:Felix Kuehling
2004-03-24Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling
2004-03-24Missing in last commit.Felix Kuehling
2004-03-24Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling
2004-03-21more i810 to new interfaceDave Airlie
2004-03-21ctx->Const.MaxTextureLevels is not the highest mipmap level but the numberFelix Kuehling
2004-03-21Improved MaxTextureLevel computation to take the nr. of tex units and bothFelix Kuehling
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-21Removed some useless definitions, artifacts from the Utah-GLX i810 driver.Felix Kuehling
2004-03-21Add new interface support don't switch on yet ..Dave Airlie
2004-03-21unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling
2004-03-20Fixed texture LOD bias.Felix Kuehling
2004-03-20Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resultedFelix Kuehling
2004-03-20Cleaned up and fixed stencil fallback.Felix Kuehling
2004-03-19Add includes to make mach64 buildDave Airlie
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick
2004-03-15extend SOLO code so the DDX version isn't checkedDave Airlie
2004-03-15unfinished SOLO driver for TDFXDaniel Borca
2004-03-15couple of steps closer still not fully working.. something amiss in ringDave Airlie
2004-03-15Initial i810_dri.c for miniglx isn't fully functional yet...Dave Airlie
2004-03-15use utility function to check versionsDave Airlie
2004-03-14fix stride bug in RGB and BGR span renderingBrian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-03-12Adjust includes to help DRI buildJon Smirl
2004-03-12Adjust mga drivers to remove redundant h file for sarea and IOCTLsJon Smirl
2004-03-12Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl
2004-03-12These files are redundant now. Definitions come from DRM files.Jon Smirl
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-03-10add xmlconfig.c to solo buildDave Airlie
2004-03-10back port span changes from i810, these have been in my tree for a while seemDave Airlie
2004-03-09fxMesa: remove buffer_obj_ext, cos it breaks UT2004Daniel Borca
2004-03-08Cleaned up and slightly optimized the texture upload code.Felix Kuehling
2004-03-08Voodoo Rush fixesDaniel Borca