Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-14 | Replace with version generated from new python script. | Karl Schultz | |
2004-01-14 | fixed a bug in texture memory manager when in UMA mode | Daniel Borca | |
2004-01-14 | Fix initialisation of cubic tecture offsets (Andreas Stenglein) | Michel Dänzer | |
2004-01-13 | add new entrypoints | Karl Schultz | |
2004-01-13 | Added support for EXT_texture_mirror_clamp. | Ian Romanick | |
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-13 | updated FX wrapper | Daniel Borca | |
2004-01-13 | Removed some dead code. R128 does not (as far as I can tell) support | Ian Romanick | |
GL_ARB_texture_border_clamp. The ATI drivers for Windows support it, but I can see no way to make it work without a fallback. | |||
2004-01-13 | Added some missing extension strings. | Ian Romanick | |
2004-01-12 | Removed redundant extension strings. The Mesa extension mechanism | Ian Romanick | |
automatically enables "duplicate" extensions without the driver explicitly enabling them. | |||
2004-01-12 | Glide driver (windowed mode) fix for Voodoo2 | Daniel Borca | |
2004-01-11 | call _mesa_delete_texture_object() from in the driver's DeleteTexture function | Brian Paul | |
2004-01-11 | Actually disable HW TCL capability when SW TCL is forced. | Michel Dänzer | |
+ remove some gratuitous whitespace | |||
2004-01-09 | Roland Scheidegger's r200_changeemitorder.diff. | Keith Whitwell | |
2004-01-08 | Fixed a few typos in the german translation. | Felix Kuehling | |
2004-01-08 | envvars to control run-time | Daniel Borca | |
2004-01-07 | Use hand-made number parsing functions as the libc routines are ↵ | Felix Kuehling | |
locale-dependent. Thanks to Pavel harry_x Palat for pointing that out. | |||
2004-01-07 | reindent the code | Brian Paul | |
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 | |
2004-01-07 | Mingw3 prototypes | Daniel Borca | |
2004-01-05 | Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diff | Eric Anholt | |
XFree86 bug: 314 | |||
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | |
2004-01-05 | Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200. | Felix Kuehling | |
The def_max_anisotropy option breaks driconf. :( I'm going to upload a fixed version soon. | |||
2004-01-05 | Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter one | Felix Kuehling | |
is for disabling faked "anisotropy" in e.g. FlightGear. | |||
2004-01-04 | New, less expensive workaround for state-change lockups. | Felix Kuehling | |
2004-01-04 | Reenable the vtxfmt code paths in the radeon and r200 drivers. | Felix Kuehling | |
2003-12-28 | Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial. | Felix Kuehling | |
2003-12-27 | Don't allow lighting in model coordinates when fog is active, | Keith Whitwell | |
from radeon_state.c, noticed by Dieter Nuetzel. | |||
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-13 | Updates from Philippe Houdoin. | Brian Paul | |
2003-12-12 | check swrast->NewState in Draw/CopyPixels functions | Brian Paul | |
2003-12-12 | applied Felix's patch for configuration system | Brian Paul | |
2003-12-12 | new Makefiles | Brian Paul | |
2003-12-12 | set MaxTextureImageUnits, MaxTextureCoordUnits | Keith Whitwell | |
2003-12-12 | small bug wrt culling | Daniel Borca | |
2003-12-12 | fix visinfo typo | Brian Paul | |
2003-12-12 | check for null dpy in Fake_glXGetConfig() | Brian Paul | |
2003-12-11 | add driClipRectToFramebuffer helper function | Keith Whitwell | |
2003-12-11 | Updates to tnl_dd_dmatmp.h | Keith Whitwell | |
- Allocate vertices explicitly, rather than trying to talk about dma buffers. - Clean up the various Flush() operations. - Don't allow fallbacks any longer. Provide a support function to detect them ahead o ftime Updates to tnl_dd_vbtmp.h - Get rid of power-of-two vertex strides. Pack all vertices tightly. - Get texunit 2,3 emit working coorrectly. Other stuff: - Get rid of lingering Ubyte color support. - Fix a few compiler warnings. | |||
2003-12-11 | fixed prototypes for wglGammaRamp3DFX | Daniel Borca | |
2003-12-10 | fix from DRI trunk | Alan Hourihane | |