Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update; minor changes | Daniel Borca | 2004-05-20 | 2 | -14/+22 |
| | |||||
* | 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 some in-code documentation. Modifed glParameter to be a | Ian Romanick | 2004-05-19 | 2 | -39/+126 |
| | | | | subclass of glItem. | ||||
* | Re-ordered categories. Added extension number information. | Ian Romanick | 2004-05-19 | 1 | -1324/+1475 |
| | |||||
* | 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 | ||||
* | New scripts for processing the XML version of APIspec. Mail is being | Ian Romanick | 2004-05-18 | 8 | -0/+8222 |
| | | | | sent to mesa3d-dev with a more detailed description. | ||||
* | added some core-level extensions | Daniel Borca | 2004-05-18 | 1 | -0/+2 |
| | |||||
* | fixed some bogus array enable tests (Soju Matsumoto) | Brian Paul | 2004-05-17 | 1 | -4/+4 |
| | |||||
* | minor doxygen updates | Brian Paul | 2004-05-14 | 4 | -4/+6 |
| | |||||
* | Minor fixes/optimizations to type conversions in draw_depth_pixels(). | Brian Paul | 2004-05-14 | 1 | -27/+41 |
| | | | | Fix off by one errors in a few assertions. | ||||
* | 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 |
| | |||||
* | Another pass at implementing byte-swapped texture formats. | Brian Paul | 2004-05-13 | 5 | -650/+319 |
| | | | | | More code re-use this time. Most formats now tested/debugged with new packedpixels.c test. | ||||
* | GL_BGR can't be used with the packed types, according to the GL spec. ↵ | Brian Paul | 2004-05-12 | 1 | -1/+15 |
| | | | | Enforce such. | ||||
* | some component ordering bugs in extract_float_rgba() | Brian Paul | 2004-05-12 | 1 | -24/+32 |
| | |||||
* | 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 compiler warnings (Jerome Glisse) | Brian Paul | 2004-05-12 | 16 | -46/+61 |
| | |||||
* | fix parameters to StoreImage calls | Brian Paul | 2004-05-12 | 1 | -2/+2 |
| | |||||
* | remove last remnants of NEWTEXSTORE stuff | Brian Paul | 2004-05-12 | 3 | -43/+0 |
| | |||||
* | remove the last line of the previous patch | Brian Paul | 2004-05-12 | 1 | -1/+0 |
| | |||||
* | fix red/green/blueBits typos | Brian Paul | 2004-05-12 | 1 | -3/+4 |
| | |||||
* | obsolete in favor of regular Makefiles | Brian Paul | 2004-05-12 | 16 | -1853/+0 |
| | |||||
* | yank bgr233 texformat. minor comment updates. | Brian Paul | 2004-05-12 | 5 | -106/+2 |
| | |||||
* | minor fixes | Daniel Borca | 2004-05-12 | 2 | -7/+3 |
| | |||||
* | Added big-endian texture formats. | Brian Paul | 2004-05-12 | 9 | -543/+1052 |
| | | | | Moved CI->RGBA palette lookup into texel fetch function. | ||||
* | Fix a possible segfault caused by the SGI_make_current_read changes. | Ian Romanick | 2004-05-11 | 1 | -0/+1 |
| | |||||
* | Don't call calculate_derived_texenv() from in _mesa_TexEnv(). | Brian Paul | 2004-05-10 | 1 | -32/+18 |
| | | | | Minor code rearranging. | ||||
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 14 | -6/+202 |
| | |||||
* | fixed bugs in fxddtex.c | Daniel Borca | 2004-05-10 | 7 | -218/+261 |
| | | | | 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. | ||||
* | fix rectangle texture clamping and border-related code | Brian Paul | 2004-05-06 | 1 | -23/+72 |
| | |||||
* | 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. | ||||
* | fix a few bugs when using GL_REDUCE convolution mode | Brian Paul | 2004-05-05 | 1 | -6/+8 |
| | |||||
* | fix a bug on the convolution path | Brian Paul | 2004-05-04 | 1 | -1/+3 |
| | |||||
* | obsolete | Brian Paul | 2004-05-04 | 1 | -81/+0 |
| |