summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Remove remaining miniglx referencesKristian Høgsberg28-5049/+1
2010-02-25Drop fb, ffb and gamma dri driversKristian Høgsberg71-23145/+5
2010-02-25Drop classic mesa svga driverKristian Høgsberg14-1998/+0
2010-02-25Drop glide driverKristian Høgsberg18-16621/+0
2010-02-25Remove GGI supportKristian Høgsberg36-6286/+0
2010-02-25Remove dos driverKristian Høgsberg14-3552/+1
2010-02-25Remove d3d driverKristian Høgsberg22-8769/+0
2010-02-25Remove directfb supportKristian Høgsberg33-7666/+2
2010-02-25Remove allegro driverKristian Høgsberg4-902/+0
2010-02-25Revert "glu/sgi: Set freed pointer to NULL."Vinson Lee1-1/+0
2010-02-25Merge branch 'sandybridge'Eric Anholt31-74/+2271
2010-02-25docs: addition of ARB_fcc to i965.Eric Anholt1-1/+1
2010-02-25i965: Add SNB math opcode support.Eric Anholt3-23/+43
2010-02-25i965: Emit SNB FF unit state after the unit's push constants.Eric Anholt3-69/+69
2010-02-25i965: Set up the SNB sampler state pointers.Eric Anholt5-0/+85
2010-02-25i965: Set GS rendering enabled even when the GS stage is disabled.Eric Anholt1-2/+4
2010-02-25i965: Add a couple SNB state packets I saw in other batchbuffer dumps.Eric Anholt2-0/+55
2010-02-25i965: Re-disable the VS.Eric Anholt2-3/+2
2010-02-25i965: Fix up some Sandybridge define checks for the structure rebase.Eric Anholt2-3/+5
2010-02-25i965: Move PIPELINE_SELECT to the top of gen6 3d pipeline setup.Eric Anholt1-2/+2
2010-02-25i965: Untested Sandybridge WM packets.Eric Anholt5-2/+228
2010-02-25i965: Hook up remaining Sandybridge state packets besides WM.Eric Anholt2-25/+9
2010-02-25i965: Untested Sandybridge SF setup.Eric Anholt7-6/+238
2010-02-25i965: Fixup Sandybridge GS packet from doc updates.Eric Anholt1-4/+6
2010-02-25i965: Fix up Sandybridge GS reg definitionsEric Anholt1-1/+1
2010-02-25i965: fix typo in SNB VS defines commentEric Anholt1-1/+1
2010-02-25i965: fix typo in SNB GS register definesEric Anholt1-1/+1
2010-02-25i965: Enable clip stats.Eric Anholt1-1/+1
2010-02-25i965: Add Sandybridge viewport setup.Eric Anholt6-2/+200
2010-02-25i965: Enable DRAWING_RECTANGLE emit on Sandybridge.Eric Anholt1-1/+1
2010-02-25i965: Add Sandybridge scissor state.Eric Anholt7-1/+121
2010-02-25i965: Fix up the VF stats packet header.Eric Anholt1-1/+1
2010-02-25i965: Set the state base address on Sandybridge.Eric Anholt2-1/+17
2010-02-25i965: Free gen6 state BOs on context destroy.Eric Anholt1-0/+3
2010-02-25i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt5-0/+12
2010-02-25i965: Fix some defines of gen6 regs from docs comparison.Eric Anholt1-4/+5
2010-02-25i965: Add basic decode of new gen6 packet boundaries.Eric Anholt1-0/+6
2010-02-25i965: Reconnect the index/vertex setup.Eric Anholt4-15/+40
2010-02-25i965: Set up the SNB URB.Eric Anholt6-2/+92
2010-02-25i965: Try sending prims down the pipeline.Eric Anholt1-4/+0
2010-02-25i965: Try uploading SNB VS constants.Eric Anholt1-9/+52
2010-02-25i965: Try turning on the VS.Eric Anholt1-1/+2
2010-02-25i965: Get vp-tri batchbuffers running (no rendering).Eric Anholt3-16/+29
2010-02-25i965: Add untested REJECT_ALL clip state.Eric Anholt5-2/+100
2010-02-25i965: Add untested passthrough GS setup.Eric Anholt5-5/+102
2010-02-25i965: Add untested Sandybridge passthrough VS setup.Eric Anholt5-4/+101
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt9-5/+592
2010-02-25i965: Set up sandybridge binding table pointers but don't enable it yet.Eric Anholt3-0/+39
2010-02-25i965: Update WM surface state setup for sandybridge's new BLEND_STATE.Eric Anholt2-17/+24
2010-02-25i965: Set up sandybridge depthbuffer.Eric Anholt3-4/+23