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