Age | Commit message (Expand) | Author |
2004-03-30 | these files now live in the shader directory | Brian Paul |
2004-03-30 | Why are there two copies of this file? | Keith Whitwell |
2004-03-30 | Make the output a little more likely to compile... | Keith Whitwell |
2004-03-30 | Reorder some code so we don't upset program state when there's a parsing error. | Brian Paul |
2004-03-30 | Insert original fragment program instructions as comments. | Brian Paul |
2004-03-30 | Amusing utility to print ARB_fp programs as C code | Keith Whitwell |
2004-03-30 | Add #ifdef protection around the file to prevent DRI build breakage. | Ian Romanick |
2004-03-29 | fix array indexing for UP4B and UP4UB | Brian Paul |
2004-03-29 | Accomodate ARB_fp XPD opcode separately from NV_fp's X2D. | Keith Whitwell |
2004-03-29 | Take a stab at updating the VMS files. | Brian Paul |
2004-03-29 | fix the build | Brian Paul |
2004-03-29 | new files | Keith Whitwell |
2004-03-29 | Moved from src/mesa/main | Michal Krol |
2004-03-29 | First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. | Keith Whitwell |
2004-03-29 | This wont be needed any more | Michal Krol |
2004-03-29 | Moved to src/mesa/shader and renamed to arbprogram_syn.h | Michal Krol |
2004-03-29 | Moved to src/mesa/shader and renamed to arbprogparse.[ch] | Michal Krol |
2004-03-29 | Moved to src/mesa/shader | Michal Krol |
2004-03-29 | code cleanup heheh | Daniel Borca |
2004-03-27 | Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d. | Felix Kuehling |
2004-03-26 | fix some warnings | Brian Paul |
2004-03-26 | Enable drawing directly to the (now tiled) front buffer. | Felix Kuehling |
2004-03-26 | added .SUFFIXES : .cc line | Brian Paul |
2004-03-26 | Don't use pushd/popd. | Brian Paul |
2004-03-26 | Tweaks for make clean / realclean. | Brian Paul |
2004-03-26 | increase MAX_TEXTURE_LOD_BIAS to 11.0 | Brian Paul |
2004-03-26 | added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTS | Brian Paul |
2004-03-26 | New Makefile system | Brian Paul |
2004-03-26 | Make sure drivers don't dereference a NULL pointer if | Ian Romanick |
2004-03-25 | re-order arguments to mklib | Brian Paul |
2004-03-25 | Recalculate the viewport matrix in savageEmitDrawingRectangle. | Felix Kuehling |
2004-03-25 | The OpenGL Shading Language Runtime Library for Legacy Target. | Michal Krol |
2004-03-25 | small changes (version string) | Daniel Borca |
2004-03-25 | More state management changes: | Felix Kuehling |
2004-03-24 | Make sure hardware culling is disabled for unfilled primitives, | Felix Kuehling |
2004-03-24 | use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore) | Brian Paul |
2004-03-24 | Missing in last commit. | Felix Kuehling |
2004-03-24 | Buffer vertices and emit them in batches. Still using conventional drawing | Felix Kuehling |
2004-03-24 | rename class to c_class if using C++ (bug 922294) | Brian Paul |
2004-03-24 | Slang internal include file defining constructors and operators | Michal Krol |
2004-03-23 | Committing in . | Jouk Jansen |
2004-03-22 | added s_auxbuffer.c | Brian Paul |
2004-03-21 | more i810 to new interface | Dave Airlie |
2004-03-21 | ctx->Const.MaxTextureLevels is not the highest mipmap level but the number | Felix Kuehling |
2004-03-21 | Improved MaxTextureLevel computation to take the nr. of tex units and both | Felix Kuehling |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-03-21 | fix array index error in _swsetup_Translate (Felix) | Brian Paul |
2004-03-21 | Removed some useless definitions, artifacts from the Utah-GLX i810 driver. | Felix Kuehling |
2004-03-21 | Add new interface support don't switch on yet .. | Dave Airlie |
2004-03-21 | unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters. | Felix Kuehling |