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
/
render
/
picture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-05
api: rework the X server driver API to avoid global arrays.
for-keithp-squashed
Dave Airlie
1
-2
/
+2
2012-04-18
dix: add reference count of the resource to ResourceSizeRec
Erkki Seppälä
1
-1
/
+3
2012-04-18
render: Report pixmap usage of pictures to resource extension.
Rami Ylimäki
1
-0
/
+22
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1058
/
+965
2011-10-18
render: export TriStrip and TriFan to the drivers
Chris Wilson
1
-32
/
+12
2011-04-27
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
1
-1
/
+1
2011-04-25
render: Silence warnings when building with clang
Jeremy Huddleston
1
-1
/
+1
2011-04-22
render: Remove unused fields in the source picture structs
Søren Sandmann Pedersen
1
-13
/
+0
2011-04-22
render: Delete PictureGradientColor()
Søren Sandmann Pedersen
1
-45
/
+0
2011-03-28
render: warning fixes
Adam Jackson
1
-3
/
+0
2011-03-14
Absorb miTriStrip() into CompositeTriStrip()
Søren Sandmann Pedersen
1
-4
/
+18
2011-03-14
Absorb miTriFan() into CompositeTriFan()
Søren Sandmann Pedersen
1
-4
/
+19
2010-11-30
render: repack PictureRec
Adam Jackson
1
-4
/
+2
2010-11-11
Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
Cyril Brulebois
1
-5
/
+2
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
1
-5
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-10
/
+11
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-9
/
+9
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-1
/
+0
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-1
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-28
/
+28
2010-05-07
Return BadPicture, not BadPixmap, if alpha-map is invalid.
Jamey Sharp
1
-1
/
+1
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-7
/
+3
2009-09-23
render: Don't add b8g8r8x8 format for depth 24.
Michel Dänzer
1
-4
/
+1
2009-08-13
Add 4 missing 10bpc picture formats to the server format list.
Pierre-Loup A. Griffais
1
-0
/
+11
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
1
-1
/
+35
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-2
/
+3
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
1
-2
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-40
/
+40
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-36
/
+36
2008-11-24
Export a bunch of matrix operations from render.
Keith Packard
1
-64
/
+0
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-2
/
+4
2008-06-24
Bug #15369: Don't reduce Over to Src for transform + RepeatNone.
Owen Taylor
1
-2
/
+14
2008-06-09
CreateColormap returns Success on success, not TRUE.
Aaron Plattner
1
-2
/
+3
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-18
/
+0
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
1
-18
/
+0
2007-10-15
registry: Add some missing #include's.
Eamon Walsh
1
-0
/
+1
2007-10-11
dix: Add a new "registry" mechanism for registering string names of things.
Eamon Walsh
1
-2
/
+0
2007-09-19
devPrivates rework: move devPrivates field in drawable structure types
Eamon Walsh
1
-1
/
+1
2007-09-05
xace: add new fields to resource access hook to allow parent resource objects
Eamon Walsh
1
-2
/
+2
2007-08-31
xace: add hooks + new access codes: Render extension
Eamon Walsh
1
-12
/
+19
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-108
/
+7
2007-08-25
Refactor PictureInitIndexedFormats.
Adam Jackson
1
-24
/
+24
2007-07-29
ReduceCompositeOp returns a Render op, not a boolean.
Adam Jackson
1
-1
/
+1
2007-05-15
Use the pixman fixed point types and macros
Soren Sandmann Pedersen
1
-3
/
+0
2007-04-23
Remove #if 0'ed merge leftovers
Soren Sandmann Pedersen
1
-17
/
+0
2007-04-23
Gradient fixes
Soren Sandmann Pedersen
1
-1
/
+15
2007-04-19
Merge David Reveman's gradient optimization patch from pixman
Soren Sandmann Pedersen
1
-71
/
+35
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-1
/
+1
[next]