index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-09
Rearrange EXA driver structures so that there's a hope of maintaining ABI
Eric Anholt
1
-35
/
+33
2006-02-23
Remove redundant composite op reduction, done in Render now.
Adam Jackson
1
-18
/
+0
2006-02-16
Move EXA implementation up to the top level and remove its XFree86
Eric Anholt
1
-9
/
+7
2006-02-02
Move the frequently-repeated code to get the pixmap that backs a drawable
Eric Anholt
1
-16
/
+3
2006-02-02
Rearrange and rename EXA code to be a bit more logically organized. Also
Eric Anholt
1
-1
/
+1
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