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
/
uxa
/
uxa-glyphs.c
Age
Commit message (
Expand
)
Author
2011-01-24
uxa: Only recreate the glyph cache on *generational* updates
Chris Wilson
2010-10-04
shadow+dri2: Allow dri2 to be independently enabled with shadow
Chris Wilson
2010-09-08
Enable a shadow buffer and disable GPU acceleration.
Chris Wilson
2010-08-25
uxa: Fallback if faced with large A1 glyphs.
Chris Wilson
2010-06-12
uxa: Always clip glyphs to destination.
Chris Wilson
2010-06-09
uxa: Handle all-clipped out case with destination glyphs.
Chris Wilson
2010-06-07
Adapt glyphs for changes in devPrivates API
Chris Wilson
2010-06-06
Use libc instead of deprecated libc wrappers for malloc/calloc/free.
Eric Anholt
2010-05-31
Disable acceleration if we detect a hardware error.
Chris Wilson
2010-05-31
uxa: Mega-Glyphs!
Chris Wilson
2010-05-28
uxa: Skip the redundant miComputeCompositeRects() when adding to the mask
Chris Wilson
2010-05-28
uxa: Make the glyph caches' fixed size explicit.
Chris Wilson
2010-05-28
uxa: Use a glyph private rather than a hash table.
Chris Wilson
2010-05-24
uxa: Use temporary dest when target is too large for compositor
Chris Wilson
2010-05-24
uxa: Composite glyphs directly onto dst when possible.
Chris Wilson
2010-05-12
uxa: Avoid glyph ping-pong with !offscreen destination
Chris Wilson
2010-02-20
Remove dead assignments noticed by clang.
Eric Anholt
2010-01-08
uxa-glyphs: Enable TILING_X on glyph caches.
Chris Wilson
2009-12-10
Revert "uxa-glyphs: Enable TILING_X on glyph caches."
Chris Wilson
2009-11-30
uxa-glyphs: Enable TILING_X on glyph caches.
Chris Wilson
2009-11-29
uxa-glyphs: Stream uploads via temporary bo
Chris Wilson
2009-10-06
Move to kernel coding style.
Eric Anholt
2009-04-27
Remove pre-server-1.5 support.
Eric Anholt
2009-03-13
Use CopyArea to load glyphs from per-glyph pixmap to cache pixmap
Keith Packard
2009-02-26
Fix UXA for server 1.4.
Eric Anholt
2009-01-13
UXA: Declare glyph cache picture as component-alpha when necessary.
Bernhard Rosenkraenzer
2008-12-03
uxa: don't call composite routines with no buffer.
Dave Airlie
2008-09-30
Work around gcc uninitialized variable warnings
Jesse Barnes
2008-08-05
Rename uxa using _ instead of caps
Keith Packard
2008-08-05
Add UXA - the unified memory acceleration architecture.
Keith Packard