Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in ↵ | Daniel Borca | 2004-12-20 | 1 | -15/+15 |
| | | | | t_vb_cliptmp.h(47), where it would still send clipped vertices to the hw... oh, dear... | ||||
* | disabled ClipMask usage in vb emitter (clipping bugs?) | Daniel Borca | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | added (back!) option to use non-packedcolor | Daniel Borca | 2004-09-24 | 1 | -0/+30 |
| | |||||
* | disable W1 when single-texturing | Daniel Borca | 2004-07-26 | 1 | -6/+6 |
| | |||||
* | added GL_EXT_fog_coord. | Daniel Borca | 2004-07-02 | 1 | -0/+17 |
| | | | | | added GL_EXT_blend_equation_separate. minor cleanup. | ||||
* | Fixed a bug in vertex emitter (untile we move to t_vertex.c) | Daniel Borca | 2004-06-14 | 1 | -2/+7 |
| | |||||
* | small fixes | Daniel Borca | 2004-01-13 | 1 | -2/+1 |
| | |||||
* | envvars to control run-time | Daniel Borca | 2004-01-08 | 1 | -10/+10 |
| | |||||
* | teensy bit of optimization in interp code | Daniel Borca | 2004-01-07 | 1 | -50/+18 |
| | |||||
* | EXT_secondary_color and EXT_separate_specular via multipass | Daniel Borca | 2003-12-15 | 1 | -2/+27 |
| | |||||
* | got rid of __FUNCTION__ :( | Daniel Borca | 2003-12-10 | 1 | -4/+18 |
| | | | | | | | | | | | | | | 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 | 1 | -11/+10 |
| | |||||
* | Napalm total immersion | Daniel Borca | 2003-10-21 | 1 | -2/+0 |
| | |||||
* | Reorganized combiners. Added optimized span functions. | Daniel Borca | 2003-10-09 | 1 | -21/+17 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2003-10-02 | 1 | -14/+20 |
| | |||||
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
| | |||||
* | s/ProjectedClipPtr/NdcPtr/ | Brian Paul | 2002-08-21 | 1 | -5/+5 |
| | |||||
* | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | 2001-09-23 | 1 | -0/+30 |
| | |||||
* | set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo) | Brian Paul | 2001-09-19 | 1 | -2/+7 |
| | |||||
* | compute dst->ooz, not dst->z in clip interpolation function | Brian Paul | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -148/+244 |
| | | | | | | | | | | | | | | 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. | ||||
* | fixed vertex color problems | Brian Paul | 2001-05-02 | 1 | -8/+8 |
| | |||||
* | float color changes | Keith Whitwell | 2001-05-01 | 1 | -14/+14 |
| | |||||
* | used indent to clean-up the code | Brian Paul | 2001-03-03 | 1 | -56/+55 |
| | |||||
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | is always the last vertex parameter. Modify clipping to preserve pv colors. Modify swrast and X11 driver to expect the pv in the last vertex (was looking in the first vertex previously). Remove all handling of flatshading from swrast_setup. Allow drivers to override the unclipped render tabs in tnl_render_stage directly. (Like in 3.4). Removed fxsimplerender stage. Modified t_vb_rendertmp.h to remove the need for 'parity' arguments in RENDER_TRI macros. | ||||
* | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | 2000-12-28 | 1 | -2/+41 |
| | | | | | | Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally) | ||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+143 |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. |