summaryrefslogtreecommitdiff
path: root/src/i830_xaa.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Remove XAA support.Eric Anholt1-809/+0
2009-04-27Remove DRI1 support.Eric Anholt1-27/+7
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-2/+2
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-61/+8
2009-01-20Remove triple-buffering supportOwain G. Ainsworth1-6/+0
2008-10-17XAA tiling support was mis-computing adjusted pitch (>>4 instead of >>2)Keith Packard1-5/+5
2008-03-28Fix obviously stray '(' in non-I830_USE_EXA case.Matthias Hopf1-1/+1
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt1-69/+69
2007-08-10Attempt to fix several front buffer tiling failure cases.Eric Anholt1-52/+60
2007-08-07Fix EXA rendering with tiled front buffer on pre-965.Eric Anholt1-1/+1
2007-06-19Fix left G33 issuesWang Zhenyu1-1/+1
2007-04-24CRTC Rotation under XAA wasn't hitting accelerated path.Keith Packard1-2/+2
2007-03-11fixup missing assert includesDave Airlie1-0/+1
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer1-12/+21
2007-03-04Fix a crash with XAA and DRI disabled after the allocation rework.Eric Anholt1-2/+4
2007-02-23Rework the video memory allocation.Eric Anholt1-11/+15
2007-02-20Add support for triple buffering using a third static buffer.Michel Dänzer1-0/+2
2007-01-31Fix copy-and-paste-o in the render code cleanup that broke XAA.Eric Anholt1-12/+12
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt1-18/+17
2007-01-31Remove custom accelerated rotation code now that it's all done through Render.Eric Anholt1-2/+0
2007-01-31Add an accelerated path for rotation Render operations in XAA.Eric Anholt1-1/+167
2007-01-06Numerous symbol scope issues.Keith Packard1-5/+0
2007-01-06More sparse cleanups:Jesse Barnes1-1/+0
2006-09-08Merge branch 'exa-origin' into exaEric Anholt1-11/+65
2006-09-07Re-remove xf86_ansic.h, and move copyright to the top of the file.Eric Anholt1-14/+13
2006-08-24Merge branch 'master' into exaWang Zhenyu1-11/+65
2006-06-18Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internalEric Anholt1-0/+22
2006-04-28Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt1-0/+636