2903 Commits (93e0ba8b80338e3526dcf686afef369e39391b45)
 

Author SHA1 Message Date
  Brian Paul 93e0ba8b80 properly handle very wide images 23 years ago
  Brian Paul 6e179ad9ef clean-ups, comments 23 years ago
  Brian Paul 91e98cd153 fix bad _mesa_printf() calls (mesa bug 646753) 23 years ago
  Brian Paul 66fa33e576 updated to use ARB extensions 23 years ago
  Brian Paul 2a7243481a added GL_DEPTH_COMPONENT to two assertions 23 years ago
  Brian Paul e7cf569475 declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba) 23 years ago
  Brian Paul d37363d4c0 added const to casts 23 years ago
  Brian Paul 2569c3c744 remove GLUTAPIENTRY from __glutCloseDownGameMode 23 years ago
  Brian Paul 0f8daaf670 mask is always non-null in write_rgba_pixels and write_monorgba_pixels 23 years ago
  Brian Paul 1b94df053d use polygon offset to avoid multi-pass Z-fighting artifacts 23 years ago
  Brian Paul 957a0cdb13 added missing call to _mesa_write_mono_alpha_span() 23 years ago
  Brian Paul f345c61a59 fixed bad clear value 23 years ago
  Brian Paul a87514f58e added missing ctx parameter to _tnl_flush_immediate() calls 23 years ago
  Brian Paul 3ac375b174 set default texcoords for glBitmap/glDrawPixels 23 years ago
  Keith Whitwell e44bf40402 Flush IM if very small number of verts left -- prevent copy errors 23 years ago
  Brian Paul 3ac8105e9c fixed cube texture auto-mipmap generation bug (641363) 23 years ago
  Brian Paul 3a212032e7 put FEATURE_NV_vertex_program around vpstate.h include 23 years ago
  Brian Paul d6113fc20d bring in a few AGP-related bits from 4.0.4 23 years ago
  Brian Paul a8f002f4f4 enable 1.4 extensions 23 years ago
  Brian Paul 1fe3b1d964 more clean-ups 23 years ago
  Brian Paul 69e3c8b323 bump version to 5.1 23 years ago
  Brian Paul 22a47c5251 Overhaul of line drawing template code. Make better use of sw_span mechanism. 23 years ago
  Brian Paul 4839824587 fix compilation problem (Philippe Houdoin) 23 years ago
  Karl Schultz 1b260aee24 Add _mesa_enable_1_4_extensions and _mesa_problem 23 years ago
  Brian Paul 9c799cdc49 Lots of clean-ups. 23 years ago
  Brian Paul b4497c5843 template code for span functions for flat, memory-based frame buffers 23 years ago
  Brian Paul cdf2da368d moved function declaration into the template, define the NAME to specify the function names 23 years ago
  Brian Paul 36723b6538 check for NULL span argument 23 years ago
  Brian Paul e21a79bfdd added comments about NULL mask parameter to span-write functions 23 years ago
  Brian Paul 4d7a1289ed optimized color buffer clear fallback (use mono-color span functions 23 years ago
  Brian Paul 9d88c7d8f4 last tweaks for 5.0 release 23 years ago
  Brian Paul 21709b354b init facing to zero 23 years ago
  Brian Paul 62d821786c include imports.h 23 years ago
  Brian Paul 101b16cf41 minor update 23 years ago
  Brian Paul 069ad023b5 omit dmesadxe.h from tar file 23 years ago
  Brian Paul 43cb96cbf6 html index to doc files, doxygen files 23 years ago
  Brian Paul 1e9d43f56c latest 5.0 bug fixes 23 years ago
  Brian Paul 7069a7e3d6 apply scale factor before clapping for DOT3 23 years ago
  Brian Paul d5cbe1e924 removed -malign-jumps 23 years ago
  Karl Schultz d8c6273cf6 Tweaks for hpux. The hpux10 and hpux10-sl targets now build pretty 23 years ago
  Brian Paul 68b1d5c315 compilation fixes 23 years ago
  Brian Paul f104619b8f changes to vishandle usage to prevent segfault in some circumstances 23 years ago
  Brian Paul 04cf6f4958 added Z calculation fix 23 years ago
  Brian Paul ad8cd6111e fix float->int Z calculation in _mesa_span_default_z() 23 years ago
  Brian Paul e307931314 fix one-bit error in float->int Z calculation 23 years ago
  Brian Paul 2dee6187e4 added P4 / 3DNow bug fix 23 years ago
  Keith Whitwell b6d90e50ea fix 3dnow misdetection on new p4's 23 years ago
  Brian Paul aa80f05484 multisample / polygon smooth test 23 years ago
  Karl Schultz af76b4280c Add instructions to unzip both zip files into the same directory. 23 years ago
  Brian Paul 456bc69ac4 declare tempI as Int, not Real (Jon Perry) 23 years ago