index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-3
/
+0
2007-11-15
Save pixmap allocation hints into the PixmapRec.
Aaron Plattner
3
-4
/
+8
2007-11-05
fb: Remove usage of alloca
Daniel Stone
2
-13
/
+13
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
4
-4
/
+6
2007-10-02
fbcmap_mi.c: add a missing api
Dodji Seketeli
1
-0
/
+8
2007-09-27
Add the FB_ACCESS_WRAPPER checks
Alan Hourihane
1
-0
/
+10
2007-09-27
Fix bug #12286
Alan Hourihane
1
-4
/
+23
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
7
-146
/
+0
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
4
-87
/
+0
2007-08-23
Revert "Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() ...
Søren Sandmann Pedersen
1
-0
/
+1
2007-08-22
Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"
Eric Anholt
1
-1
/
+0
2007-08-22
Revert "Fix <pixman.h> include to <pixman/pixman.h>"
Eric Anholt
1
-1
/
+1
2007-08-22
Fix <pixman.h> include to <pixman/pixman.h>
Alan Hourihane
1
-1
/
+1
2007-08-21
Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix
Søren Sandmann Pedersen
1
-0
/
+1
2007-08-16
stride is in FbBits-sized chunks, but xoff is not.
Aaron Plattner
1
-3
/
+3
2007-08-16
Bug #12015: Use the right offsets in the dst arguments of pixman_blt.
Aaron Plattner
1
-2
/
+2
2007-08-06
Require pixman-1 0.9.4, update pixman includes to new scheme
Søren Sandmann Pedersen
1
-1
/
+1
2007-08-06
Don't unwrap too early in libwfb for Composite.
Aaron Plattner
4
-17
/
+16
2007-07-11
"fbpict.c", line 215: void function cannot return value
Alan Coopersmith
1
-1
/
+1
2007-07-05
Clean up unused #ifdefs from fb.
Adam Jackson
4
-75
/
+2
2007-06-29
Death to RCS tags.
Adam Jackson
28
-56
/
+0
2007-06-27
Handle tileStride > 1 in fbEvenTile.
Aaron Plattner
2
-5
/
+8
2007-06-22
In fbFill() make sure the drawable is validated when pixman_fill() succeeds.
Søren Sandmann Pedersen
1
-32
/
+22
2007-06-20
Fixed fbSolidBoxClipped() to fill the right place.
Arcady Goldmints-Orlov
1
-1
/
+1
2007-06-11
Remove fbmmx.[ch] files
Søren Sandmann Pedersen
2
-121
/
+0
2007-06-11
Replace fbFillmmx() with pixman_fill() and remove fbmmx.[ch]
Søren Sandmann Pedersen
7
-385
/
+20
2007-06-11
Delete fbBltmmx().
Søren Sandmann Pedersen
2
-145
/
+0
2007-06-11
Port a few forgotten fbSolidFillmmx()'es to fbFillmmx(). Use pixman_blt() ins...
Søren Sandmann Pedersen
3
-30
/
+31
2007-06-11
Remove fbCopyAreammx() and fbSolidFillmmx()
Søren Sandmann Pedersen
2
-66
/
+0
2007-06-11
Split fbSolidFillmmx() into a new FbFillmmx() function. Call that from fbFill().
Søren Sandmann Pedersen
3
-18
/
+43
2007-06-11
Split fbCopyAreammx() into a new fbBltmmx() function; call this
Søren Sandmann Pedersen
3
-38
/
+61
2007-06-11
Don't pass regions to pixman_image_composite() anymore.
Søren Sandmann Pedersen
1
-140
/
+140
2007-06-07
Add new fb symbols to wfbrename.h.
Aaron Plattner
1
-0
/
+2
2007-06-05
Delete fbCompositeCopyAreammx()
Søren Sandmann Pedersen
2
-36
/
+0
2007-06-05
Remove most of the fast-path MMX operations from fbmmx. fbCopyAreammx
Søren Sandmann Pedersen
2
-2734
/
+0
2007-06-03
Include pixman.h from fb.h or compile of some files will fail
Benjamin Herrenschmidt
3
-3
/
+2
2007-05-23
Delete trapezoid rendering code; replace with pixman calls
Soren Sandmann Pedersen
1
-167
/
+12
2007-05-23
- Make image_from_pict() non-static
Soren Sandmann Pedersen
7
-588
/
+201
2007-05-23
Add missing offsets for window coordinates - reported by Colin Harrison
Soren Sandmann Pedersen
1
-0
/
+13
2007-05-21
Remove fast path code from fbpict.c
Soren Sandmann Pedersen
2
-1697
/
+23
2007-05-18
Use pixman_image_set_indexed() to make 8 bit work
Soren Sandmann Pedersen
1
-0
/
+4
2007-05-18
Comment out setup of general MMX code
Soren Sandmann Pedersen
1
-0
/
+6
2007-05-18
Move fbCompositeGeneral() to fbpict.c and remove fbcompose.c
Soren Sandmann Pedersen
3
-4363
/
+19
2007-05-18
Break image_from_pict() into a few subfunctions.
Soren Sandmann Pedersen
1
-183
/
+189
2007-05-18
Make the general compositing code create a pixman image and call
Soren Sandmann Pedersen
2
-3
/
+234
2007-05-17
Remove excessive unrolling in fbCompositeSrc_x888x8x8888() and fix bug where
Soren Sandmann Pedersen
1
-63
/
+22
2007-05-16
Make fbFetch_b8g8r8() actually write the read value to the buffer
Soren Sandmann Pedersen
1
-0
/
+1
2007-05-15
Revert various fast path functions to their pre-pixman-merge state
Soren Sandmann Pedersen
1
-515
/
+36
2007-05-03
New fbWalkCompositeRegion() function
Soren Sandmann Pedersen
3
-196
/
+143
2007-05-03
Add fbCompositeRect() as another special case in the switch of doom in fbpict.c
Soren Sandmann Pedersen
3
-15
/
+56
[next]