Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick | 2004-06-02 | 2 | -6/+6 |
| | | | | drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t. | ||||
* | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick | 2004-05-27 | 1 | -0/+2 |
| | |||||
* | obsolete in favor of regular Makefiles | Brian Paul | 2004-05-12 | 1 | -131/+0 |
| | |||||
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 2 | -94/+13 |
| | |||||
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -0/+2 |
| | |||||
* | lots of Makefile updates for new build system | Brian Paul | 2004-04-08 | 1 | -67/+70 |
| | |||||
* | build fixes | Alan Hourihane | 2004-04-08 | 2 | -4/+1 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+126 |
| | |||||
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -5/+6 |
| | | | | | | Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | ||||
* | Adjust includes to help DRI build | Jon Smirl | 2004-03-12 | 1 | -0/+1 |
| | |||||
* | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | 2004-03-11 | 3 | -3/+3 |
| | | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | ||||
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 1 | -4/+7 |
| | | | | | The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation. | ||||
* | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick | 2004-01-21 | 1 | -20/+9 |
| | | | | | | dd_function_table:BlendFuncSeparate. If a driver does not actually support EXT_blend_func_separate, it can assume that the RGB and alpha blend functions are the same. | ||||
* | Undo some bits from last check-in related to the ctx->Driver.NewTextureObject | Brian Paul | 2004-01-20 | 3 | -33/+19 |
| | | | | | functions. Don't allocate the driver-specific data during texture object creation but do it later as needed (as code originally was). | ||||
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -0/+1 |
| | | | | | | | | | | 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. | ||||
* | new Makefiles | Brian Paul | 2003-12-12 | 1 | -2/+2 |
| | |||||
* | Provide dummy definitions of __driConfig externs | Keith Whitwell | 2003-12-08 | 1 | -0/+3 |
| | |||||
* | some changes for SOLO build | Alan Hourihane | 2003-12-08 | 5 | -2/+934 |
| | |||||
* | get ffb compiling | Keith Whitwell | 2003-12-08 | 3 | -69/+6 |
| | |||||
* | Remove PRIM_PARITY reference | Keith Whitwell | 2003-12-08 | 1 | -2/+0 |
| | |||||
* | build fixes | Alan Hourihane | 2003-12-04 | 2 | -1/+2 |
| | |||||
* | build fixes | Alan Hourihane | 2003-12-04 | 3 | -3/+0 |
| | |||||
* | build fixes | Alan Hourihane | 2003-12-04 | 2 | -2/+0 |
| | |||||
* | add SPARC ffb DRI driver | Alan Hourihane | 2003-12-04 | 38 | -0/+6958 |