summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-09check for tiny values in dir[] vector in calcposobjs(), prevents FP ↵Brian Paul
underflows later
2001-05-09missed a GLfixed->GLfloat fog changeBrian Paul
2001-05-09don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exceptionBrian Paul
2001-05-09make sure rotation plugged into sin/cos lookup tables is always positive, ↵Brian Paul
fixes FP exception
2001-05-09fixed minor logic error in _mesa_StencilOp()Brian Paul
2001-05-09remove debug codeKeith Whitwell
2001-05-09add missing translate functionsKeith Whitwell
2001-05-09fix possible segfault on destroy contextKeith Whitwell
2001-05-09Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchicalKeith Whitwell
dlist calls).
2001-05-09Use correct PV when clipping.Keith Whitwell
2001-05-09Don't scale basealpha by 255 now it's a float.Keith Whitwell
2001-05-09fix eval/colormaterial interactionKeith Whitwell
2001-05-07set MRD to 1.0, fixes new Glean polygon offset failureBrian Paul
2001-05-07sample plane equations at fragment centers, not lower-left cornerBrian Paul
2001-05-07Add new tests.Gareth Hughes
2001-05-07More cleanups.Gareth Hughes
2001-05-07Initial new Win32 build support. More to come.Gareth Hughes
2001-05-04added info about driver status in 3.5Brian Paul
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-01applied Diego Santa Cruz's patch to triangulateRectCenter()Brian Paul
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-29sync with XFree86/DRI glcore.h, now identicalBrian Paul
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-27added -display optionBrian Paul
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 16-bit/channel rendering infoBrian 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