Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-21 | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick | |
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. | |||
2004-01-20 | Undo some bits from last check-in related to the ctx->Driver.NewTextureObject | Brian Paul | |
functions. Don't allocate the driver-specific data during texture object creation but do it later as needed (as code originally was). | |||
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-15 | _mesa_delete_texture_object and some other updates | Daniel Borca | |
2004-01-14 | fixed a bug in texture memory manager when in UMA mode | Daniel Borca | |
2004-01-13 | added support for textures bigger than HW can support (SW rescaling) | Daniel Borca | |
2004-01-13 | re-enabled trilinearness | Daniel Borca | |
2004-01-13 | small fixes | Daniel Borca | |
2004-01-08 | envvars to control run-time | Daniel Borca | |
2004-01-07 | bugfix in texture swapping mechanism (multitex) | Daniel Borca | |
2004-01-07 | temporary workaround for bad primitives in fx_render_vb_quads | Daniel Borca | |
2004-01-07 | protect against broken apps | Daniel Borca | |
2004-01-07 | teensy bit of optimization in interp code | Daniel Borca | |
2004-01-07 | wgl interface | Daniel Borca | |
2004-01-07 | cleanups | Daniel Borca | |
2003-12-23 | reverted TMUs for proper multitexturing | Daniel Borca | |
2003-12-19 | DMesa: removed MGA2064W driver | Daniel Borca | |
DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | |||
2003-12-15 | EXT_secondary_color and EXT_separate_specular via multipass | Daniel Borca | |
2003-12-12 | small bug wrt culling | Daniel Borca | |
2003-12-11 | fixed prototypes for wglGammaRamp3DFX | Daniel Borca | |
2003-12-10 | got rid of __FUNCTION__ :( | Daniel Borca | |
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 | |||
2003-11-26 | accomodate vtx-0-2-branch | Daniel Borca | |
2003-11-24 | Import vtx-0-2-branch | Keith Whitwell | |
2003-11-21 | more texture compression | Daniel Borca | |
2003-11-20 | small matters | Daniel Borca | |
2003-11-18 | doc updates; GLUT timer additions; fixed compilation warnings | Daniel Borca | |
2003-11-13 | vanilla extensions disabled | Daniel Borca | |
2003-11-12 | dirty hack to advertise vanilla extension names | Daniel Borca | |
2003-11-07 | NCC fixes and some cosmetics | Daniel Borca | |
2003-11-03 | small fixes wrt texture handling | Daniel Borca | |
2003-11-03 | small fixes wrt texture handling | Daniel Borca | |
2003-11-03 | Voodoo2 happiness | Daniel Borca | |
2003-10-31 | removed detritus | Daniel Borca | |
2003-10-30 | bugfixes wrt texture compression | Daniel Borca | |
2003-10-29 | changes to accomodate texture compression | Daniel Borca | |
2003-10-22 | cosmetics and memos | Daniel Borca | |
2003-10-21 | wrap in #ifdef FX / #endif | Brian Paul | |
2003-10-21 | Napalm total immersion | Daniel Borca | |
2003-10-15 | protect whole file with #ifdef FX | Brian Paul | |
2003-10-14 | minor fixes + doc update | Daniel Borca | |
2003-10-13 | glide driver (wip) | Daniel Borca | |
2003-10-09 | Reorganized combiners. Added optimized span functions. | Daniel Borca | |
2003-10-02 | updates from Daniel Borca | Brian Paul | |
2003-09-23 | remove a _TriangleCaps reference | Brian Paul | |
2003-09-18 | a few less occurances of _TriangleCaps | Brian Paul | |
2003-08-19 | DOS and glide driver updates from Daniel Borca | Brian Paul | |
2003-07-17 | more DOS updates from Daniel Borca | Brian Paul | |
2003-06-16 | fix include paths (Daniel Borca) | Brian Paul | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2003-01-08 | fix some float/ubyte mistakes (Daniel Borca) | Brian Paul | |