index
:
~anholt/xf86-video-intel
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
XORG-6_8-branch
compositing-fix
display-port
dri2-swapbuffers
dri3
exa
exa-i965
glamor-dri3
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
keithp-glamor-rewrite
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
renames
wooooooo
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uxa
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-25
Fix SHM functions to work with server after 1.6.0
Keith Packard
2
-27
/
+15
2009-07-22
uxa: Tell the driver when we're just going to immediately map the pixmap.
Eric Anholt
2
-1
/
+12
2009-07-22
uxa: Skip fill of temporary alpha picture that just gets copied over.
Eric Anholt
1
-18
/
+21
2009-07-18
Update to xextproto 7.1 support.
Peter Hutterer
1
-1
/
+30
2009-07-17
accessing a pixmap if prepare_access fails is verboten.
Owain Ainsworth
1
-3
/
+4
2009-06-30
uxa: Fix segfault on source-only picture usage with FallbackDebug.
Eric Anholt
1
-0
/
+5
2009-06-09
UXA: Rasterize trapezoids to system memory, not a pixmap
Carl Worth
1
-7
/
+46
2009-04-27
Remove pre-server-1.5 support.
Eric Anholt
6
-127
/
+0
2009-04-24
Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)
Alan Coopersmith
1
-0
/
+10
2009-03-13
Use CopyArea to load glyphs from per-glyph pixmap to cache pixmap
Keith Packard
1
-26
/
+10
2009-02-26
Fix UXA for server 1.4.
Eric Anholt
6
-2
/
+140
2009-02-26
uxa: Fix composite fallback debug printing of main memory versus bo info.
Eric Anholt
1
-1
/
+1
2009-02-10
uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.
Eric Anholt
1
-1
/
+1
2009-02-10
uxa: Fix driver against fbDoCopy -> miDoCopy change in the server.
Eric Anholt
2
-5
/
+10
2009-02-10
uxa: Fix failure to --amend in further changes in previous commit.
Eric Anholt
2
-9
/
+3
2009-02-10
uxa: hook up the fallback debug to the driver's fallback debug option.
Eric Anholt
5
-8
/
+48
2009-01-13
UXA: Declare glyph cache picture as component-alpha when necessary.
Bernhard Rosenkraenzer
1
-3
/
+6
2009-01-06
uxa: handle uxa_prepare_access failure
Keith Packard
5
-148
/
+208
2008-12-16
uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)
Eric Anholt
1
-3
/
+10
2008-12-05
uxa: Add in EnableDisableFBAccess handling like examodule.c did.
Eric Anholt
3
-2
/
+27
2008-12-03
uxa: don't call composite routines with no buffer.
Dave Airlie
1
-7
/
+9
2008-09-30
Work around gcc uninitialized variable warnings
Jesse Barnes
1
-0
/
+4
2008-08-26
Change uxa private keys to integer variables.
Eamon Walsh
2
-4
/
+4
2008-08-05
[uxa] Remove unused pixmap size limits.
Keith Packard
2
-64
/
+0
2008-08-05
[uxa] Check xalloc returns and deal with failure
Keith Packard
1
-0
/
+6
2008-08-05
Rename uxa using _ instead of caps
Keith Packard
6
-413
/
+243
2008-08-05
Change PrepareAccess to take access mode rather than index
Keith Packard
6
-112
/
+93
2008-08-05
Don't call sync on prepare_access -- just let the driver deal with it.
Keith Packard
1
-3
/
+0
2008-08-05
Add UXA - the unified memory acceleration architecture.
Keith Packard
8
-0
/
+5048