index
:
~airlied/xserver
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
abi-bash
api-cleanup
api-queue
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-offload-proposed
dri2-swapbuffers
drvlayer
drvmodelv2
drvmodelv2-glx
drvmodelv2-prebase
drvmodelv2-rebase
drvmodelv2-wip
drvmodelv2wip2
drvmodelv3
dynerama
endless
exa-damagetrack
exa-uxa-merge
fb-cleanup
fb-define-cleanup-squashed
fix-warnings
fix-zaphod-error
for-1.14-gpu-fixes
for-keithp
for-keithp-complete
for-keithp-gpu-vt-owner
for-keithp-offload-slave
for-keithp-output-slave
for-keithp-squashed
for-keithp-stage1
for-keithp-this-time-for-sure
for-keithp-unreviewed
glamor-core-profile
glamor-finish-api
glamor-prime
glamor-put-image-write-only
glucose-2
glxpull
gpu-hotplug-vt
gpu-switch-101
gpu-switch-hacks
gpu-switch-hacks2
gpu-switch-hacks3
gsr-current
impedance
input-hotplug
keithp-queue
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
misc-prime-fixes
modesetting-zaphod
mpx
no-pci-rework
orib-soc-2006
output-class-pciid
pageflip-v5-airlied
pageflip-v6
pageflip-v6-submit
panning-for-server-1.6
pci-rework
platform-usb-hotplug-101
prime
prime-101
prime-102
prime-103
prime-dri2-hack
prime-fixes
prime-hw-cursor
proto-screens
pwin-cleanup
randr-1.2
randr-1.2-for-server-1.2
randr-1.5
randr-dpms
randr-provider
redunant-cleanups-1
reverse-prime
reviewed-fixes
rework-stuff
rhel-fixes
sco_port_update
server-1.13-branch
server-1.14-randr-fixes
server-1.14-randr-fixes-abi-break-fixed
server-1.16-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_0-branch
server-1_1-branch
stable-1.14-fixes
tmp-api
tmp-train-work
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
xinerama-cleanup
xinerama-the-revenge
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
xserver-queue
Unnamed repository; edit this file to name it for gitweb.
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fb
/
fbpict.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-14
Add xoff and yoff to drawable->x and drawable->y in create_bits_picture().
Soeren Sandmann
1
-1
/
+3
2009-07-09
Reserve space for two GC values in copy_drawable().
Soren Sandmann Pedersen
1
-1
/
+1
2009-07-06
Use IncludeInferiors when copying windows before compositing.
Søren Sandmann Pedersen
1
-3
/
+4
2009-06-18
Fix clipping when windows are used as sources
Søren Sandmann Pedersen
1
-21
/
+97
2009-05-10
Make compositing with transformed windows work again.
Søren Sandmann Pedersen
1
-16
/
+8
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-6
/
+6
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-6
/
+6
2008-05-20
fb: shut up two compiler warnings.
Peter Hutterer
1
-1
/
+1
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-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-06
Don't unwrap too early in libwfb for Composite.
Aaron Plattner
1
-11
/
+12
2007-07-11
"fbpict.c", line 215: void function cannot return value
Alan Coopersmith
1
-1
/
+1
2007-06-11
Replace fbFillmmx() with pixman_fill() and remove fbmmx.[ch]
Søren Sandmann Pedersen
1
-201
/
+0
2007-06-11
Don't pass regions to pixman_image_composite() anymore.
Søren Sandmann Pedersen
1
-140
/
+140
2007-06-03
Include pixman.h from fb.h or compile of some files will fail
Benjamin Herrenschmidt
1
-1
/
+0
2007-05-23
- Make image_from_pict() non-static
Soren Sandmann Pedersen
1
-113
/
+117
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
1
-1506
/
+23
2007-05-18
Use pixman_image_set_indexed() to make 8 bit work
Soren Sandmann Pedersen
1
-0
/
+4
2007-05-18
Move fbCompositeGeneral() to fbpict.c and remove fbcompose.c
Soren Sandmann Pedersen
1
-44
/
+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
1
-2
/
+232
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
1
-95
/
+110
2007-05-03
Add fbCompositeRect() as another special case in the switch of doom in fbpict.c
Soren Sandmann Pedersen
1
-14
/
+52
2007-04-29
Fix fbCompositeTrans_0888xnx0888 build for wfb on big endian.
Michel Dänzer
1
-1
/
+1
2007-04-29
Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.
Michel Dänzer
1
-1
/
+1
2007-04-26
Pixman merge
Soren Sandmann Pedersen
1
-1
/
+6
2007-04-26
Pixman merge
Soren Sandmann Pedersen
1
-23
/
+65
2007-04-26
Pixman merge
Soren Sandmann Pedersen
1
-33
/
+44
2007-04-25
Don't treat convolution filters as transformations.
Soren Sandmann Pedersen
1
-20
/
+17
2007-04-25
Port MSVC++ CPU detection code from pixman. (Vladimir Vukicevic).
Soren Sandmann Pedersen
1
-6
/
+64
2007-04-25
Integrate optimization from xserver from David Reveman where repeats
Soren Sandmann Pedersen
1
-2
/
+29
2007-04-25
Add function fbCompositeSrcAdd_8888x8x8(), and fix a bug where
Soren Sandmann Pedersen
1
-2
/
+69
2007-04-25
Various fixes from xserver via pixman (Billy Biggs)
Soren Sandmann Pedersen
1
-8
/
+8
2007-04-24
Use READ/WRITE macros for new functions introduced in previous commits.
Soren Sandmann Pedersen
1
-258
/
+257
2007-04-24
Remove #if 0'ed blocks
Soren Sandmann Pedersen
1
-41
/
+0
2007-04-24
From pixman (Jeff Muizelaar)
Soren Sandmann Pedersen
1
-332
/
+370
2007-04-24
From xserver via pixman (Jeff Muizelaar)
Soren Sandmann Pedersen
1
-120
/
+512
2007-04-24
Fix format vs formatCode in previous commit
Soren Sandmann Pedersen
1
-1
/
+1
2007-04-24
Add functions fbCompositeSrcSrc_nxn() and fbCompositeTrans_0565xnx0565
Soren Sandmann Pedersen
1
-1
/
+180
2007-02-06
Use the new 8888x0565mmx function in fbpict.c
Soren Sandmann Pedersen
1
-2
/
+12
2007-02-06
Reapply patch to fix AMD CPU detection
Soren Sandmann Pedersen
1
-1
/
+3
2007-02-06
Revert "Fix for AMD cpu detection. Bug 9614, Dan Williams."
Soren Sandmann Pedersen
1
-20
/
+1
2007-02-06
Fix for AMD cpu detection. Bug 9614, Dan Williams.
Soren Sandmann Pedersen
1
-1
/
+20
2006-11-01
Fix several cases where optimized paths were hit when they shouldn't be.
Eric Anholt
1
-10
/
+5
2006-10-18
Use getisax() instead of asm code to determine available x86 ISA extensions o...
Alan Coopersmith
1
-2
/
+23
2006-08-01
Wrap libwfb memory access.
Aaron Plattner
1
-35
/
+35
[next]