index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fb
/
fbpict.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-02
fb: Delete a bunch more left-overs
Søren Sandmann Pedersen
1
-380
/
+0
2010-11-02
fb: Delete fbCompositeGeneral()
Søren Sandmann Pedersen
1
-16
/
+0
2010-11-01
render: Delete renderedge.[ch]
Søren Sandmann Pedersen
1
-3
/
+0
2010-11-01
Delete unused fbWalkCompositeRegion()
Søren Sandmann Pedersen
1
-17
/
+0
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
1
-0
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2007-05-23
- Make image_from_pict() non-static
Soren Sandmann Pedersen
1
-12
/
+0
2007-05-21
Remove fast path code from fbpict.c
Soren Sandmann Pedersen
1
-191
/
+0
2007-05-03
New fbWalkCompositeRegion() function
Soren Sandmann Pedersen
1
-0
/
+30
2007-05-03
Add fbCompositeRect() as another special case in the switch of doom in fbpict.c
Soren Sandmann Pedersen
1
-0
/
+3
2007-04-24
From pixman (Jeff Muizelaar)
Soren Sandmann Pedersen
1
-2
/
+2
2007-04-24
Add functions fbCompositeSrcSrc_nxn() and fbCompositeTrans_0565xnx0565
Soren Sandmann Pedersen
1
-0
/
+8
2007-01-22
Really fix optimized render cases being hit when they shouldn't.
Eric Anholt
1
-3
/
+0
2006-11-01
Fix several cases where optimized paths were hit when they shouldn't be.
Eric Anholt
1
-6
/
+41
2006-08-01
Wrap libwfb memory access.
Aaron Plattner
1
-14
/
+14
2006-07-26
Add framebuffer access wrapper infrastructure.
Aaron Plattner
1
-0
/
+1
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2005-12-28
Fix a copy'n'paste-o that would result in mis-rounding of the results of
Eric Anholt
1
-1
/
+1
2005-10-02
Bugzilla #4616:
Eric Anholt
1
-1
/
+1
2005-08-12
Fri Aug 12 14:45:54 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-23
/
+27
2005-07-12
Add MMX Code paths for the basic composition operations in
Lars Knoll
1
-0
/
+9
2005-07-04
Fix handling of "super luminescent" colors Fix off by one error in the
Lars Knoll
1
-32
/
+105
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Add support for gradients and solid fills to Render.
Lars Knoll
1
-2
/
+2
2005-06-09
Bug #3434: Don't define fbAddTraps twice. (Mike A. Harris)
Adam Jackson
1
-9
/
+0
2005-05-08
Render performance improvements. (Lars Knoll, Zack Rusin)
Adam Jackson
1
-664
/
+126
2005-03-27
Sat Mar 26 19:00:30 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-13
/
+0
2005-03-26
Sat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-0
/
+13
2005-01-16
Bug #1895: Fix fbComposeGetSolid for BGR. (David S. Miller)
Adam Jackson
1
-1
/
+9
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
1
-1
/
+1
2004-08-13
Empty damage object when freeing pixmap.
Keith Packard
1
-9
/
+0
2004-08-06
Add RenderAddTraps. Rewrite trapezoid rendering code.
Keith Packard
1
-0
/
+37
2004-07-22
Thu Jul 22 20:03:11 2004 Soeren Sandmann <sandmann@daimi.au.dk>
Søren Sandmann Pedersen
1
-0
/
+64
2004-05-12
Fix problems in render fb implementation found by rendercheck:
Eric Anholt
1
-9
/
+2
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
xf86-4_3_99_903
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+976