Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed back fxMesaGetCurrentContext to match MakeCurrent | Daniel Borca | 2004-02-10 | 2 | -4/+3 | |
| | ||||||
* | deal with combine_ext refactor | Daniel Borca | 2004-02-09 | 3 | -65/+74 | |
| | ||||||
* | added NUL driver for DMesa | Daniel Borca | 2004-02-07 | 1 | -63/+71 | |
| | ||||||
* | fixed a bug in GL_NEAREST sampler | Daniel Borca | 2004-02-02 | 1 | -15/+0 | |
| | ||||||
* | GL_TEXTURE_1D and other stories... | Daniel Borca | 2004-01-29 | 7 | -33/+109 | |
| | ||||||
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 4 | -11/+12 | |
| | | | | | 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 | 4 | -16/+16 | |
| | | | | array, texObj->Image[face][level]. | |||||
* | accomodate FetchTexel and fix some memory leak bugs | Daniel Borca | 2004-01-26 | 5 | -59/+24 | |
| | ||||||
* | accomodated new driver_func initialization | Daniel Borca | 2004-01-23 | 6 | -35/+20 | |
| | | | | | | added DMesaGetProcAddress some other minor fixes updated documentation | |||||
* | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick | 2004-01-21 | 3 | -8/+0 | |
| | | | | | | 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 | -37/+67 | |
| | | | | | 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 | 3 | -74/+65 | |
| | | | | | | | | | | 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. | |||||
* | _mesa_delete_texture_object and some other updates | Daniel Borca | 2004-01-15 | 4 | -10/+12 | |
| | ||||||
* | fixed a bug in texture memory manager when in UMA mode | Daniel Borca | 2004-01-14 | 2 | -6/+13 | |
| | ||||||
* | added support for textures bigger than HW can support (SW rescaling) | Daniel Borca | 2004-01-13 | 3 | -2/+96 | |
| | ||||||
* | re-enabled trilinearness | Daniel Borca | 2004-01-13 | 1 | -43/+45 | |
| | ||||||
* | small fixes | Daniel Borca | 2004-01-13 | 3 | -33/+40 | |
| | ||||||
* | envvars to control run-time | Daniel Borca | 2004-01-08 | 2 | -18/+18 | |
| | ||||||
* | bugfix in texture swapping mechanism (multitex) | Daniel Borca | 2004-01-07 | 1 | -1/+2 | |
| | ||||||
* | temporary workaround for bad primitives in fx_render_vb_quads | Daniel Borca | 2004-01-07 | 1 | -4/+12 | |
| | ||||||
* | protect against broken apps | Daniel Borca | 2004-01-07 | 1 | -4/+11 | |
| | ||||||
* | teensy bit of optimization in interp code | Daniel Borca | 2004-01-07 | 1 | -50/+18 | |
| | ||||||
* | wgl interface | Daniel Borca | 2004-01-07 | 2 | -0/+8 | |
| | ||||||
* | cleanups | Daniel Borca | 2004-01-07 | 2 | -3/+3 | |
| | ||||||
* | reverted TMUs for proper multitexturing | Daniel Borca | 2003-12-23 | 3 | -11/+170 | |
| | ||||||
* | DMesa: removed MGA2064W driver | Daniel Borca | 2003-12-19 | 4 | -36/+59 | |
| | | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | |||||
* | EXT_secondary_color and EXT_separate_specular via multipass | Daniel Borca | 2003-12-15 | 8 | -54/+307 | |
| | ||||||
* | small bug wrt culling | Daniel Borca | 2003-12-12 | 1 | -1/+9 | |
| | ||||||
* | fixed prototypes for wglGammaRamp3DFX | Daniel Borca | 2003-12-11 | 1 | -6/+4 | |
| | ||||||
* | got rid of __FUNCTION__ :( | Daniel Borca | 2003-12-10 | 16 | -249/+570 | |
| | | | | | | | | | | | | | | Texus2 functions are dynamically linked now made getRegistryOrEnvironmentString more portable bugfix: unnecessary total SW fallback -- glColorMask bugfix: when shared palette was not loaded correctly point_attenuation_stage back in business (point size/atten) fxTexGetInfo is not required for fxIsTexSupported fxDDChooseTextureFormat optimized for RGB/RGBA textures accelerated Quads with Triangle_Fans more WGL extensions/functions (also updated export file) DXTC/S3TC -> FXT1 wrapping hack quick & dirty fix for Quake2 | |||||
* | accomodate vtx-0-2-branch | Daniel Borca | 2003-11-26 | 4 | -93/+65 | |
| | ||||||
* | Import vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 2 | -2/+2 | |
| | ||||||
* | more texture compression | Daniel Borca | 2003-11-21 | 2 | -5/+20 | |
| | ||||||
* | small matters | Daniel Borca | 2003-11-20 | 1 | -20/+9 | |
| | ||||||
* | doc updates; GLUT timer additions; fixed compilation warnings | Daniel Borca | 2003-11-18 | 3 | -43/+35 | |
| | ||||||
* | vanilla extensions disabled | Daniel Borca | 2003-11-13 | 1 | -3/+2 | |
| | ||||||
* | dirty hack to advertise vanilla extension names | Daniel Borca | 2003-11-12 | 1 | -0/+23 | |
| | ||||||
* | NCC fixes and some cosmetics | Daniel Borca | 2003-11-07 | 4 | -50/+5 | |
| | ||||||
* | small fixes wrt texture handling | Daniel Borca | 2003-11-03 | 1 | -5/+5 | |
| | ||||||
* | small fixes wrt texture handling | Daniel Borca | 2003-11-03 | 1 | -44/+31 | |
| | ||||||
* | Voodoo2 happiness | Daniel Borca | 2003-11-03 | 7 | -160/+66 | |
| | ||||||
* | removed detritus | Daniel Borca | 2003-10-31 | 1 | -7/+0 | |
| | ||||||
* | bugfixes wrt texture compression | Daniel Borca | 2003-10-30 | 4 | -87/+50 | |
| | ||||||
* | changes to accomodate texture compression | Daniel Borca | 2003-10-29 | 10 | -84/+746 | |
| | ||||||
* | cosmetics and memos | Daniel Borca | 2003-10-22 | 1 | -1/+4 | |
| | ||||||
* | wrap in #ifdef FX / #endif | Brian Paul | 2003-10-21 | 1 | -0/+5 | |
| | ||||||
* | Napalm total immersion | Daniel Borca | 2003-10-21 | 15 | -402/+2098 | |
| | ||||||
* | protect whole file with #ifdef FX | Brian Paul | 2003-10-15 | 1 | -0/+4 | |
| | ||||||
* | minor fixes + doc update | Daniel Borca | 2003-10-14 | 3 | -3/+15 | |
| | ||||||
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 7 | -150/+190 | |
| |