summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Collapse)Author
2001-05-07Initial new Win32 build support. More to come.Gareth Hughes
2001-05-03do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, ↵Brian Paul
perhaps needed for other cases, like GL_CURRENT_COLOR
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul
2001-05-03fix for moebius infinite loopKeith Whitwell
2001-05-03added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - ↵Brian Paul
might help Keith
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-05-03add disabled test to turn on vertex snapping.Keith Whitwell
2001-05-02fixed vertex color problemsBrian Paul
2001-05-02teximage updates. seems to work fine.Brian Paul
2001-05-02changed parameters to _mesa_rescale_teximage2d()Brian Paul
2001-05-01minor XFree86 changeBrian Paul
2001-05-01float color changesKeith Whitwell
2001-05-01removed debugKeith Whitwell
2001-05-01fix from JoukKeith Whitwell
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-30Restore optimization for cva glArrayElement operation.Keith Whitwell
2001-04-29typoKeith Whitwell
2001-04-29More HW_DIVIDE checks.Keith Whitwell
2001-04-29Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide offKeith Whitwell
according to a runtime test.
2001-04-28fix color copying in twosided quadsKeith Whitwell
2001-04-28add specialized interp for backcolor, edgeflagsKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-27changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵Brian Paul
and GLframebuffer structs instead of pointers
2001-04-27added _mesa_free_framebuffer_data()Brian Paul
2001-04-26Added Makefile support for building libOSMesa16.so which is Mesa compiledBrian Paul
for 16-bit color channels, using the OSMesa driver.
2001-04-26fixed mem leak in XFreeFontInfo() callBrian Paul
2001-04-26flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul
2001-04-26first pass at eval fixesKeith Whitwell
2001-04-26no-copy drawarrays for remaining non-fan primitivesKeith Whitwell
2001-04-25fixed a potential tex obj reference count problem involving multi-textureBrian Paul
2001-04-25minor simplification in glGetTexLevelParameterBrian Paul
2001-04-24fixed typo in GL_ARB_transpose_matrixBrian Paul
2001-04-24fixed problems with texel component size queries in glGetTexLevelParameter()Brian Paul
2001-04-24texture image code updates (not finished)Brian Paul
2001-04-24assign texImage->FetchTexel only if NULLBrian Paul
2001-04-23fixed two mistakes in texture combine codeBrian Paul
2001-04-20compilation fixes - texturing isn't working at this timeBrian Paul
2001-04-20Minor fixes for Win32 (Karl Schultz).Brian Paul
2001-04-20improved a glBindTexture error messageBrian Paul
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul
texture image in the base internal format between user->Mesa format conversion. See comments in texstore.c
2001-04-19removed glext.h hacksBrian Paul
2001-04-19bug fixes, added missing state query casesBrian Paul
2001-04-19Remove values from VB->importable_data as those arrays are removedKeith Whitwell
from the VB.
2001-04-19Fix striding of color material inputs. (Fixes glean colorLitPerf)Keith Whitwell
2001-04-17minor optimization to dot3 computationBrian Paul
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul
2001-04-17another fix in import_texcoord()Brian Paul
2001-04-17replaced ac->count with ac->count - ac->start in import_texcoord(), as in ↵Brian Paul
the other import functions
2001-04-17fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays()Brian Paul
2001-04-16return hex string for unknown tokens in _mesa_lookup_enum_by_nr()Brian Paul