summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
AgeCommit message (Expand)Author
2009-04-06Fix offset in begin_gtt_access caseJesse Barnes
2009-03-31Tiling fixes, third setJesse Barnes
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
2008-08-19Use GTT mapping for EXA PrepareAccess functionJesse Barnes
2008-08-13Make EXA & UXA share bo getting functionJesse Barnes
2008-08-12Add EXA pixmap management functions for kernel mode settingJesse Barnes
2008-08-08Make it actually build the kernel stuff if possibleJesse Barnes
2008-08-05[uxa] Remove unused pixmap size limits.Keith Packard
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard
2008-08-05Add batch flush in i830_uxa_prepare_accessKeith Packard
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-08-05Make EXA functions work for UXA as wellKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt
2008-05-07Check pitch for EXA operationZhenyu Wang
2008-03-21Transformed coord computed using floats. Don't move bilinear composite dst.Keith Packard
2008-03-18Handle projective transforms on 9xx for Composite.Keith Packard
2008-03-18Add i830_transform_is_affine and i830_get_transformed_coordinates_3d.Keith Packard