summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-23added 3.4.2 changes, SPARC assemblyBrian Paul
2001-05-23updated copyrightBrian Paul
2001-05-23SPARC assembly optimizations from David Miller.Brian Paul
2001-05-22a little more work on GL_SGIS_generate_mipmapBrian Paul
2001-05-21fixed a number of multi-texture line bugsBrian Paul
2001-05-21added multitexture supportBrian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes
- Add debug, benchmark code. - Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions before exiting the fast math block. - Remove divide-by-zero test in x86 cliptest, and set clipped vertices to [0,0,0,1] instead of leaving them uninitialized.
2001-05-21s/Height/height/ (Jeff Potter)Brian Paul
2001-05-18added missing #undefs at end of fileBrian Paul
2001-05-18fixed a bad error string in ClientActiveTexture()Brian Paul
2001-05-17fixed two GL error callsBrian Paul
2001-05-17fixed Width/Height typo (Jeff Hartmann)Brian Paul
2001-05-17removed (void) index; statementBrian Paul
2001-05-17Comment out __FUNCTION__ usage.Keith Whitwell
2001-05-17Fix order of decomposition of quad.Keith Whitwell
Remove 'swrast->_MultiTexEnabled' derived value.
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul
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-15added latest 3.5 changesBrian Paul
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul
not before.
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-15moved some misplaced compiler flags from CC assigment to CFLAGSBrian Paul
2001-05-14New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems withBrian Paul
IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h
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
new triangle_span struct. Much cleaner code and possibilities for future optimizations.
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
Fix some problems with draw_arrays, draw_elements.
2001-05-11fix a couple of small bugsKeith Whitwell
2001-05-11made render path selection more flexibleKeith Whitwell
2001-05-11Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell
cassettes. Fixes problem with isosurf/compiled-array-elt/strips.
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
Apply Jeff Epler's optimization to ci spans as well, remove old code.
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
_tnl_run_pipeline() a little.
2001-05-10removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance ↵Brian Paul
anymore
2001-05-10check hardware type and use SETUP_SNAP if neededBrian Paul
2001-05-09fixed loop bug in _mesa_ConvolutionFilter2D()Brian Paul