Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-12 | Fixed a bug that showed up in several multitexturing games (Quake3 and | Ian Romanick | |
ThinkTanks were tested) that was related to the recent 4 TMU changes. Removed the un-needed TexBlendColorPipeNum field from the hardware context. | |||
2004-05-12 | fix parameters to StoreImage calls | Brian Paul | |
2004-05-12 | remove last remnants of NEWTEXSTORE stuff | Brian Paul | |
2004-05-12 | obsolete in favor of regular Makefiles | Brian Paul | |
2004-05-12 | minor fixes | Daniel Borca | |
2004-05-11 | Fix a possible segfault caused by the SGI_make_current_read changes. | Ian Romanick | |
2004-05-10 | fixed bugs in fxddtex.c | Daniel Borca | |
cleaned up win32 definition files | |||
2004-05-09 | Fix solo build, add missing #ifdef NEW_INTERFACE | Jon Smirl | |
2004-05-08 | Added german translation to option texture_units. | Felix Kuehling | |
2004-05-08 | Don't mix variable definitions and other statements (fixed build on old | Eric Anholt | |
compiler). | |||
2004-05-07 | Add support for GLX_SGI_make_current_read. | Ian Romanick | |
2004-05-07 | Warning clean-ups. | Ian Romanick | |
2004-05-07 | Enable use of new DRI interface in i830 driver. | Ian Romanick | |
2004-05-07 | Add support for the 3rd and 4th texture units. The actual number of | Ian Romanick | |
available units is configurable via the texture_units option. | |||
2004-05-07 | Added a config option to set the number of available texture units. A | Ian Romanick | |
German translation is still needed. | |||
2004-05-07 | Refactor "classic" texture environments to be implemented in terms of | Ian Romanick | |
ARB_texture_env_combine state. Add support for ARB_texture_env_crossbar. Combiner state is only emitted for operands that need to be emitted for the combine operation. | |||
2004-05-05 | Remove a debug printf that should not have been left in. | Ian Romanick | |
2004-05-05 | Added support for the 3rd texture coordinate for cubemaps and 3D | Ian Romanick | |
textures. progs/demos/cubemap and progs/demos/stex3d seem to work correctly at all tcl_mode settings. x86 / SSE codegen is currently disabled. | |||
2004-05-04 | texture compression: getting warmer | Daniel Borca | |
2004-05-04 | add r200 x86 sources | Dave Airlie | |
2004-05-04 | switch to X86_SOURCES | Dave Airlie | |
2004-05-03 | Skeletal fallback-only DRI driver. Initial checkin, not quite working yet. | Adam Jackson | |
2004-05-03 | remove this use the one from the DRM | Dave Airlie | |
2004-05-03 | the config is included by the Makefiles that includes this file... | Dave Airlie | |
2004-05-03 | add asm sources | Dave Airlie | |
2004-05-03 | clean up the common objects.. | Dave Airlie | |
2004-05-03 | get rid of last few XF86DRIClipRect | Dave Airlie | |
2004-05-03 | fix up build for solo/dri | Dave Airlie | |
2004-05-02 | fix StoreImage calls, remove dead code (Adam Jackson) | Brian Paul | |
2004-04-30 | FXT1: getting warmer | Daniel Borca | |
2004-04-30 | If we can't allocate the rowimage - bail | Alan Hourihane | |
2004-04-30 | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell | |
2004-04-29 | Remove several files that are only used in the XFree86 / Xorg libGL.so. | Ian Romanick | |
They are *not* linked into the *_dri.so drivers. | |||
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | |
2004-04-29 | FXT1 preparations | Daniel Borca | |
2004-04-27 | Use the dispatch table directly instead of calling GL functions. | Ian Romanick | |
2004-04-27 | Remove include of texutil.h to get build working. | Ian Romanick | |
2004-04-27 | Removed the old teximage code. | Brian Paul | |
Moved all code related to specific texture compression modes into new texcompress_s3tc.c and texcompress_fxt1.c files (but not implemented). | |||
2004-04-26 | accomodate newtexstore | Daniel Borca | |
fixed wgl interface for fxMesa | |||
2004-04-26 | remove DitherValues | Alan Hourihane | |
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane | |
2004-04-24 | call drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck) | Brian Paul | |
2004-04-23 | Convert R200 driver to use the t_vertex interface. | Ian Romanick | |
2004-04-23 | init mgaScreen->irq (Tilman Sauerbeck) | Brian Paul | |
2004-04-22 | fix bracket at wrong place | Roland Scheidegger | |
2004-04-22 | Fix order of EMIT_4UB_4F declarations | Keith Whitwell | |
2004-04-22 | New glTexImage code. | Brian Paul | |
The gl_texture_format struct now has a StoreTexImageFunc that's called by glTex[Sub]Image[123]D to convert the user's texture data into the specific texture format layout. Now it's much easier to add new texture formats (like the 16/32-bit floating point formats). The texutil.[ch] and texutil_tmp.h files are obsolete. | |||
2004-04-21 | check return values of _swrast_CreateContext, etc | Brian Paul | |
2004-04-20 | add SciTech's GLDirect driver for Windows. | Alan Hourihane | |
This code is donated to Mesa which allows the usage of a Direct3D layer (DX7, DX8, DX9 or complete software fallback). No build system exists for this code yet, that will come..... | |||
2004-04-15 | add drm source dir for solo includes | Dave Airlie | |