Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-18 | mesa: prefix more #includes with "main/" | Brian Paul | |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul | |
Based on patch by Ian (#4967) but also unify instruction opcodes. | |||
2005-01-17 | cleaned up warnings | Daniel Borca | |
2005-01-12 | some "safer" type-punning (gcc optimizes float moves with integer moves, ↵ | Daniel Borca | |
anyway). | |||
2004-12-21 | added GL_EXT_stencil_two_side (yes, it works) | Daniel Borca | |
2004-12-20 | use float constants. | Daniel Borca | |
fixed a small debug error. | |||
2004-12-17 | fxRasterPrimitive wasn't always receiving the reduced primitive | Daniel Borca | |
2004-09-24 | added (back!) option to use non-packedcolor | Daniel Borca | |
2004-09-20 | clamp size of wide points | Daniel Borca | |
2004-09-13 | cleanup and some changes towards GL_ARB_point_sprite (two-zero) | Daniel Borca | |
2004-09-03 | make sure the HW is clean before shooting the pipeline | Daniel Borca | |
2004-08-16 | cleanup | 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-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2004-06-08 | corrected a bug wrt point_size | Daniel Borca | |
2004-05-31 | reworked FXT1 | Daniel Borca | |
minor fixes to fxMesa | |||
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-23 | accomodated new driver_func initialization | Daniel Borca | |
added DMesaGetProcAddress some other minor fixes updated documentation | |||
2004-01-07 | temporary workaround for bad primitives in fx_render_vb_quads | Daniel Borca | |
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-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-10-29 | changes to accomodate texture compression | Daniel Borca | |
2003-10-21 | Napalm total immersion | 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-06-16 | fix include paths (Daniel Borca) | Brian Paul | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-08-21 | fixed array index typo in VERT_SAVE_RGBA() macro | Brian Paul | |
2001-11-06 | casts to silence warnings from gcc 2.96 | Brian Paul | |
2001-09-23 | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | |
2001-09-19 | fix fallback for stippled polygons, removed a debug message | Brian Paul | |
2001-09-18 | remove some debug | Keith Whitwell | |
2001-09-18 | Fix FX driver to the point where gears & morph3d work. | Keith Whitwell | |
Textures are broken (eg. isosurf). | |||
2001-08-29 | changes to allow the driver to compile - still doesn't work though | Brian Paul | |
2001-07-17 | Fix Alan Barnett's 'try10' display list bug. | Keith Whitwell | |
2001-07-13 | Committing in . | Jouk Jansen | |
Modified Files: Mesa/src/descrip.mms Mesa/src/FX/fxtris.c Mesa/src/FX/fxvb.c -updated OpenVMS makefile -fixed compilation if FX is NOT defined. ---------------------------------------------------------------------- | |||
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | |
clear that these are owned by t_vb_render.c. Make swrast_setup opaque - it now hooks itself directly into tnl->Driver.Render.*. Add a _swsetup_Wakeup() call that does this. Update X11 (tested), osmesa and FX drivers for this change. FX compiles but is probably broken as the changes there are large. It was the only remaining driver that used the internal _swsetup_ functions for interp and copy_pv. This usage has been replaced with code from the DRI tdfx driver. | |||
2001-05-02 | fixed vertex color problems | Brian Paul | |
2001-05-01 | float color changes | Keith Whitwell | |
2001-03-29 | Removed DD_Z_NEVER. | Brian Paul | |
Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE. | |||
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell | |
2001-03-03 | used indent to clean-up the code | Brian Paul | |
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell | |
Fixed fallback path for drawarrays/_tnl_hard_begin. Removed disabled debug code. | |||
2001-01-08 | Bring the FX driver into line with core mesa changes. | Keith Whitwell | |