summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-05-16generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]Brian Paul
2001-05-16fix for Jouk's glplanet bugKeith Whitwell
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul
2001-05-15_mesa_pack_index_span() was broken for non-GLubyte datatypesBrian Paul
2001-05-15increase FOG_MAX to 10.0 to fix CI conformace failureBrian Paul
2001-05-15minor clean-ups and more commentsBrian Paul
2001-05-14New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems withBrian Paul
2001-05-14typoKeith Whitwell
2001-05-14changed MAX_HEIGHT to 2048Brian Paul
2001-05-14New triangle rasterization code. Store per-span initial/step values in theBrian Paul
2001-05-14Fix for glean texgen test.Keith Whitwell
2001-05-14increase blocksize, remove dead opcodesKeith Whitwell
2001-05-13Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().Gareth Hughes
2001-05-11fixed scissor clear problem (Michael Saunders)Brian Paul
2001-05-11Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell
2001-05-11Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell
2001-05-10redo previous change in a more defensive wayBrian Paul
2001-05-10added check for zero-length spans, avoids potential problems laterBrian Paul
2001-05-10fixed some divide by zero problems found w/ conformBrian Paul
2001-05-10RGBA mode GL_NAND was wrong, fixed 16-bit GLchan supportBrian Paul
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell
2001-05-10applied Jeff & Keith's optimization to write_span_mono_pixmap()Brian Paul
2001-05-10fixed bad texture border test (sometimes caused a segfault)Brian Paul
2001-05-10minor clean-upBrian Paul
2001-05-10Driver interface changesKeith Whitwell
2001-05-10Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell
2001-05-10check hardware type and use SETUP_SNAP if neededBrian Paul
2001-05-09fixed loop bug in _mesa_ConvolutionFilter2D()Brian Paul
2001-05-09minor clean-upsBrian Paul
2001-05-09fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul
2001-05-09fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul
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-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
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-07More cleanups.Gareth Hughes
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, per...Brian Paul
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() - mi...Brian Paul
2001-05-03minor clean-ups and warning fixesBrian Paul