index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-12
Use proper access size when reading pixel based on bpp of the source pixmap
Benjamin Herrenschmidt
1
-3
/
+13
2005-10-09
Don't try the accelerated glyphs path for component-alpha text (which I
Eric Anholt
1
-2
/
+5
2005-10-06
Clients tend to set picture->repeat when not necessary. Most HW cannot
Benjamin Herrenschmidt
1
-4
/
+24
2005-10-06
Bug #4699: Correct some memory leaks in EXA and damage related to region
Eric Anholt
1
-0
/
+1
2005-10-04
Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to do
Eric Anholt
1
-0
/
+2
2005-09-30
sparse cleanups. s/0/NULL/ and mark a few things static.
Adam Jackson
1
-3
/
+3
2005-09-21
Bug #4541: Fix text drawing in the case where a list contains no
Eric Anholt
1
-1
/
+9
2005-09-21
- Change migration-in rule slightly: previously, if your score was less
Eric Anholt
1
-3
/
+2
2005-09-18
Break EXA ABI while we still can. Add coordinates to the UploadToScreen
Eric Anholt
1
-8
/
+15
2005-09-17
- Don't try to upload 0 byte-per-pixel (PICT_a1) data using
Eric Anholt
1
-17
/
+225
2005-09-11
Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called
Eric Anholt
1
-6
/
+3
2005-09-11
Simplify life for EXA drivers by reducing some {Con,Dis}joint ops.
Adam Jackson
1
-0
/
+17
2005-08-30
Remove existing broken maxX/maxY code for composite (results in infinite
Eric Anholt
1
-56
/
+11
2005-08-06
Last bits of changes to make exa build properly in the modular server.
Chris Lee
1
-1
/
+1
2005-07-07
Check vtSema before accelerating primitives and sync in fallbacks only if
Zack Rusin
1
-0
/
+12
2005-07-01
Adding the new acceleration architecture: Exa. It's meant to replace XAA in
Zack Rusin
1
-0
/
+572