index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_exa.c
Age
Commit message (
Expand
)
Author
2009-04-06
Fix offset in begin_gtt_access case
Jesse Barnes
2009-03-31
Tiling fixes, third set
Jesse Barnes
2009-02-27
Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.
Eric Anholt
2009-02-26
Fix UXA for server 1.4.
Eric Anholt
2009-02-26
Regard the screen pixmap as suitable for acceleration.
Eric Anholt
2009-02-26
Fix up i915 composite and common solid/copy code to use check_aperture.
Eric Anholt
2009-02-21
uxa: Ask for BOs ready for rendering for pixmaps.
Eric Anholt
2009-02-10
uxa: Fix failure to --amend in further changes in previous commit.
Eric Anholt
2009-02-10
uxa: hook up the fallback debug to the driver's fallback debug option.
Eric Anholt
2009-02-02
Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.
Kristian Høgsberg
2009-02-02
Fix last-minute "cleanup" that broke the patch.
Kristian Høgsberg
2009-01-27
Support tiled back/depth on 915-class hardware with DRI2.
Jesse Barnes
2009-01-16
Re-emit i915 composite setup when the batchbuffer wraps.
Eric Anholt
2009-01-06
Fix pin leakage with EXA GTT-mapping shortcut, and crash with UXA on KMS.
Eric Anholt
2009-01-06
Resize framebuffer on screen size change (requires UXA and DRI2)
Keith Packard
2008-12-31
UXA: Fallback to dri_bo_map() if pin failed
Zhenyu Wang
2008-12-29
exa: fix map gtt call to use current API
Dave Airlie
2008-12-18
uxa: Do a hack to use the aperture mapping instead of bo_map in sw fallbacks.
Eric Anholt
2008-12-05
uxa: Reject solid/copy to under-8bpp destinations.
Eric Anholt
2008-12-03
Re-enable composite accel on 965 with UXA.
Eric Anholt
2008-12-02
UXA: Add support for tiled front/back/depth by cutting over to the GTT map.
Eric Anholt
2008-11-17
Merge commit 'origin/master' into dri2
Kristian Høgsberg
2008-11-05
Make I830FALLBACK debugging a runtime instead of compile-time option.
Eric Anholt
2008-10-19
Reduce incidence of MI_FLUSH usage.
Keith Packard
2008-10-15
Remove gratuitous flushing in EXA after solid operations.
Eric Anholt
2008-10-14
Merge commit 'origin/master' into HEAD
Kristian Høgsberg
2008-10-07
Fix driver build against server master.
Lukas Hejtmanek
2008-10-06
Fix driver build against server 1.4.2.
Eric Anholt
2008-09-10
Merge branch 'master' into dri2
Eric Anholt
2008-09-03
UXA: Re-enable non-965 render.
Eric Anholt
2008-08-29
Add DRI2 support.
Kristian Høgsberg
2008-08-26
Change uxa private keys to integer variables.
Eamon Walsh
2008-08-26
Remove unused exa_pixmap_key.
Eamon Walsh
2008-08-21
Hide kernel mode setting EXA code behind XF86DRM_MODE
Jesse Barnes
2008-08-19
Use GTT mapping for EXA PrepareAccess function
Jesse Barnes
2008-08-13
Make EXA & UXA share bo getting function
Jesse Barnes
2008-08-12
Add EXA pixmap management functions for kernel mode setting
Jesse Barnes
2008-08-08
Make it actually build the kernel stuff if possible
Jesse Barnes
2008-08-05
[uxa] Remove unused pixmap size limits.
Keith Packard
2008-08-05
Rename uxa using _ instead of caps
Keith Packard
2008-08-05
Change PrepareAccess to take access mode rather than index
Keith Packard
2008-08-05
Add batch flush in i830_uxa_prepare_access
Keith Packard
2008-08-05
Use dri_bo for all object allocations, including pixmaps under uxa
Keith Packard
2008-08-05
Make EXA functions work for UXA as well
Keith Packard
2008-08-05
Add UXA - the unified memory acceleration architecture.
Keith Packard
2008-06-10
Change most usage of pixmap offsets to using a reloc macro.
Eric Anholt
2008-05-07
Check pitch for EXA operation
Zhenyu Wang
2008-03-21
Transformed coord computed using floats. Don't move bilinear composite dst.
Keith Packard
2008-03-18
Handle projective transforms on 9xx for Composite.
Keith Packard
2008-03-18
Add i830_transform_is_affine and i830_get_transformed_coordinates_3d.
Keith Packard
[next]