summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-03-29Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell
2004-03-29Take a stab at updating the VMS files.Brian Paul
2004-03-29fix the buildBrian Paul
2004-03-29new filesKeith Whitwell
2004-03-29Moved from src/mesa/mainMichal Krol
2004-03-29First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell
2004-03-29This wont be needed any moreMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogram_syn.hMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol
2004-03-29Moved to src/mesa/shaderMichal Krol
2004-03-29code cleanup hehehDaniel Borca
2004-03-27Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling
2004-03-26fix some warningsBrian Paul
2004-03-26Enable drawing directly to the (now tiled) front buffer.Felix Kuehling
2004-03-26added .SUFFIXES : .cc lineBrian Paul
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul
2004-03-26added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTSBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick
2004-03-25re-order arguments to mklibBrian Paul
2004-03-25Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling
2004-03-25The OpenGL Shading Language Runtime Library for Legacy Target.Michal Krol
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-24use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore)Brian Paul
2004-03-24Missing in last commit.Felix Kuehling
2004-03-24Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling
2004-03-24rename class to c_class if using C++ (bug 922294)Brian Paul
2004-03-24Slang internal include file defining constructors and operatorsMichal Krol
2004-03-23 Committing in .Jouk Jansen
2004-03-22added s_auxbuffer.cBrian Paul
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-21fix array index error in _swsetup_Translate (Felix)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-20minor clean-upsBrian Paul
2004-03-20make null-terminated copy of program string so that parse works correctlyBrian Paul
2004-03-19add missing else statementsBrian Paul
2004-03-19Add includes to make mach64 buildDave Airlie
2004-03-18remove redundant call to ctx->Driver.Viewport(), and clean-upsBrian Paul