Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update; minor changes | Daniel Borca | 2004-05-20 | 1 | -5/+9 |
| | |||||
* | Add support for GL_EXT_blend_[func|equation]_separate. Fix ↵ | Roland Scheidegger | 2004-05-20 | 4 | -17/+115 |
| | | | | GL_EXT_blend_color. Remove support for GL_EXT_blend_logic_op (cannot be supported together with blend_equation_separate unless a software fallback would be added). | ||||
* | add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLOR | Roland Scheidegger | 2004-05-20 | 2 | -0/+5 |
| | |||||
* | add missing R200_RB3D_BLENDCOLOR register | Roland Scheidegger | 2004-05-20 | 1 | -0/+1 |
| | |||||
* | added GL_NV_blend_square | Daniel Borca | 2004-05-19 | 3 | -82/+57 |
| | | | | | fixed alpha blending modes for Napalm minor fix in compressed texture aspectratio adjust | ||||
* | added some core-level extensions | Daniel Borca | 2004-05-18 | 1 | -0/+2 |
| | |||||
* | Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix ↵ | Roland Scheidegger | 2004-05-14 | 3 | -162/+135 |
| | | | | errors when blending is disabled (set blend equation and function to default values). | ||||
* | cast driHwLock assignment | Brian Paul | 2004-05-13 | 1 | -1/+2 |
| | |||||
* | silence warning in assignment to gp.value | Brian Paul | 2004-05-13 | 1 | -1/+1 |
| | |||||
* | fix parameters to StoreImage() | Brian Paul | 2004-05-13 | 1 | -2/+2 |
| | |||||
* | Fixed code that has computed incorrect number of modes. | Erdi Chen | 2004-05-12 | 1 | -1/+1 |
| | |||||
* | Added support for GL_EXT_blend_equation_separate and | Ian Romanick | 2004-05-12 | 3 | -200/+177 |
| | | | | | GL_NV_blend_square. Fix a bug in the way the GL_MIN and GL_MAX blending modes were handled. | ||||
* | Fixed a bug that showed up in several multitexturing games (Quake3 and | Ian Romanick | 2004-05-12 | 3 | -35/+16 |
| | | | | | | ThinkTanks were tested) that was related to the recent 4 TMU changes. Removed the un-needed TexBlendColorPipeNum field from the hardware context. | ||||
* | fix parameters to StoreImage calls | Brian Paul | 2004-05-12 | 1 | -2/+2 |
| | |||||
* | remove last remnants of NEWTEXSTORE stuff | Brian Paul | 2004-05-12 | 1 | -22/+0 |
| | |||||
* | obsolete in favor of regular Makefiles | Brian Paul | 2004-05-12 | 13 | -1624/+0 |
| | |||||
* | minor fixes | Daniel Borca | 2004-05-12 | 2 | -7/+3 |
| | |||||
* | Fix a possible segfault caused by the SGI_make_current_read changes. | Ian Romanick | 2004-05-11 | 1 | -0/+1 |
| | |||||
* | fixed bugs in fxddtex.c | Daniel Borca | 2004-05-10 | 5 | -215/+260 |
| | | | | cleaned up win32 definition files | ||||
* | Fix solo build, add missing #ifdef NEW_INTERFACE | Jon Smirl | 2004-05-09 | 1 | -0/+8 |
| | |||||
* | Added german translation to option texture_units. | Felix Kuehling | 2004-05-08 | 1 | -0/+1 |
| | |||||
* | Don't mix variable definitions and other statements (fixed build on old | Eric Anholt | 2004-05-08 | 1 | -1/+2 |
| | | | | compiler). | ||||
* | Add support for GLX_SGI_make_current_read. | Ian Romanick | 2004-05-07 | 4 | -11/+36 |
| | |||||
* | Warning clean-ups. | Ian Romanick | 2004-05-07 | 2 | -4/+4 |
| | |||||
* | Enable use of new DRI interface in i830 driver. | Ian Romanick | 2004-05-07 | 1 | -12/+201 |
| | |||||
* | Add support for the 3rd and 4th texture units. The actual number of | Ian Romanick | 2004-05-07 | 9 | -282/+405 |
| | | | | available units is configurable via the texture_units option. | ||||
* | Added a config option to set the number of available texture units. A | Ian Romanick | 2004-05-07 | 1 | -0/+5 |
| | | | | German translation is still needed. | ||||
* | Refactor "classic" texture environments to be implemented in terms of | Ian Romanick | 2004-05-07 | 2 | -995/+148 |
| | | | | | | 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. | ||||
* | Remove a debug printf that should not have been left in. | Ian Romanick | 2004-05-05 | 1 | -3/+0 |
| | |||||
* | Added support for the 3rd texture coordinate for cubemaps and 3D | Ian Romanick | 2004-05-05 | 8 | -184/+294 |
| | | | | | | textures. progs/demos/cubemap and progs/demos/stex3d seem to work correctly at all tcl_mode settings. x86 / SSE codegen is currently disabled. | ||||
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 1 | -7/+9 |
| | |||||
* | add r200 x86 sources | Dave Airlie | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | switch to X86_SOURCES | Dave Airlie | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | Skeletal fallback-only DRI driver. Initial checkin, not quite working yet. | Adam Jackson | 2004-05-03 | 3 | -0/+606 |
| | |||||
* | remove this use the one from the DRM | Dave Airlie | 2004-05-03 | 1 | -680/+0 |
| | |||||
* | the config is included by the Makefiles that includes this file... | Dave Airlie | 2004-05-03 | 1 | -2/+0 |
| | |||||
* | add asm sources | Dave Airlie | 2004-05-03 | 1 | -2/+2 |
| | |||||
* | clean up the common objects.. | Dave Airlie | 2004-05-03 | 1 | -0/+1 |
| | |||||
* | get rid of last few XF86DRIClipRect | Dave Airlie | 2004-05-03 | 4 | -10/+10 |
| | |||||
* | fix up build for solo/dri | Dave Airlie | 2004-05-03 | 5 | -18/+11 |
| | |||||
* | fix StoreImage calls, remove dead code (Adam Jackson) | Brian Paul | 2004-05-02 | 1 | -23/+4 |
| | |||||
* | FXT1: getting warmer | Daniel Borca | 2004-04-30 | 2 | -145/+68 |
| | |||||
* | If we can't allocate the rowimage - bail | Alan Hourihane | 2004-04-30 | 1 | -0/+2 |
| | |||||
* | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell | 2004-04-30 | 1 | -0/+4 |
| | |||||
* | Remove several files that are only used in the XFree86 / Xorg libGL.so. | Ian Romanick | 2004-04-29 | 5 | -1515/+0 |
| | | | | They are *not* linked into the *_dri.so drivers. | ||||
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 37 | -1375/+222 |
| | |||||
* | FXT1 preparations | Daniel Borca | 2004-04-29 | 2 | -53/+97 |
| | |||||
* | Use the dispatch table directly instead of calling GL functions. | Ian Romanick | 2004-04-27 | 1 | -32/+38 |
| | |||||
* | Remove include of texutil.h to get build working. | Ian Romanick | 2004-04-27 | 6 | -8/+0 |
| | |||||
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -2/+2 |
| | | | | | Moved all code related to specific texture compression modes into new texcompress_s3tc.c and texcompress_fxt1.c files (but not implemented). |