2509 Commits (28c61d5b4918cec89ada335bfb9f83d5ae3872f0)
 

Author SHA1 Message Date
  Brian Paul 28c61d5b49 fixed assertion, replaced switch() with if/elseif 23 years ago
  Brian Paul 12bab63f09 Vertex program attribute arrays seem to work now. This includes fallbacks 23 years ago
  Brian Paul f3781eaafa added support for vertex program attribute arrays 23 years ago
  Brian Paul b7752724d9 vertex program attribute array work 23 years ago
  Brian Paul 1113e3266f fixed Width/Height cut&paste typo 23 years ago
  Jose Fonseca 04df3bbe8e Re-scheduling of the instructions according to the MMX pairing rules. This is dificult to quantify but the improvemnet reaches about of 0.7% in some cases in a Pentium III. In older Pentiums the improvements could be quite substancial due less capable integer pipelines. 23 years ago
  Jose Fonseca 3fe2bb8933 Added min and max blend functions. 23 years ago
  Karl Schultz 4fa66fa85c Provide a reasonable replacement for __FUNCTION__ when using non GNU C 23 years ago
  Brian Paul bf80e1ed62 Allocate a sw_span struct in the swrast context instead of allocating it 23 years ago
  Brian Paul 05be7ae125 pass context pointer to _tnl_free_immediate(), removed backref pointer 23 years ago
  Jose Fonseca 0c527ab054 MMX add blending function added. 23 years ago
  Jose Fonseca 533e88824a MMX modulate belding function added. 23 years ago
  Alan Hourihane 68c48df2bf Correct check for noop array state change (Raystonn) 23 years ago
  Brian Paul 26e2fb062a removed a stray debug printf 23 years ago
  Brian Paul 4c5f8a8207 C++ fix 23 years ago
  Brian Paul 7322cccfb9 new casts 23 years ago
  Brian Paul 6c5b7029b3 added two (GLchan *) casts 23 years ago
  Brian Paul a670c1280b casts to fix GLint/GLuint mismatches 23 years ago
  Brian Paul db07de057f added some casts 23 years ago
  Brian Paul 36c3df78f4 restored writeAll = GL_FALSE test/assignment 23 years ago
  Jose Fonseca 55d9ee83b4 Definition of several utility macros for self-contained MMX operations such as scaling and lerping. 23 years ago
  Keith Whitwell 9ff3e9d992 Core of the future vertex engine. Isn't built yet, nor will be for a while... 23 years ago
  Jose Fonseca ef65c60d88 Removed code that was proven to have faster alternatives to reduce complexity and facilitate reusability. 23 years ago
  Brian Paul 4c1f79264e fixed problem with swap() function and GCC3 (patch 414404) 23 years ago
  Brian Paul 620735af45 Disabled SPARC cliptest functions for now. See bug report 544665. 23 years ago
  Jose Fonseca d60bb2fbc8 Remaining patch for the 255x255=255 identity correction be 23 years ago
  Brian Paul cffb351a62 Jose's latest patch (GMBT_GEOMETRIC_CORRECTION) 23 years ago
  Brian Paul 8c598cfd82 fixes for corrected GL_DOT3_RGB[A]_EXT token values 23 years ago
  Brian Paul cb445412fc version 13 of glext.h - fixes GL_EXT_texture_env_dot3 token values 23 years ago
  Brian Paul d23de4d334 updated a few comments 23 years ago
  Brian Paul b7f5e92f17 Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive 23 years ago
  Brian Paul 9add9a21d8 new MMX blend code (Jose Fonseca) 23 years ago
  Jouk Jansen 0cd8a1ea13 Committing in . 23 years ago
  Keith Whitwell 306d3fcdba bring in changes from dri tcl branch 23 years ago
  Karl Schultz e503d8b56f Update filelist to reflect two removed source files. 23 years ago
  Keith Whitwell 0a79baf1bf remove dead vertex assembly 23 years ago
  Keith Whitwell 851de7ded1 remove dead vertex assembly 23 years ago
  Brian Paul c030a18ea6 tranforming display list normals by non-uniform scale didn't work (Carlos Pereira) 23 years ago
  Karl Schultz 17642eddf4 Added -perf option to measure frame rate. This is useful for measuring 23 years ago
  Brian Paul ebe4e3237c repair Array.NewState flags (Michael Fitzpatrick) 23 years ago
  Karl Schultz 14209028b6 export more symbols for osmesa (win32) 23 years ago
  Karl Schultz 4d030ba651 casts to silence compiler warnings 23 years ago
  Brian Paul db0944b08a latest 4.1 features and bug fixes 23 years ago
  Brian Paul 42f916de5c fixed some 3D texture image stride bugs when using 16-bit channels 23 years ago
  Brian Paul 01dc182ee8 added OSMesaGetProcAddress() 23 years ago
  Brian Paul 486734a5d5 Texture combine alpha subtraction was wrong. Fixed 16-bit channel glitches 23 years ago
  Brian Paul 09784e1e15 use NULL lambda array for pixel texture 23 years ago
  Brian Paul d5c94ef40d fixed 16 bit/channel problem in blend_modulate() 23 years ago
  Brian Paul 543381510d fixed 16/32-bit channel problems in CopyColor[Sub]Table() 23 years ago
  Brian Paul 1d84421b7e fixup float/ushort conversion macros 23 years ago