3042 Commits (47d8adde43c71f32d3677bb8ad965f262b6f3150)
 

Author SHA1 Message Date
  Brian Paul 47d8adde43 DOS update (Daniel Borca) 22 years ago
  Brian Paul f4b21ab645 minor tweaks 22 years ago
  Brian Paul 0b27aceae2 Documentation/website overhaul. The website content and doc/ directory 22 years ago
  Brian Paul dc32636cfd minor updates 22 years ago
  Brian Paul 009bbccb69 added OS/2 version of IROUND (Evgeny Kotsuba) 22 years ago
  Jouk Jansen b5a56e2480 Committing in . 22 years ago
  Brian Paul cc9464e082 fix GLchan=GLfloat problems 22 years ago
  Brian Paul 612cf792db silence a GLchan=GLfloat warning with a cast 22 years ago
  Brian Paul f9b1e5241f added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) 22 years ago
  Brian Paul 386578c5bc disable using optimized _mesa_sqrtf() for now 22 years ago
  Brian Paul 42ad8664f9 better error messages (Leif Delgass) 22 years ago
  Brian Paul 078418208f added glFinish with comment 22 years ago
  Brian Paul a59ce9041d added extern "C" for C++ 22 years ago
  Brian Paul 0168240c5c removed extra _mesa_memset16() prototype 22 years ago
  Brian Paul 490a8b8315 remove some MESA_DEBUG stuff 22 years ago
  Brian Paul 27558a160a Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] 22 years ago
  Brian Paul 4e50ab5f70 document latest source code changes 22 years ago
  Brian Paul 001a3012ac updated version 22 years ago
  Brian Paul 7acd88c6d9 minor typo 22 years ago
  Brian Paul a20ed72003 fix GLchan==GLfloat bug in solve_plane_chan (bug 694546) 22 years ago
  Brian Paul 13c4c046a5 fix a cast (bug 694546) 22 years ago
  Karl Schultz e9218448ca fix compilation for windows 22 years ago
  Karl Schultz 65098ec9f5 fix compilation warnings on Windows 22 years ago
  Karl Schultz 72baa3126b Fix function definitions for Windows. 22 years ago
  Brian Paul 6a98bef961 fix float color interpolation (bug 694461) 22 years ago
  Brian Paul 759c8f92e9 More clean-ups. Parse scalar/vector literals and defined identifier sources. 22 years ago
  Brian Paul 730c924943 s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax. 22 years ago
  Brian Paul ec35842990 more parser test programs 22 years ago
  Brian Paul 9f4d812aa7 set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3 22 years ago
  Brian Paul f9ff2657c4 assorted clean-ups and improvements 22 years ago
  Brian Paul 8488c9f3cb pass the instruction to store_vector4(). implement KIL. 22 years ago
  Brian Paul 1bdc52f86e parser clean-ups and simplifications 22 years ago
  Brian Paul adb1a2911a move matrix type enum out of GLmatrix struct 22 years ago
  Brian Paul a10be7fb85 fix-up pixel_format enum stuff 22 years ago
  Brian Paul 4039cb8ca8 casts to silence g++ warnings 22 years ago
  Brian Paul b10c434a8f use _mesa_find_line_column() 22 years ago
  Brian Paul d804fd1f4d parser clean-ups (use struct parse_state) 22 years ago
  Brian Paul 25fea6be0a added _mesa_find_line_column() 22 years ago
  Brian Paul 736d10c274 silence warning with a cast 22 years ago
  Brian Paul 25060c1f29 test if active texture is really changed in _mesa_ActiveTexture() 22 years ago
  Brian Paul b8d6607acd Move span stuff from swrast.h to s_context.h (it's private). 22 years ago
  Brian Paul 4e44d8c4c6 parser clean-ups 22 years ago
  Brian Paul 14e6bbccff added TEXTURE_*_INDEX tokens 22 years ago
  Brian Paul 3a4231e132 use IROUND to convert depth values from float to int (bug 690728) 22 years ago
  Brian Paul ea20dfa7a8 fix zoom/clipping bug 689964 22 years ago
  Brian Paul 19b3b0a0ff updated DOS files for tarball 22 years ago
  Brian Paul 60f84fcc91 latest DOS updates (Daniel Borca) 22 years ago
  Brian Paul 449e47f06a Replace some #defines with enums. (Klaus Niederkrueger) 22 years ago
  Brian Paul 85109b063c fixed bad zoomed.zStep assignment (bug 687811) 22 years ago
  Brian Paul 04cbad84e8 Implement parsing of texture instructions and prototype execution. 22 years ago