summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-26increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul1-2/+2
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul1-0/+8
2004-03-26obsoleteBrian Paul2-191/+0
2004-03-26added glw to SRC_DIRSBrian Paul1-1/+1
2004-03-26added _DEPS lines to specify -L/usr/X11R6/libBrian Paul1-0/+7
2004-03-26added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTSBrian Paul1-0/+4
2004-03-26omit CVS from configs listBrian Paul1-1/+1
2004-03-26updated Makefile infoBrian Paul1-29/+38
2004-03-26Mesa installation scriptBrian Paul1-0/+57
2004-03-26New Makefile systemBrian Paul31-1/+2991
2004-03-26new system configurationsBrian Paul51-0/+1147
2004-03-26tweaks for 64-bit linux configs (Dan Schikore)Brian Paul1-6/+6
2004-03-26check for GLX 1.3 during initBrian Paul1-2/+10
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick5-48/+48
2004-03-25merge changes from 6.0.1 branchBrian Paul1-16/+53
2004-03-25more Darwin tweaksBrian Paul1-1/+6
2004-03-25re-order arguments to mklibBrian Paul4-10/+9
2004-03-25Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling1-0/+1
2004-03-25silence warningsBrian Paul1-3/+3
2004-03-25The OpenGL Shading Language Runtime Library for Legacy Target.Michal Krol3-0/+1916
2004-03-25small changes (version string)Daniel Borca2-8/+9
2004-03-25added linux-x86-opteron (bug 922735)Brian Paul2-2/+21
2004-03-25update my email addressBrian Paul11-15/+15
2004-03-25More state management changes:Felix Kuehling4-27/+21
2004-03-24Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling3-15/+29
2004-03-24use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore)Brian Paul1-11/+29
2004-03-24Missing in last commit.Felix Kuehling1-0/+4
2004-03-24Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling7-148/+233
2004-03-24rename class to c_class if using C++ (bug 922294)Brian Paul2-7/+23
2004-03-24Slang internal include file defining constructors and operatorsMichal Krol1-0/+1654
2004-03-23tweaks to Darwin codeBrian Paul1-8/+2
2004-03-23additional updates from Dan SchikoreBrian Paul1-28/+32
2004-03-23 Committing in .Jouk Jansen1-3/+5
2004-03-22new DRI interface headerBrian Paul1-0/+499
2004-03-22added some code to test buffer deletionBrian Paul1-0/+27
2004-03-22use GL state vars instead of program parametersBrian Paul1-12/+2
2004-03-22added s_auxbuffer.cBrian Paul1-1/+4
2004-03-21more i810 to new interfaceDave Airlie1-0/+183
2004-03-21ctx->Const.MaxTextureLevels is not the highest mipmap level but the numberFelix Kuehling1-2/+2
2004-03-21Improved MaxTextureLevel computation to take the nr. of tex units and bothFelix Kuehling1-12/+34
2004-03-21added aux buffers itemBrian Paul1-0/+1
2004-03-21test of aux buffer renderingBrian Paul1-0/+499
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul62-275/+492
2004-03-21fix array index error in _swsetup_Translate (Felix)Brian Paul1-2/+2
2004-03-21Removed some useless definitions, artifacts from the Utah-GLX i810 driver.Felix Kuehling3-430/+74
2004-03-21Add new interface support don't switch on yet ..Dave Airlie1-0/+183
2004-03-21unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling6-340/+361
2004-03-20Fixed texture LOD bias.Felix Kuehling1-63/+24
2004-03-20Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resultedFelix Kuehling2-2/+3
2004-03-20Cleaned up and fixed stencil fallback.Felix Kuehling1-24/+9