summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-12-30Add missing files.shimmering_gearsVladimir Dergachev2-0/+184
2004-12-30Initialize depth pointer correctly.Keith Whitwell1-1/+1
2004-12-30Don't need to adjust for drawXoff in fallback clipping.Keith Whitwell1-4/+4
2004-12-30fix regression with fallbacks from recent commitsKeith Whitwell2-6/+6
2004-12-30Fix MagFilter state for texunit 0Keith Whitwell1-11/+17
2004-12-30Update vertex buffer code (still does not work properly..)Vladimir Dergachev1-6/+11
2004-12-30Update to recent r300_lib.Vladimir Dergachev1-38/+15
2004-12-30Hooked up projection matrix - the gears actually rotate !Vladimir Dergachev1-0/+2
2004-12-30Restructure code.Vladimir Dergachev1-91/+275
2004-12-30Change default RS settings so that glxgears will display something..Vladimir Dergachev3-3/+15
2004-12-30Clarify some of the unkXXXX atoms.Vladimir Dergachev3-15/+43
2004-12-30Port viewport setting code from R200.Vladimir Dergachev3-20/+85
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell8-31/+65
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell10-1003/+613
2004-12-29Use Point._Size in calculationKeith Whitwell1-1/+1
2004-12-29use clamped Line._Width in calculationsKeith Whitwell2-7/+7
2004-12-29Don't advertise wide lines or points.Keith Whitwell1-4/+4
2004-12-29Make line stipple a fallback.Keith Whitwell5-21/+16
2004-12-29Don't pingpong cliprects through sarea on CopyBuffer().Keith Whitwell1-34/+5
2004-12-29Fallback on 3d textures correctly.Keith Whitwell1-13/+18
2004-12-29Get twoside-lit triangles working againKeith Whitwell1-8/+33
2004-12-29Large updateKeith Whitwell20-4331/+1131
2004-12-29Rearrange code so we don't dump state as often.Vladimir Dergachev1-62/+78
2004-12-29Get most primitives working using immediate mode.Vladimir Dergachev1-35/+126
2004-12-29Bring in latest revision of r300_lib.Vladimir Dergachev2-0/+35
2004-12-27Use R300_CMD_END3D for end_3d().Vladimir Dergachev1-1/+13
2004-12-27Fix read-from-uninitialized in s3vMakeCurrent()Adam Jackson1-0/+1
2004-12-27Unused variable cleanup.Adam Jackson1-2/+1
2004-12-27Bug #1859: Initialize 'size' before first use in intelTryReadPixels()Adam Jackson1-1/+1
2004-12-27Build s3v and trident by default too.Adam Jackson1-3/+2
2004-12-27Get s3v building with a minimum of warnings.Adam Jackson18-206/+483
2004-12-27Implement rendering of (flat color) QUAD primitives as an experiment.Vladimir Dergachev3-14/+238
2004-12-27Fixed two problems with the handling of GLX protocol replies. The logicIan Romanick2-4/+4
2004-12-26Expose primitive types being rendered, in preparation to implement fixed pipe...Vladimir Dergachev1-0/+42
2004-12-26Update with most recent version.Vladimir Dergachev1-167/+318
2004-12-24Get trident building and -Werror clean.Adam Jackson9-85/+211
2004-12-23Simplified and optimized _savage_texnorm_stage.Felix Kuehling1-36/+7
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell8-226/+1
2004-12-23Chop out more dead code.Keith Whitwell12-444/+68
2004-12-22Fix merge error.Keith Whitwell1-55/+0
2004-12-22Remove dead code.Keith Whitwell10-1386/+600
2004-12-22Enabled hardware rendering of 1D textures. No need for a software fallback.Felix Kuehling1-12/+69
2004-12-22- Fake projective textures on a single texture unit. A fallback is onlyFelix Kuehling3-43/+220
2004-12-21Remove debug code which referenced an old global variable.Keith Whitwell1-0/+4
2004-12-21Used GCC's __builtin_expect when available. Change the way code isIan Romanick3-1096/+556
2004-12-21Push a number of global variables into the viaContext struct.unichrome-last-xineramaKeith Whitwell5-60/+65
2004-12-21Added some comments and fixed typeos. Slightly refactored the wayIan Romanick5-23/+87
2004-12-21`t' was not initialized (use `texture' instead?)Daniel Borca1-1/+1
2004-12-21fix bug in _mesa_IsTexture()Brian Paul1-1/+10
2004-12-21Note that state is dirty on contended lock. Allows two applicationsKeith Whitwell1-0/+5