2451 Commits (17b7cc4caeeb8f3daaf417d417e7e3a9a5d639d1)
 

Author SHA1 Message Date
  Brian Paul 9745d47991 added newline characters to trace strings 23 years ago
  Karl Schultz 5cbd179121 Use $(MAKE) on the irix targets, instead of hard-coding pmake, 23 years ago
  Karl Schultz 92512085d5 Add .cc as a valid suffix. 23 years ago
  Karl Schultz 16e2d94cc7 Cleanup for IRIX 6 platforms. Build src-glu instead of si-glu due 23 years ago
  Karl Schultz c589af2fe2 Fix up targets for 23 years ago
  Karl Schultz 7c8db694cc Remove rules that were put into place to deal with compiling files that 23 years ago
  Brian Paul 1668d4bab8 s/glxGetProcAddress/glXGetProcAddressARB/ 23 years ago
  Brian Paul eaf0eac7d3 oops, wrong value for GLX_SAMPLES 23 years ago
  Brian Paul b70f5c21e7 added GLX_SAMPLE_BUFFERS, GLX_SAMPLES 23 years ago
  Brian Paul 15d4a2327d minor tweaks 23 years ago
  Brian Paul a19d7c35cd 4.1 extensions 23 years ago
  Brian Paul 1d1635d27b planned extensions for 4.1 23 years ago
  Brian Paul b638c34381 minor dispatach table changes 23 years ago
  Brian Paul 797ea81d63 vertex program test program 23 years ago
  Brian Paul 86b842790b vertex program check-in 23 years ago
  Brian Paul 680522f74c add dispatch offsets for vertex program functions 23 years ago
  Karl Schultz faaa88fc48 Remove const from save_TexParameteri to match prototype for glTexParameteri. 23 years ago
  Karl Schultz d313068dc8 Added missing entry points 23 years ago
  Brian Paul d9331ae71e fixed errors in feedback for glDraw/CopyPixels and glBitmap 23 years ago
  Brian Paul 59235bd5da special case blend optmizations (Jeremy Fitzhardinge) 23 years ago
  Brian Paul c3209d45ad call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832) 23 years ago
  Keith Whitwell 5246b6c9d1 fix for ubyte colors 23 years ago
  Keith Whitwell 59e5b90452 fix primitive calculation in 1-line dlist immediates (molecules) 23 years ago
  Keith Whitwell 09fc9324f6 fix glut tess lockup 23 years ago
  Brian Paul 74df2ef732 added enums for GL_ARB_depth_texture/shadow/shadow_ambient (temporary) 23 years ago
  Keith Whitwell ef4f5b391e add inf and nan tests to swrast functions 23 years ago
  Brian Paul aecfb51c30 fixed potential array overwrite problem 23 years ago
  Brian Paul 014ec1ac5e prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient 23 years ago
  Brian Paul 471a774f43 dispatch changes to minimize hassle with XFree86 libGL 23 years ago
  Keith Whitwell c34cb25bdd further tweak to dlist change 23 years ago
  Keith Whitwell aa46094ca6 guard ResetStipple calls 23 years ago
  Keith Whitwell 4ea18fc2dc fx another place where PRIM_PARITY is calculated 23 years ago
  Keith Whitwell a8b25ada45 simplify drawarrays paths 23 years ago
  Keith Whitwell 3a825a85f1 avoid side-effects in macro param 23 years ago
  Keith Whitwell bfd2ae6e99 correctly reset input after dlist execution 23 years ago
  Karl Schultz e6373ba6d7 Corrected bad line breaks in macro definitions within code compiled 23 years ago
  Karl Schultz 3ac348c17a Add darwin target 23 years ago
  Karl Schultz fcc0abe6cf malloc() prototype is in stdlib.h for darwin 23 years ago
  Alan Hourihane bce1689d5b Don't reset _tnl_CurrentInput when in DestroyContext. 23 years ago
  Karl Schultz 7b2a146d3a main trunk is now 4.1 23 years ago
  Karl Schultz 209e1348bd update to version 4.0 23 years ago
  Karl Schultz 8ff271548a Update notes on si-glu NURBS. 23 years ago
  Karl Schultz 9c8cbe6950 Fix compilation errors and warnings for NURBS support. (Robert Bergkvist) 23 years ago
  Keith Whitwell 4e6c835210 use smaller buffer when decomposing large drawarrays, for cache goodness 23 years ago
  Brian Paul d8af040f5e updated comment about CHAN_BITS 23 years ago
  Brian Paul e4eba73060 use v2 color, not v0 in flat_ci_triangle() 23 years ago
  Brian Paul 253270dfcc use glXGetProcAddressARB to avoid extension linkage problems 23 years ago
  Brian Paul 2f3d620398 don't directly call glSecondaryColor*EXT() or glFogCoord*EXT() 23 years ago
  Brian Paul 70c05e6781 don't use near and far for parameter names 23 years ago
  Karl Schultz 20517ce040 avoid using near and far as variable names since they are reserved words 23 years ago