index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fb
/
fbcompose.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-11
Back out merge of master to 1.2 branch. Undoes 89987ca...
Adam Jackson
1
-337
/
+326
2006-08-01
Wrap libwfb memory access.
Aaron Plattner
1
-325
/
+326
2006-07-26
Add framebuffer access wrapper infrastructure.
Aaron Plattner
1
-1
/
+11
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-2
/
+0
2006-07-03
Revert "Optimize out computing a gradient pixel if the mask value is 0."
Eric Anholt
1
-131
/
+76
2006-07-03
Optimize out computing a gradient pixel if the mask value is 0.
Eric Anholt
1
-76
/
+131
2006-06-23
Remove the default case from fbcompose.c switches which should cover all cases.
Eric Anholt
1
-4
/
+4
2006-06-21
Fix #2488 for fb too: sample pixel center when transforming.
Kristian Høgsberg
1
-6
/
+15
2006-06-19
Pull over convolution filter fixes from xgl-0-0-1 branch.
Kristan Høgsberg
1
-2
/
+7
2006-06-19
Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4.
Eric Anholt
1
-0
/
+9
2006-06-19
Correct component ordering when fetching [ax]4b4g4r4 pixels.
Eric Anholt
1
-10
/
+10
2006-05-18
Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. Still
Adam Jackson
1
-44
/
+45
2006-04-19
Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.
Keith Packard
1
-2
/
+25
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-2
/
+6
2005-12-09
Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (Aaron
Adam Jackson
1
-14
/
+14
2005-12-08
Bug #3944: Fix 24bpp packed pixel. (Søren Sandmann Pedersen)
Adam Jackson
1
-2
/
+2
2005-10-04
Correct the test for whether projective transform is necessary. Also, use
Eric Anholt
1
-16
/
+16
2005-10-03
Merge r1.36 of fbcompose.c from xserver CVS: Special case projective
Eric Anholt
1
-78
/
+158
2005-09-07
Fix typo resulting in failure to swap between RGB/BGR properly. (Stephen P.
Daniel Stone
1
-2
/
+2
2005-08-30
More 0 -> NULL for pointers missed in previous commit to this file.
Eric Anholt
1
-10
/
+10
2005-08-30
Apply the xserver patch from vektor for bug #4208: Use NULL for pointers
Eric Anholt
1
-19
/
+19
2005-08-12
Fri Aug 12 14:49:24 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-24
/
+40
2005-08-12
Fri Aug 12 14:29:09 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-8
/
+10
2005-07-13
Fix potential buffer overflow and a smaller bug in the convolution filter
Lars Knoll
1
-4
/
+10
2005-07-12
Add MMX Code paths for the basic composition operations in
Lars Knoll
1
-21
/
+22
2005-07-04
don't be too smart and try to replace PictOpOver by PictOpSrc when we have
Lars Knoll
1
-4
/
+1
2005-07-04
Fix handling of "super luminescent" colors Fix off by one error in the
Lars Knoll
1
-250
/
+244
2005-07-03
Fix more include paths; add dix-config.h to XKB code.
Daniel Stone
1
-3
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-1
/
+1
2005-07-01
Add support for gradients and solid fills to Render.
Lars Knoll
1
-25
/
+242
2005-06-15
Fix projective transformations in fbcompose.c Bugfix for convolution
Lars Knoll
1
-133
/
+283
2005-06-13
add the convolution filter from xserver to xorg
Lars Knoll
1
-71
/
+125
2005-05-14
Change return statements to fix compiler errors: "fbcompose.c", line 2815:
XORG-6_8_99_7
Alan Coopersmith
1
-4
/
+8
2005-05-08
Render performance improvements. (Lars Knoll, Zack Rusin)
Adam Jackson
1
-2272
/
+2506
2005-01-13
Thu Jan 13 15:40:29 2005 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-2
/
+15
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
1
-2
/
+2
2004-05-12
Fix problems in render fb implementation found by rendercheck:
Eric Anholt
1
-73
/
+63
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+2
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
STSF-CURRENT
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-12-19
XFree86 4.3.99.902 (RC 2)
xf86-4_3_99_902
Kaleb Keithley
1
-5
/
+7
2003-11-25
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
xf86-4_3_99_16
Kaleb Keithley
1
-34
/
+1
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+2897