mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +00:00
More kdrive merge, fast path fbBlt to use memcpy() when possible. Good for
-5% to 60% speedup on XGetImage, and 0% to 10% speedup on copies within
host memory. Based on work by Jaymz Julian.
This commit is contained in:
parent
e70b64b930
commit
1c3f8727b2
2 changed files with 30 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-01-18 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* fb/fbblt.c:
|
||||
More kdrive merge, fast path fbBlt to use memcpy() when possible.
|
||||
Good for -5% to 60% speedup on XGetImage, and 0% to 10% speedup on
|
||||
copies within host memory. Based on work by Jaymz Julian.
|
||||
|
||||
2006-01-18 Dave Airlie <airlied@linux.ie>
|
||||
|
||||
Update XGL server from the xserver tree, and fix to work
|
||||
|
|
|
|||
Loading…
Reference in a new issue