summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-01-02I think I fixed the lockups issue.Vladimir Dergachev1-3/+23
2005-01-02Get textures to work with NeHe lesson06.Vladimir Dergachev1-59/+57
2005-01-02linux-dri-x86 build fix from Andreas Stenglein.Adam Jackson4-4/+4
2005-01-02Improved the performance of software fallbacks by not waiting for idleFelix Kuehling2-41/+85
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling15-874/+842
2005-01-01Use DRM headers from $(DRM_SOURCE_PATH)/shared-core instead of .../shared.Felix Kuehling1-4/+3
2005-01-01Add a convenience function to issue CP delays.Vladimir Dergachev1-0/+21
2004-12-31Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...rotating_gearsVladimir Dergachev4-22/+22
2004-12-31Sync with master copy.Vladimir Dergachev1-0/+13
2004-12-31Add texture drawing code. Note: it is broken at the moment and is disabled in...Vladimir Dergachev1-22/+237
2004-12-30Rework slightly r300_get_primitive_type - make it clearer and more compact..Vladimir Dergachev1-53/+41
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell4-26/+70
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell3-1/+5
2004-12-30Simplify viaBlit a bit more.Keith Whitwell3-57/+63
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-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