1521 Commits (dde2da64b5176a06638efcd0be7fbaaf6a950363)
 

Author SHA1 Message Date
  Gareth Hughes dde2da64b5 Force texture download every time to handle lazy texture downloads. 24 years ago
  Brian Paul 78ad878b66 updated texture image handling - STILL UNTESTED 24 years ago
  Brian Paul f378ab825c added a number of debugging tests to be sure drivers handle texture images correctly 24 years ago
  Brian Paul 8e39ad2cd6 Overhaul of texture image handling. 24 years ago
  Brian Paul 16461f7c53 added _mesa_adjust_image_for_convolution() 24 years ago
  Keith Whitwell d1baa05439 Use a lookup table to compute exponents in tnl fogging code. Slightly 24 years ago
  Brian Paul 8fd9f1748d misc updates to match latest device driver changes 24 years ago
  Brian Paul 228748bc49 added mesa_profile extern decl 24 years ago
  Brian Paul d8bc5a9eba replaced frustrum with frustum 24 years ago
  Jouk Jansen db7a3318aa Committing in . 24 years ago
  Keith Whitwell 71270195d5 rework to correctly respect _ac_import_range() 24 years ago
  Keith Whitwell 6e9f8b7cdb Fast no-copy drawarrays for large tristrips 24 years ago
  Gareth Hughes fe69cb4b9b Some more work on interal debugging, timing routines for things that 24 years ago
  Jouk Jansen 6d689e8a69 Committing in . 24 years ago
  Brian Paul eeb861df0b make gluPerspective() call glMultMatrix() instead of glFrustum() to get correct error semantics 24 years ago
  Brian Paul d68b699291 added packed types to glGetMinMax and glGetHistogram error checks 24 years ago
  Brian Paul e56cc3970f fixed half pixel offset bug in aa point code 24 years ago
  Gareth Hughes f2515fa83e Upgrade to (patched) version 7 of glext.h 24 years ago
  Brian Paul 426628c374 last segment of AA stippled lines wasn't drawn 24 years ago
  Brian Paul 326f9ddd8a fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage() 24 years ago
  Brian Paul ba70e59e82 GL_SHADE_MODEL wasn't popped correctly 24 years ago
  Brian Paul 961b7cad05 removed unused vars 24 years ago
  Brian Paul 184a575a00 only compute separate specular if texturing really enabled 24 years ago
  Brian Paul 407b487017 fixed computation of _MultiTextureEnabled (again) 24 years ago
  Keith Whitwell d98fdad3bf Update implementations of Driver.Clear(). 24 years ago
  Keith Whitwell 5c1e7fa6ee Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels 24 years ago
  Brian Paul 4b90e68ac6 optimized lambda computation (Klaus Niederkrueger) 24 years ago
  Brian Paul e5dfe384ad updates to the trace extension 24 years ago
  Brian Paul d6dd0fceb1 updated spec 24 years ago
  Brian Paul f3da389ae0 redo _mesa_PopAttrib() to call Mesa state functions so derived state is updated 25 years ago
  Brian Paul ab36c9aa1c removed the unused/broken GL_PGI_misc_hints extension 25 years ago
  Brian Paul 9533fd1842 minor tweaks 25 years ago
  Brian Paul 74b493a5e6 Lots of GLchan datatype changes. 25 years ago
  Brian Paul 125fddc31d added DestroyHeads() to test clean-up code 25 years ago
  Brian Paul 6140a8c65f minor tweaks 25 years ago
  Brian Paul 4e3e9ac8fb added support for 4 texture units 25 years ago
  Brian Paul 2b2e62154d space-bar = pause animation 25 years ago
  Brian Paul b6bcae5698 Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. 25 years ago
  Brian Paul ab0c886a6c added dispatch override mechanism, used by trace extension 25 years ago
  Brian Paul f2718b0966 fixed glTexSubImage error check bug #128775 25 years ago
  Brian Paul 39927e60ea test check-in 25 years ago
  Keith Whitwell c0bcd2ca99 Fixes for performance bug on compiled array element paths. 25 years ago
  Brian Paul 547bbcabff updated ctx->Driver functions for s/w setup 25 years ago
  Brian Paul d292b83d1a fixed a small error in import_color(), include m_translate.h 25 years ago
  Keith Whitwell d43a5943d8 Fix several conformance problems. Hack solution to line stipple problem. 25 years ago
  Brian Paul 230928ad5f removed unneeded TXTR_COORD macros (Stephen Tse) 25 years ago
  Keith Whitwell 3fd01320f1 Fixed conform feedback and drawelements tests. 25 years ago
  Keith Whitwell ab8b047ae5 fix conform dlist test 25 years ago
  Keith Whitwell 8415686ea2 Use correct pv in swrast lines routines 25 years ago
  Keith Whitwell 321f67c472 Fix crash in book/stencil. 25 years ago