306 Commits (e312cf26ea1ae0445926df20c43e80363d453cb5)
 

Author SHA1 Message Date
  Kendall Bennett e312cf26ea . Updates to get X86, MXX and 3DNow assembler code working with Watcom 26 years ago
  Brian Paul b95d252c34 added GL_EXT_texture_env_add extension 26 years ago
  Brian Paul a087e348ab added gl_extension_is_enabled() 26 years ago
  Brian Paul ea895e6839 added some braces to silence gcc warnings 26 years ago
  Brian Paul d23f90726a minor clean-ups 26 years ago
  Brian Paul 1d5971db24 changed a warning string 26 years ago
  Brian Paul 845117bd05 ColorTableEXT clean-up 26 years ago
  Brian Paul 9ad72cd9b1 removed redundant extension prototypes 26 years ago
  Brian Paul b99db9ea7b updated for new texture color palette struct 26 years ago
  Brian Paul eb1f282b73 don't include strings.h or stdio.h 26 years ago
  Brian Paul 37ff9433c0 added missing braces in array initializations 26 years ago
  sio 3d993b7dee Added missing GLAPIENTRY to glConvolution* and glCopy* 26 years ago
  Jouk Jansen d1aeac8d1d version 3.3 update 26 years ago
  Jouk Jansen 86d36643de tess_macro.h included 26 years ago
  Kendall Bennett a73119234c . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility 26 years ago
  Brian Paul cb5ecb883e initial changes for Mesa 3.3 26 years ago
  Brian Paul fbd8f212c3 first big check-in of new Mesa 3.3 code 26 years ago
  Keith Whitwell 06ac59281b fix for colormaterial 26 years ago
  Keith Whitwell 6adfc6bd9e use glClientActiveTexture in interleaved setup 26 years ago
  Keith Whitwell 6a9f16edae more fixes for glDrawArrays 26 years ago
  Keith Whitwell 20f6c10b41 second try at drawarrays fix 26 years ago
  Keith Whitwell e43a3aa293 fix for (some of?) the vertex array problems 26 years ago
  Brian Paul f6a79d045c fixed typo: replaced |= with != in conditional 26 years ago
  Brian Paul 0822c1050e replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() 26 years ago
  Brian Paul c00c0b323f header includes clean-up (Daryll) 26 years ago
  Brian Paul 99f16d01dd changes to silence MSVC warnings 26 years ago
  Brian Paul 19f90e35ff flush pb after each line segment - for conformance 26 years ago
  Brian Paul 327c69127c clean-up of header includes (Daryll) 26 years ago
  Gareth Hughes 787250cc01 Added filename, line number output for debugging messages. 26 years ago
  Ted Jump f7190d4b1f turned off 'conditional expression is constant' warning for win32 26 years ago
  Brian Paul 94acb57278 removed printf's 26 years ago
  Brian Paul 17407de73a added xfont demo 26 years ago
  Brian Paul f1b45ca254 new xfont demo 26 years ago
  Brian Paul 5b37c32274 clean-up to reduce MSVC warnings 26 years ago
  Keith Whitwell 30990a65f8 Fix for glerror on compilation of list containing gldrawelements calls 26 years ago
  Gareth Hughes 486e1f982e Major winding rule updates, especially stacked contour support. 26 years ago
  Gareth Hughes eb459c6070 Updated demo for new GLU 1.3 tessellation. Added optimized rendering 26 years ago
  Gareth Hughes 64e10feb25 Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly. 26 years ago
  Miklos Fazekas 6bc96bfebe Added glColorTable, etc. 26 years ago
  Brian Paul 5b6677da16 include assert.h with rest of system headers 26 years ago
  Josh Vanderhoof 0dd75e2884 swap operand order for Intel style REGOFF 26 years ago
  Brian Paul b09a4cd913 added another fast-path in _mesa_unpack_ubyte_color_spa(), more comments 26 years ago
  Brian Paul c3f0a511a7 new texture image processing 26 years ago
  Brian Paul d51b2c99d5 new texture image, cleaned-up code 26 years ago
  Brian Paul 306b3b02b7 added linux-glide-debug config 26 years ago
  Brian Paul 03d96a0ce2 fixed a typo in a comment 26 years ago
  Ted Jump 38136ec3dd Changed over to maximal warnings on Win32 builds. 26 years ago
  Ted Jump 364b56a20e Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not appropriate 26 years ago
  Brian Paul 12cc2bfff7 pixel pack/unpack ImageHeight and SkipImages was not initialized 26 years ago
  Brian Paul 3c14ec9b55 added a few more scale/bias/lookup functions (for future use) 26 years ago