summaryrefslogtreecommitdiff
path: root/src/i915_3d.c
AgeCommit message (Collapse)Author
2006-10-26Major cleanup of 3D invariant state, fixing hangs with rotation and render.exaEric Anholt
Now, the generic invariant state is always set while the X Server is active, and happens automatically when the X Server grabs the DRI lock. More 3D state is moved to the generic code. Then, the 3D consumers (video, rotation, render) set last_3d to their enum entry, and can update their own invariant state when another consumer was active.
2006-08-24Merge branch 'master' into exaWang Zhenyu
Conflicts: man/i810.man src/Makefile.am src/i830_accel.c src/i830_dga.c src/i830_driver.c
2006-07-26Fix a build problemxf86-video-intel-1.6.1xf86-video-i810-1.6.1Alan Hourihane
2006-07-19Correct the DWORD count of several 3D instructions.Eric Anholt
2006-06-21Fix build without DRIAlan Hourihane
2006-06-19Set some invarient state, cures some problems withAlan Hourihane
rotation at startup. This mimicks the 3D drivers setup.