- 9661d91 Moved to src/mesa/shader by Michal Krol · 21 years ago
- 71c7c1f code cleanup heheh by Daniel Borca · 21 years ago
- 2386935 Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d. by Felix Kuehling · 21 years ago
- 5c2040c minor fixes by Brian Paul · 21 years ago
- 1c8e825 added GLW_SOURCES for IRIX by Brian Paul · 21 years ago
- 79b372b fix some warnings by Brian Paul · 21 years ago
- 7b776de tweaks to APP_LIB_DEPS (Dan Schikore) by Brian Paul · 21 years ago
- 58fa2a8 Enable drawing directly to the (now tiled) front buffer. by Felix Kuehling · 21 years ago
- 1e50e40 added .SUFFIXES : .cc line by Brian Paul · 21 years ago
- 533befc don't try to make GLwMDrawA.c by default since it needs Motif by Brian Paul · 21 years ago
- df8bc57 Don't use pushd/popd. by Brian Paul · 21 years ago
- d6de4d8 new Makefile by Brian Paul · 21 years ago
- 46727c7 Tweaks for make clean / realclean. by Brian Paul · 21 years ago
- 7a5eb9a increase MAX_TEXTURE_LOD_BIAS to 11.0 by Brian Paul · 21 years ago
- f132413 clamp BiasMin, BiasMax to reasonable values by Brian Paul · 21 years ago
- 0480037 obsolete by Brian Paul · 21 years ago
- f404495 added glw to SRC_DIRS by Brian Paul · 21 years ago
- 57dcbb5 added _DEPS lines to specify -L/usr/X11R6/lib by Brian Paul · 21 years ago
- 1f54fc9 added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTS by Brian Paul · 21 years ago
- 22388c1 omit CVS from configs list by Brian Paul · 21 years ago
- 26f334a updated Makefile info by Brian Paul · 21 years ago
- d8944fb Mesa installation script by Brian Paul · 21 years ago
- de0ee31 New Makefile system by Brian Paul · 21 years ago
- a70ad91 new system configurations by Brian Paul · 21 years ago
- f262b70 tweaks for 64-bit linux configs (Dan Schikore) by Brian Paul · 21 years ago
- 68b38d2 check for GLX 1.3 during init by Brian Paul · 21 years ago
- 3623579 Make sure drivers don't dereference a NULL pointer if by Ian Romanick · 21 years ago
- 301e55c merge changes from 6.0.1 branch by Brian Paul · 21 years ago
- c05658d more Darwin tweaks by Brian Paul · 21 years ago
- 77b47bb re-order arguments to mklib by Brian Paul · 21 years ago
- f285706 Recalculate the viewport matrix in savageEmitDrawingRectangle. by Felix Kuehling · 21 years ago
- 209fee4 silence warnings by Brian Paul · 21 years ago
- bb9054b The OpenGL Shading Language Runtime Library for Legacy Target. Sounds good :) by Michal Krol · 21 years ago
- f614879 small changes (version string) by Daniel Borca · 21 years ago
- 16133d3 added linux-x86-opteron (bug 922735) by Brian Paul · 21 years ago
- d3b09fe update my email address by Brian Paul · 21 years ago
- 6e963e9 More state management changes: by Felix Kuehling · 21 years ago
- adf33a1 Make sure hardware culling is disabled for unfilled primitives, by Felix Kuehling · 21 years ago
- 844585b use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore) by Brian Paul · 21 years ago
- e1e439c Missing in last commit. by Felix Kuehling · 21 years ago
- 67d0343 Buffer vertices and emit them in batches. Still using conventional drawing by Felix Kuehling · 21 years ago
- fda7215 rename class to c_class if using C++ (bug 922294) by Brian Paul · 21 years ago
- ae60852 Slang internal include file defining constructors and operators by Michal Krol · 21 years ago
- aaba075 tweaks to Darwin code by Brian Paul · 21 years ago
- 19bb7f7 additional updates from Dan Schikore by Brian Paul · 21 years ago
- 645778f Committing in . by Jouk Jansen · 21 years ago
- 192c988 new DRI interface header by Brian Paul · 21 years ago
- b87c5d0 added some code to test buffer deletion by Brian Paul · 21 years ago
- f6a93d3 use GL state vars instead of program parameters by Brian Paul · 21 years ago
- 3b6eb90 added s_auxbuffer.c by Brian Paul · 21 years ago
- 1cb63cf more i810 to new interface by Dave Airlie · 21 years ago
- 03762ba ctx->Const.MaxTextureLevels is not the highest mipmap level but the number by Felix Kuehling · 21 years ago
- 7e4a56d Improved MaxTextureLevel computation to take the nr. of tex units and both by Felix Kuehling · 21 years ago
- 57ff474 added aux buffers item by Brian Paul · 21 years ago
- 04da5ce test of aux buffer rendering by Brian Paul · 21 years ago
- 894844a Implemented support for software-based AUX color buffers. by Brian Paul · 21 years ago
- 0095016 fix array index error in _swsetup_Translate (Felix) by Brian Paul · 21 years ago
- 7ab89a9 Removed some useless definitions, artifacts from the Utah-GLX i810 driver. by Felix Kuehling · 21 years ago
- 21fb1f9 Add new interface support don't switch on yet .. by Dave Airlie · 21 years ago
- 416b7a8 unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters. by Felix Kuehling · 21 years ago
- 9d68891 Fixed texture LOD bias. by Felix Kuehling · 21 years ago
- fd8a7dc Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resulted by Felix Kuehling · 21 years ago
- ef8cb12 Cleaned up and fixed stencil fallback. by Felix Kuehling · 21 years ago
- a212e96 minor clean-ups by Brian Paul · 21 years ago
- 23be8ef make null-terminated copy of program string so that parse works correctly by Brian Paul · 21 years ago
- e29ac89 add missing else statements by Brian Paul · 21 years ago
- 00d2b87 Add includes to make mach64 build by Dave Airlie · 21 years ago
- dde10b7 remove redundant call to ctx->Driver.Viewport(), and clean-ups by Brian Paul · 21 years ago
- ba9a2bd additional configs (Dan Schikore) by Brian Paul · 21 years ago
- c193bd0 assorted updates and new AIX support (Dan Schikore) by Brian Paul · 21 years ago
- 6af3dca Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time. by Ian Romanick · 21 years ago
- 16c704e Convert all uses of CARD32 and CARD8 to int32_t and int8_t. by Ian Romanick · 21 years ago
- aae2fde remove version number faking, shouldn't be needed anymore by Dave Airlie · 21 years ago
- 35de80d extend SOLO code so the DDX version isn't checked by Dave Airlie · 21 years ago
- c5fb1b7 Sketch of codegen templates for t_vtx_api.c, not complete by Keith Whitwell · 21 years ago
- 5262dcc Streamline the error path in VertexAttrib functions. Makes things by Keith Whitwell · 21 years ago
- d83e9d9 unfinished SOLO driver for TDFX by Daniel Borca · 21 years ago
- e8036d2 couple of steps closer still not fully working.. something amiss in ring by Dave Airlie · 21 years ago
- 6ff468d Initial i810_dri.c for miniglx isn't fully functional yet... by Dave Airlie · 21 years ago
- f4d07d4 use utility function to check versions by Dave Airlie · 21 years ago
- 7d05e48 more TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad) by Brian Paul · 21 years ago
- 3340a9e fix stride bug in RGB and BGR span rendering by Brian Paul · 21 years ago
- 746e59f GL_EXT_pixel_buffer_object test by Brian Paul · 21 years ago
- fde4c53 Added some comments. Minor const, int->GLint type changes, etc. by Brian Paul · 21 years ago
- 7a6b71e Implementation of GL_EXT_pixel_buffer_object extension. by Brian Paul · 21 years ago
- 5498e8b more descriptive error messages for matrix stack over/underflows by Brian Paul · 21 years ago
- 6ddfdff Adjust includes to help DRI build by Jon Smirl · 21 years ago
- d613cca Adjust mga drivers to remove redundant h file for sarea and IOCTLs by Jon Smirl · 21 years ago
- ba5c49a Make R128 driver use sarea/defines from DRM. removed r128_common.h by Jon Smirl · 21 years ago
- 5fb0763 These files are redundant now. Definitions come from DRM files. by Jon Smirl · 21 years ago
- ae4a1cc Adjustments to make everything use IOCTL/sarea defines in DRM instead by Jon Smirl · 21 years ago
- 157ec8b Moved from src/mesa/main. by Michal Krol · 21 years ago
- ab928e5 don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Merrill) by Brian Paul · 21 years ago
- 30e6dda Fixed a number of typos. by Michal Krol · 21 years ago
- 7463640 add xmlconfig.c to solo build by Dave Airlie · 21 years ago
- d4b6724 back port span changes from i810, these have been in my tree for a while seem by Dave Airlie · 21 years ago
- b2dd509 remove unneeded casts by Brian Paul · 21 years ago
- 1e4731f Fix color index mode rendering. by Brian Paul · 21 years ago
- 7bcada8 fxMesa: remove buffer_obj_ext, cos it breaks UT2004 by Daniel Borca · 21 years ago
- 15941b1 Cleaned up and slightly optimized the texture upload code. by Felix Kuehling · 21 years ago