summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-09Rename i830_exa.c to i830_uxa.cCarl Worth1-743/+0
2009-06-09Fall back to fb pixmaps for backing glyph picturesKristian Høgsberg1-0/+3
2009-05-20Only return FALSE when dri_bo_map() failsKristian Høgsberg1-2/+3
2009-05-19Don't do GTT maps on objects bigger than half the available aperture size.Eric Anholt1-4/+16
2009-05-13Add new have_gem flagJesse Barnes1-2/+2
2009-05-12Fallback when VT inactiveKeith Packard1-0/+3
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt1-5/+0
2009-04-27unifdef I830_USE_UXA.Eric Anholt1-13/+3
2009-04-27Remove EXA support.Eric Anholt1-312/+3
2009-04-27Remove DRI1 support.Eric Anholt1-20/+0
2009-04-27Remove pre-server-1.5 support.Eric Anholt1-37/+0
2009-04-24Free front buffer bo when X exitShuang He1-2/+4
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt1-27/+3
2009-04-21Rename EXA rendering functions to UXA, since we're keeping them post-EXA.Eric Anholt1-21/+21
2009-04-03Fix offset in begin_gtt_access caseJesse Barnes1-1/+2
2009-03-30Tiling fixes, third setJesse Barnes1-15/+29
2009-03-19Revert the rest of the EXA_VERSION_MAJOR bumpCarl Worth1-5/+0
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard1-0/+5
2009-02-27Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.Eric Anholt1-13/+25
2009-02-26Fix UXA for server 1.4.Eric Anholt1-8/+42
2009-02-26Regard the screen pixmap as suitable for acceleration.Eric Anholt1-0/+6
2009-02-26Fix up i915 composite and common solid/copy code to use check_aperture.Eric Anholt1-0/+30
2009-02-21uxa: Ask for BOs ready for rendering for pixmaps.Eric Anholt1-1/+1
2009-02-10uxa: Fix failure to --amend in further changes in previous commit.Eric Anholt1-1/+1
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt1-0/+2
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg1-3/+17
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg1-17/+3
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes1-3/+17
2009-01-16Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt1-2/+2
2009-01-06Fix pin leakage with EXA GTT-mapping shortcut, and crash with UXA on KMS.Eric Anholt1-8/+11
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard1-0/+27
2008-12-31UXA: Fallback to dri_bo_map() if pin failedZhenyu Wang1-6/+13
2008-12-29exa: fix map gtt call to use current APIDave Airlie1-1/+1
2008-12-18uxa: Do a hack to use the aperture mapping instead of bo_map in sw fallbacks.Eric Anholt1-12/+5
2008-12-05uxa: Reject solid/copy to under-8bpp destinations.Eric Anholt1-0/+6
2008-12-03Re-enable composite accel on 965 with UXA.Eric Anholt1-2/+0
2008-12-02UXA: Add support for tiled front/back/depth by cutting over to the GTT map.Eric Anholt1-5/+35
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg1-24/+7
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt1-17/+0
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard1-5/+5
2008-10-15Remove gratuitous flushing in EXA after solid operations.Eric Anholt1-2/+2
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg1-7/+17
2008-10-07Fix driver build against server master.Lukas Hejtmanek1-1/+4
2008-10-06Fix driver build against server 1.4.2.Eric Anholt1-9/+16
2008-09-10Merge branch 'master' into dri2Eric Anholt1-9/+4
2008-09-03UXA: Re-enable non-965 render.Eric Anholt1-2/+2
2008-08-29Add DRI2 support.Kristian Høgsberg1-0/+2
2008-08-26Change uxa private keys to integer variables.Eamon Walsh1-4/+4
2008-08-26Remove unused exa_pixmap_key.Eamon Walsh1-5/+0
2008-08-21Hide kernel mode setting EXA code behind XF86DRM_MODEJesse Barnes1-0/+5