summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-03-31dynfn --> _tnl_dynfnKeith Whitwell
2004-03-30these are now in the shader/ directory tooBrian Paul
2004-03-30these files now live in the shader directoryBrian Paul
2004-03-30Why are there two copies of this file?Keith Whitwell
2004-03-30Make the output a little more likely to compile...Keith Whitwell
2004-03-30Reorder some code so we don't upset program state when there's a parsing error.Brian Paul
2004-03-30Insert original fragment program instructions as comments.Brian Paul
2004-03-30Amusing utility to print ARB_fp programs as C codeKeith Whitwell
2004-03-30Add #ifdef protection around the file to prevent DRI build breakage.Ian Romanick
2004-03-29fix array indexing for UP4B and UP4UBBrian Paul
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