Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unfinished SOLO driver for TDFX | Daniel Borca | 2004-03-15 | 1 | -0/+525 |
| | |||||
* | Adjust includes to help DRI build | Jon Smirl | 2004-03-12 | 1 | -0/+2 |
| | |||||
* | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | 2004-03-11 | 6 | -14/+14 |
| | | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | ||||
* | added _tnl_allow_vertex/pixel_fog() calls | Brian Paul | 2004-02-26 | 1 | -1/+3 |
| | |||||
* | Refactor "class" texture environments to be implemented in terms of | Ian Romanick | 2004-02-06 | 1 | -64/+64 |
| | | | | ARB_texture_env_combine state. | ||||
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 1 | -2/+4 |
| | | | | | The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation. | ||||
* | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell | 2004-01-27 | 3 | -29/+29 |
| | | | | array, texObj->Image[face][level]. | ||||
* | more fixing for tdfxUpdateTexturePalette | Brian Paul | 2004-01-23 | 3 | -9/+3 |
| | |||||
* | a few more tweaks | Brian Paul | 2004-01-23 | 1 | -7/+1 |
| | |||||
* | fix assorted compilation issues | Brian Paul | 2004-01-23 | 2 | -7/+9 |
| | |||||
* | Initial support for floating point and signed texture formats. | Brian Paul | 2004-01-23 | 1 | -24/+16 |
| | | | | | | | New "FetchTexelFuncF()" function returns texels in floating point format. Only used for depth component images at this time. Changed original FetchTexelFunc to return GLchan instead of GLvoid, removing need for a bunch of ugly casts. | ||||
* | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick | 2004-01-21 | 1 | -12/+3 |
| | | | | | | 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 | 1 | -29/+59 |
| | | | | | 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 | 9 | -212/+134 |
| | | | | | | | | | | 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. | ||||
* | minor changes to silence warnings | Brian Paul | 2004-01-18 | 1 | -1/+1 |
| | |||||
* | include texobj.h to silence warnings | Brian Paul | 2004-01-18 | 1 | -0/+1 |
| | |||||
* | call _mesa_delete_texture_object() from in the driver's DeleteTexture function | Brian Paul | 2004-01-11 | 1 | -0/+2 |
| | |||||
* | new Makefiles | Brian Paul | 2003-12-12 | 1 | -2/+2 |
| | |||||
* | set MaxTextureImageUnits, MaxTextureCoordUnits | Keith Whitwell | 2003-12-12 | 1 | -0/+2 |
| | |||||
* | Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating | Keith Whitwell | 2003-12-09 | 1 | -6/+6 |
| | | | | point colors throughout mesa. | ||||
* | Provide dummy definitions of __driConfig externs | Keith Whitwell | 2003-12-08 | 1 | -0/+2 |
| | |||||
* | build in SOLO environment | Alan Hourihane | 2003-12-08 | 2 | -2/+40 |
| | |||||
* | get tdfx compiling | Keith Whitwell | 2003-12-08 | 5 | -163/+38 |
| | |||||
* | Remove PRIM_PARITY reference | Keith Whitwell | 2003-12-08 | 1 | -4/+1 |
| | |||||
* | build fixes | Alan Hourihane | 2003-12-04 | 1 | -1/+2 |
| | |||||
* | build fixes | Alan Hourihane | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | add tdfx DRI driver | Alan Hourihane | 2003-12-04 | 33 | -0/+15823 |