aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-0314-185/+167
* fix for moebius infinite loopKeith Whitwell2001-05-034-34/+61
* added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - mi...Brian Paul2001-05-031-2/+4
* minor clean-ups and warning fixesBrian Paul2001-05-037-35/+19
* add disabled test to turn on vertex snapping.Keith Whitwell2001-05-031-0/+5
* fixed vertex color problemsBrian Paul2001-05-022-13/+13
* teximage updates. seems to work fine.Brian Paul2001-05-022-116/+121
* changed parameters to _mesa_rescale_teximage2d()Brian Paul2001-05-022-11/+15
* minor XFree86 changeBrian Paul2001-05-011-1/+5
* float color changesKeith Whitwell2001-05-012-18/+18
* applied Diego Santa Cruz's patch to triangulateRectCenter()Brian Paul2001-05-011-6/+9
* removed debugKeith Whitwell2001-05-013-18/+15
* fix from JoukKeith Whitwell2001-05-011-3/+3
* Lots more eval fixesKeith Whitwell2001-04-3013-307/+407
* Restore optimization for cva glArrayElement operation.Keith Whitwell2001-04-303-7/+15
* typoKeith Whitwell2001-04-291-2/+1
* More HW_DIVIDE checks.Keith Whitwell2001-04-291-6/+6
* Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide offKeith Whitwell2001-04-292-16/+18
* fix color copying in twosided quadsKeith Whitwell2001-04-281-2/+10
* add specialized interp for backcolor, edgeflagsKeith Whitwell2001-04-283-5/+129
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-2831-772/+780
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-275-102/+88
* added _mesa_free_framebuffer_data()Brian Paul2001-04-272-24/+47
* Added Makefile support for building libOSMesa16.so which is Mesa compiledBrian Paul2001-04-262-1/+231
* fixed mem leak in XFreeFontInfo() callBrian Paul2001-04-261-3/+3
* flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul2001-04-261-1/+9
* first pass at eval fixesKeith Whitwell2001-04-2611-133/+213
* no-copy drawarrays for remaining non-fan primitivesKeith Whitwell2001-04-261-15/+75
* fixed a potential tex obj reference count problem involving multi-textureBrian Paul2001-04-252-29/+23
* minor simplification in glGetTexLevelParameterBrian Paul2001-04-251-17/+10
* fixed typo in GL_ARB_transpose_matrixBrian Paul2001-04-241-2/+2
* fixed problems with texel component size queries in glGetTexLevelParameter()Brian Paul2001-04-241-8/+42
* texture image code updates (not finished)Brian Paul2001-04-243-195/+143
* assign texImage->FetchTexel only if NULLBrian Paul2001-04-241-6/+21
* fixed two mistakes in texture combine codeBrian Paul2001-04-231-4/+5
* compilation fixes - texturing isn't working at this timeBrian Paul2001-04-202-2/+7
* Minor fixes for Win32 (Karl Schultz).Brian Paul2001-04-206-51/+53
* improved a glBindTexture error messageBrian Paul2001-04-201-2/+2
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-205-59/+133
* removed glext.h hacksBrian Paul2001-04-191-19/+1
* bug fixes, added missing state query casesBrian Paul2001-04-192-19/+165
* Remove values from VB->importable_data as those arrays are removedKeith Whitwell2001-04-191-2/+3
* Fix striding of color material inputs. (Fixes glean colorLitPerf)Keith Whitwell2001-04-192-30/+33
* minor optimization to dot3 computationBrian Paul2001-04-171-4/+3
* Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul2001-04-176-44/+130
* another fix in import_texcoord()Brian Paul2001-04-171-2/+2
* replaced ac->count with ac->count - ac->start in import_texcoord(), as in the...Brian Paul2001-04-171-2/+2
* fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays()Brian Paul2001-04-171-2/+2
* return hex string for unknown tokens in _mesa_lookup_enum_by_nr()Brian Paul2001-04-161-2/+11
* added missing 'break' in _mesa_TexEnvfv(), better error messagesBrian Paul2001-04-161-26/+36