Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | obsolete in favor of regular Makefiles | Brian Paul | 2004-05-12 | 1 | -82/+0 | |
| | ||||||
* | Add DRM_SOURCE_PATH to make system. | Jon Smirl | 2004-04-13 | 1 | -1/+1 | |
| | | | | Needed for linux-solo to build | |||||
* | lots of Makefile updates for new build system | Brian Paul | 2004-04-08 | 1 | -31/+35 | |
| | ||||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+75 | |
| | ||||||
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -2/+2 | |
| | | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||||
* | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | 2004-03-11 | 1 | -1/+1 | |
| | | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||||
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -56/+36 | |
| | | | | | | | | | | 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. | |||||
* | s/char/GLubyte/ to silence warnings | Brian Paul | 2004-01-18 | 1 | -3/+3 | |
| | ||||||
* | new Makefiles | Brian Paul | 2003-12-12 | 1 | -2/+2 | |
| | ||||||
* | Import vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 2 | -2/+0 | |
| | ||||||
* | Fix Makefiles to copy lib to $(TOP)/lib if missing | Jon Smirl | 2003-10-20 | 1 | -1/+5 | |
| | ||||||
* | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | 2003-10-08 | 1 | -9/+9 | |
| | | | | in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. | |||||
* | update fb makefile for new directory structure, add depends | Jon Smirl | 2003-08-23 | 1 | -9/+5 | |
| | ||||||
* | Not-quite-functional swrast-only dri driver | Keith Whitwell | 2003-08-06 | 3 | -0/+1044 | |