Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-26 | Rush is back on ZBUFFER | Daniel Borca | |
added DrawPixels555 and DrawPixels565 | |||
2004-07-23 | fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down) | Daniel Borca | |
2004-07-20 | GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it? | Daniel Borca | |
2004-07-19 | trying vertex_program... | Daniel Borca | |
2004-07-16 | minor corrections | Daniel Borca | |
2004-07-05 | added GL_ARB_point_sprite. | Daniel Borca | |
color masking correctly implemented for 15bpp. small fixes for textures and tri engine. | |||
2004-07-02 | added GL_EXT_fog_coord. | Daniel Borca | |
added GL_EXT_blend_equation_separate. minor cleanup. | |||
2004-06-24 | hack for compressed textures with aspectratio greater than 8:1 | Daniel Borca | |
2004-06-19 | Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format ↵ | Daniel Borca | |
WGL_ARB_render_texture WGL_ARB_pbuffer | |||
2004-05-31 | reworked FXT1 | Daniel Borca | |
minor fixes to fxMesa | |||
2004-05-19 | added GL_NV_blend_square | Daniel Borca | |
fixed alpha blending modes for Napalm minor fix in compressed texture aspectratio adjust | |||
2004-05-18 | added some core-level extensions | Daniel Borca | |
2004-05-12 | minor fixes | Daniel Borca | |
2004-05-10 | fixed bugs in fxddtex.c | Daniel Borca | |
cleaned up win32 definition files | |||
2004-04-29 | FXT1 preparations | Daniel Borca | |
2004-03-29 | code cleanup heheh | Daniel Borca | |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2004-03-09 | fxMesa: remove buffer_obj_ext, cos it breaks UT2004 | Daniel Borca | |
2004-03-08 | Voodoo Rush fixes | Daniel Borca | |
2004-03-03 | _tnl_allow_*_fog(...) | Daniel Borca | |
2004-02-16 | cleanup and some WGL PIXELFORMAT issues | Daniel Borca | |
2004-02-09 | deal with combine_ext refactor | Daniel Borca | |
2004-01-29 | GL_TEXTURE_1D and other stories... | Daniel Borca | |
2004-01-27 | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | |
The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation. | |||
2004-01-27 | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell | |
array, texObj->Image[face][level]. | |||
2004-01-26 | accomodate FetchTexel and fix some memory leak bugs | Daniel Borca | |
2004-01-23 | accomodated new driver_func initialization | Daniel Borca | |
added DMesaGetProcAddress some other minor fixes updated documentation | |||
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-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 | |
2003-12-15 | EXT_secondary_color and EXT_separate_specular via multipass | 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-24 | Import vtx-0-2-branch | Keith Whitwell | |
2003-11-21 | more texture compression | 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-03 | Voodoo2 happiness | Daniel Borca | |
2003-10-29 | changes to accomodate texture compression | Daniel Borca | |
2003-10-21 | Napalm total immersion | Daniel Borca | |
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-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 | |
2002-11-04 | misc driver updates (Daniel Borca) | Brian Paul | |