1869 Commits (f595212336ae63c981f0f39f4ea1dec67ff7fe25)

Author SHA1 Message Date
  Brian Paul c4c4213b69 obsolete 23 years ago
  Brian Paul ce57201825 uniformly pass texcoords as GLfloat [4] 23 years ago
  Brian Paul 09700ee358 added alternate glBitmap code (disabled) 23 years ago
  Brian Paul a048da0767 added SPAN_SPEC flag in smooth_multitextured_line() 23 years ago
  Brian Paul 3ff07d2062 fixed float->int conversion. Fix conditional for 16-bit Z buffer path 23 years ago
  Brian Paul ca7596e834 updated GL_VENDOR string 23 years ago
  Brian Paul 95e2c72fd5 minor clean-up 23 years ago
  Keith Whitwell d4e02d6026 Remove debug 23 years ago
  Keith Whitwell 0cb28418d0 More suport for t&l drivers 23 years ago
  Karl Schultz 12a1024d9d fix compiler warning (windows) 23 years ago
  Brian Paul db41d2ea8c Daniel Borca's new DOS/DJGPP driver. 23 years ago
  Brian Paul cc27365d77 Daniel Borca's GLUT for DOS/DGJPP. 23 years ago
  Brian Paul bcb148de92 added an assertion, fix typo 23 years ago
  Brian Paul 2784dadafc fixed typo in depth_test_pixels(), should fix reported VTK failures 23 years ago
  Brian Paul c4afba36c3 fix evaluator data and matrix stack mem leaks (Robert Bergkvist) 23 years ago
  Brian Paul 79c2f53491 Clean-up and remove dead code related to depth/stecil testing. 23 years ago
  Brian Paul ac8c241e64 removed references to removed source files 23 years ago
  Brian Paul b37a084357 Converted line drawing over to new span code, pb no longer used. 23 years ago
  Brian Paul 733a4b602b sw_span can now hold x/y arrays of fragment positions - getting ready to 23 years ago
  Brian Paul ceb39f4f8d Clean-up and optimize alpha test code. 23 years ago
  Brian Paul e0bafefd7a don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8 23 years ago
  Brian Paul 1cefc83a88 return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32 23 years ago
  Brian Paul eae38ca1b2 replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problem 23 years ago
  Brian Paul 6e1666437e Still more texture/span simplification and clean-up. 23 years ago
  Brian Paul 7956292a76 More span improvements. Removed _mesa_write_monocolor_span(). 23 years ago
  Brian Paul f1e2369878 More span clean-up, mostly texture-related. 23 years ago
  Brian Paul 2a182a9897 LOTS of changes, building upon Klaus's work. 23 years ago
  Brian Paul ad7e727024 more info about building for Motif 23 years ago
  Brian Paul 6ee7a02852 added missing IsEnabled() cases for fog coord and secondary color arrays 23 years ago
  Brian Paul 4c8fadc6d9 Clean-up/renaming of the per-vertex attribute bits, specifically, the 23 years ago
  Brian Paul 2bc668d092 minor update 23 years ago
  Brian Paul 2ef866d1fc Klaus's latest patches and some clean-up 23 years ago
  Brian Paul 658702df97 changed PB (pixel buffer) to use texcoord[4] array 23 years ago
  Brian Paul 028fe46fc5 set PB->haveSpec in line functions that emit specular color 23 years ago
  Brian Paul 72574b959c added another test in regions_overlap() (Klaus) 23 years ago
  Brian Paul 78940758e9 latest changes from Klaus 23 years ago
  Karl Schultz 4197c0ea9b Fixes for 24-bit Windows devices. The old code was trying to do 3-byte 23 years ago
  Brian Paul 858b694b64 added some missing error checks 23 years ago
  Brian Paul 25c5f1b448 Fixed Windows compile problem with gl__unused413() function. 23 years ago
  Karl Schultz 2ff30b21bc Correct typo (vpstate.c) so that makefile works. 23 years ago
  Karl Schultz e19f5d7cb7 Remove phantom tab on a blank line to allow compile on IRIX. 23 years ago
  Brian Paul 47507f4464 removed api_compat stuff 23 years ago
  Karl Schultz f2e5c19a2f Fixed pixel color component problem and clear code for 24-bit Windows 23 years ago
  Karl Schultz 807aea838b Remove trailing CR's. No logical changes. 23 years ago
  Brian Paul 24f7c0c944 remove api_compat.c 23 years ago
  Brian Paul 03c0c2e8aa Removed api_compat stuff, there's a better way. 23 years ago
  Brian Paul fe9f62ff18 oops, missed vpstate.c 23 years ago
  Brian Paul 7fc487d38b added vertex program sources 23 years ago
  Brian Paul 21cb88911a don't apply scissor box in read_fast_rgba_pixels() 23 years ago
  Brian Paul 3e276d43a2 added some comments 23 years ago