Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-03 | kill __driRegisterExtensions(), none of the functions did anything | Jon Smirl | |
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-05-21 | fix bug #957792 (swap buffers), plus misc clean-ups | Brian Paul | |
2004-05-12 | obsolete in favor of regular Makefiles | Brian Paul | |
2004-04-13 | Add DRM_SOURCE_PATH to make system. | Jon Smirl | |
Needed for linux-solo to build | |||
2004-04-08 | lots of Makefile updates for new build system | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | |
by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future. | |||
2004-01-18 | s/char/GLubyte/ to silence warnings | Brian Paul | |
2003-12-12 | new Makefiles | Brian Paul | |
2003-11-24 | Import vtx-0-2-branch | Keith Whitwell | |
2003-10-20 | Fix Makefiles to copy lib to $(TOP)/lib if missing | Jon Smirl | |
2003-10-08 | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | |
in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. | |||
2003-08-23 | update fb makefile for new directory structure, add depends | Jon Smirl | |
2003-08-06 | Not-quite-functional swrast-only dri driver | Keith Whitwell | |