Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync with XFree86/DRI glcore.h, now identical | Brian Paul | 2001-04-29 | 1 | -9/+15 |
| | |||||
* | typo | Keith Whitwell | 2001-04-29 | 1 | -2/+1 |
| | |||||
* | More HW_DIVIDE checks. | Keith Whitwell | 2001-04-29 | 1 | -6/+6 |
| | |||||
* | Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide off | Keith Whitwell | 2001-04-29 | 2 | -16/+18 |
| | | | | according to a runtime test. | ||||
* | fix color copying in twosided quads | Keith Whitwell | 2001-04-28 | 1 | -2/+10 |
| | |||||
* | add specialized interp for backcolor, edgeflags | Keith Whitwell | 2001-04-28 | 3 | -5/+129 |
| | |||||
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 31 | -772/+780 |
| | |||||
* | added -display option | Brian Paul | 2001-04-27 | 1 | -7/+12 |
| | |||||
* | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵ | Brian Paul | 2001-04-27 | 5 | -102/+88 |
| | | | | and GLframebuffer structs instead of pointers | ||||
* | added _mesa_free_framebuffer_data() | Brian Paul | 2001-04-27 | 2 | -24/+47 |
| | |||||
* | added 16-bit/channel rendering info | Brian Paul | 2001-04-26 | 1 | -10/+10 |
| | |||||
* | Added Makefile support for building libOSMesa16.so which is Mesa compiled | Brian Paul | 2001-04-26 | 4 | -4/+253 |
| | | | | for 16-bit color channels, using the OSMesa driver. | ||||
* | fixed mem leak in XFreeFontInfo() call | Brian Paul | 2001-04-26 | 1 | -3/+3 |
| | |||||
* | flush pipeline in WMesaSwapBuffers (Frank Warmerdam) | Brian Paul | 2001-04-26 | 1 | -1/+9 |
| | |||||
* | first pass at eval fixes | Keith Whitwell | 2001-04-26 | 11 | -133/+213 |
| | |||||
* | no-copy drawarrays for remaining non-fan primitives | Keith Whitwell | 2001-04-26 | 1 | -15/+75 |
| | |||||
* | fixed a potential tex obj reference count problem involving multi-texture | Brian Paul | 2001-04-25 | 2 | -29/+23 |
| | |||||
* | added -Wundef to linux-debug compiler flags | Brian Paul | 2001-04-25 | 1 | -2/+2 |
| | |||||
* | added ShowAlphaBuffer feature - 'a' key | Brian Paul | 2001-04-25 | 1 | -2/+8 |
| | |||||
* | minor simplification in glGetTexLevelParameter | Brian Paul | 2001-04-25 | 1 | -17/+10 |
| | |||||
* | fixed typo in GL_ARB_transpose_matrix | Brian Paul | 2001-04-24 | 1 | -2/+2 |
| | |||||
* | added -i and -h options | Brian Paul | 2001-04-24 | 1 | -4/+30 |
| | |||||
* | reordered a few blend enums | Brian Paul | 2001-04-24 | 1 | -3/+3 |
| | |||||
* | fixed problems with texel component size queries in glGetTexLevelParameter() | Brian Paul | 2001-04-24 | 1 | -8/+42 |
| | |||||
* | texture image code updates (not finished) | Brian Paul | 2001-04-24 | 3 | -195/+143 |
| | |||||
* | assign texImage->FetchTexel only if NULL | Brian Paul | 2001-04-24 | 1 | -6/+21 |
| | |||||
* | fixed two mistakes in texture combine code | Brian Paul | 2001-04-23 | 1 | -4/+5 |
| | |||||
* | compilation fixes - texturing isn't working at this time | Brian Paul | 2001-04-20 | 2 | -2/+7 |
| | |||||
* | Minor fixes for Win32 (Karl Schultz). | Brian Paul | 2001-04-20 | 6 | -51/+53 |
| | |||||
* | improved a glBindTexture error message | Brian Paul | 2001-04-20 | 1 | -2/+2 |
| | |||||
* | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul | 2001-04-20 | 5 | -59/+133 |
| | | | | | texture image in the base internal format between user->Mesa format conversion. See comments in texstore.c | ||||
* | check-in of old updates | Brian Paul | 2001-04-20 | 1 | -1/+26 |
| | |||||
* | removed glext.h hacks | Brian Paul | 2001-04-19 | 1 | -19/+1 |
| | |||||
* | bug fixes, added missing state query cases | Brian Paul | 2001-04-19 | 2 | -19/+165 |
| | |||||
* | added GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 ↵ | Brian Paul | 2001-04-19 | 1 | -2/+44 |
| | | | | GL_ARB_texture_border_clamp (temporary until SGI updates this file) | ||||
* | added SecondaryColor functions | Brian Paul | 2001-04-19 | 1 | -1/+18 |
| | |||||
* | Add more options, including '-10','-100' and '-1000' to limit nr of vertices. | Keith Whitwell | 2001-04-19 | 1 | -11/+50 |
| | |||||
* | Remove values from VB->importable_data as those arrays are removed | Keith Whitwell | 2001-04-19 | 1 | -2/+3 |
| | | | | from the VB. | ||||
* | Fix striding of color material inputs. (Fixes glean colorLitPerf) | Keith Whitwell | 2001-04-19 | 2 | -30/+33 |
| | |||||
* | minor optimization to dot3 computation | Brian Paul | 2001-04-17 | 1 | -4/+3 |
| | |||||
* | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | Brian Paul | 2001-04-17 | 6 | -44/+130 |
| | |||||
* | another fix in import_texcoord() | Brian Paul | 2001-04-17 | 1 | -2/+2 |
| | |||||
* | replaced ac->count with ac->count - ac->start in import_texcoord(), as in ↵ | Brian Paul | 2001-04-17 | 1 | -2/+2 |
| | | | | the other import functions | ||||
* | fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays() | Brian Paul | 2001-04-17 | 1 | -2/+2 |
| | |||||
* | return hex string for unknown tokens in _mesa_lookup_enum_by_nr() | Brian Paul | 2001-04-16 | 1 | -2/+11 |
| | |||||
* | added missing 'break' in _mesa_TexEnvfv(), better error messages | Brian Paul | 2001-04-16 | 1 | -26/+36 |
| | |||||
* | added a work-around in _swrast_copy_texsubimage[123]d() to fix alpha channel ↵ | Brian Paul | 2001-04-13 | 1 | -1/+49 |
| | | | | problem in some DRI drivers (see comments) | ||||
* | b-key toggles between textures w/ and w/out border | Brian Paul | 2001-04-12 | 1 | -21/+75 |
| | |||||
* | Moved FRAC macro out of mmath.h into s_texture.c since it's only used there | Brian Paul | 2001-04-12 | 1 | -12/+41 |
| | | | | | | and doesn't do what one might expect for negative values. Reimplemented FRAC in terms of floor() to fix glitches seen in tests/texwrap.c. Minor fix for problem with GL_CLAMP_TO_BORDER_ARB with GL_NEAREST sampling. | ||||
* | Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls the | Brian Paul | 2001-04-11 | 1 | -31/+157 |
| | | | | | various texture API functions to restore state. Before, the device drivers weren't getting notified of important texture state changes. |