5458 Commits (5be14fd59a24612afd09da13688d611a1711d6da)
 

Autor SHA1 Mensagem Data
  Keith Whitwell 5be14fd59a Fix some wrapping bugs in the last commit. Probably there are more 21 anos atrás
  Keith Whitwell 490e764d7a Simplfy clear() and swapbuffers() code. 21 anos atrás
  Keith Whitwell ef494c06b6 Use Point._Size in calculation 21 anos atrás
  Keith Whitwell 54ef88109b use clamped Line._Width in calculations 21 anos atrás
  Keith Whitwell e158292ee3 Don't advertise wide lines or points. 21 anos atrás
  Keith Whitwell e972497310 Make line stipple a fallback. 21 anos atrás
  Keith Whitwell f102f7ae3d Don't pingpong cliprects through sarea on CopyBuffer(). 21 anos atrás
  Keith Whitwell cb0cc796d2 Fallback on 3d textures correctly. 21 anos atrás
  Keith Whitwell 3b486d795d Get twoside-lit triangles working again 21 anos atrás
  Keith Whitwell 13ae06cf36 Large update 21 anos atrás
  Vladimir Dergachev 7b05b70c2a Rearrange code so we don't dump state as often. 21 anos atrás
  Vladimir Dergachev 4c3f041862 Get most primitives working using immediate mode. 21 anos atrás
  Vladimir Dergachev 5bdb4652f9 Bring in latest revision of r300_lib. 21 anos atrás
  Vladimir Dergachev 6a50fc43cb Use R300_CMD_END3D for end_3d(). 21 anos atrás
  Adam Jackson c6cca6a3b8 Fix read-from-uninitialized in s3vMakeCurrent() 21 anos atrás
  Adam Jackson 29c88396db Unused variable cleanup. 21 anos atrás
  Adam Jackson d9fcfa2797 Bug #1859: Initialize 'size' before first use in intelTryReadPixels() 21 anos atrás
  Adam Jackson 0983c9dd99 Build s3v and trident by default too. 21 anos atrás
  Adam Jackson c3eaa17b37 Get s3v building with a minimum of warnings. 21 anos atrás
  Vladimir Dergachev 99edafd4e8 Implement rendering of (flat color) QUAD primitives as an experiment. 21 anos atrás
  Ian Romanick 83fcf49647 Fixed two problems with the handling of GLX protocol replies. The logic 21 anos atrás
  Vladimir Dergachev 3cbc2bd833 Expose primitive types being rendered, in preparation to implement fixed pipeline primitive drawing. 21 anos atrás
  Vladimir Dergachev 1b2a655521 Update with most recent version. 21 anos atrás
  Adam Jackson 46a35b2284 Get trident building and -Werror clean. 21 anos atrás
  Felix Kuehling 1c86c7ad9c Simplified and optimized _savage_texnorm_stage. 21 anos atrás
  Keith Whitwell 3deaf21745 Remove the VIA_PERFORMANCE code. A step towards moving the driver 21 anos atrás
  Keith Whitwell 9876730f7a Chop out more dead code. 21 anos atrás
  Keith Whitwell 15da29b5e7 Fix merge error. 21 anos atrás
  Keith Whitwell 7db50bb3a8 Remove dead code. 21 anos atrás
  Felix Kuehling 922bfd70ff Enabled hardware rendering of 1D textures. No need for a software fallback. 21 anos atrás
  Felix Kuehling 80dd3c7917 - Fake projective textures on a single texture unit. A fallback is only 21 anos atrás
  Keith Whitwell 8bdaa927eb Remove debug code which referenced an old global variable. 21 anos atrás
  Ian Romanick 990dec7ea0 Used GCC's __builtin_expect when available. Change the way code is 21 anos atrás
  Keith Whitwell 302c5694c6 Push a number of global variables into the viaContext struct. 21 anos atrás
  Ian Romanick 1d27084043 Added some comments and fixed typeos. Slightly refactored the way 21 anos atrás
  Daniel Borca b756990b84 `t' was not initialized (use `texture' instead?) 21 anos atrás
  Brian Paul 3ec0631e95 fix bug in _mesa_IsTexture() 21 anos atrás
  Keith Whitwell 50694eeff9 Note that state is dirty on contended lock. Allows two applications 21 anos atrás
  Keith Whitwell 3955313e7c Add missing swap-control calculations. 21 anos atrás
  Keith Whitwell 314f8e4d9d Add vsync swapbuffers. This waits on the irq so gears run in this mode 21 anos atrás
  Daniel Borca 91a04617c4 added GL_EXT_stencil_two_side (yes, it works) 21 anos atrás
  Daniel Borca d7b9d6046d missing `or' in preprocessor conditional 21 anos atrás
  Keith Whitwell 16db15718d Add a -fullscreen option 21 anos atrás
  Keith Whitwell 14bc684990 Remove #ifdef DEBUG's in code, but still allow compiler to remove debug 21 anos atrás
  Daniel Borca b51600716e put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in t_vb_cliptmp.h(47), where it would still send clipped vertices to the hw... oh, dear... 21 anos atrás
  Daniel Borca 6bb1be010e use float constants. 21 anos atrás
  Daniel Borca 7799294459 removed ifdef'ed out code (to whom it may concern: it can be found in dri/tdfx driver) 21 anos atrás
  Daniel Borca 16d4166d14 removed detritus (ncc). 21 anos atrás
  Daniel Borca 7b50d773d3 comment reorg. 21 anos atrás
  Daniel Borca ad149e3e65 made some functions static. 21 anos atrás