index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
picturestr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-05
render: fix shadow warnings
Yaakov Selkowitz
1
-4
/
+4
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-2
/
+0
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
1
-0
/
+3
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-379
/
+323
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-3
/
+3
2011-10-18
render: export TriStrip and TriFan to the drivers
Chris Wilson
1
-0
/
+21
2011-04-22
render: Remove unused TriStrip and TriFan typedefs
Søren Sandmann Pedersen
1
-18
/
+0
2011-04-22
render: Remove unused fields in the source picture structs
Søren Sandmann Pedersen
1
-25
/
+0
2011-04-22
render: Delete PictureGradientColor()
Søren Sandmann Pedersen
1
-5
/
+0
2011-03-14
Remove TriStrip and TriFan from the picture screen
Søren Sandmann Pedersen
1
-2
/
+0
2010-11-30
render: repack PictureRec
Adam Jackson
1
-8
/
+7
2010-06-05
Make GetPictureScreenIfSet check if Render is running
Keith Packard
1
-1
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+6
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-1
/
+1
2010-05-07
VERIFY_PICTURE always returns BadPicture. Don't bother specifying.
Jamey Sharp
1
-4
/
+4
2009-08-28
render: AnimCurInit and AnimCursorCreate shouldn't be _X_EXPORT
Tiago Vignatti
1
-2
/
+2
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-5
/
+4
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-57
/
+57
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
1
-4
/
+0
2008-11-25
Move matrix operations from X server to pixman 0.13.2
Keith Packard
1
-114
/
+6
2008-11-24
Handle transform failure when computing shadow damage area.
Keith Packard
1
-1
/
+1
2008-11-24
Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.
Keith Packard
1
-4
/
+1
2008-11-24
Handle RandR transform matrices in floating point.
Keith Packard
1
-0
/
+63
2008-11-24
Add matrix inversion function (uses doubles)
Keith Packard
1
-0
/
+3
2008-11-24
Add kernel size to Render filters.
Keith Packard
1
-2
/
+6
2008-11-24
[render] Split out filter finding from filter setting.
Keith Packard
1
-2
/
+7
2008-11-24
Add funcs to convert between protocol and pixman matrices
Keith Packard
1
-3
/
+8
2008-11-24
Export a bunch of matrix operations from render.
Keith Packard
1
-8
/
+63
2008-08-27
Remove unused GetGlyphPrivatesForScreen.
Eamon Walsh
1
-3
/
+0
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-6
/
+0
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-6
/
+0
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
1
-1
/
+1
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-08-31
Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.
Eric Anholt
1
-1
/
+1
2007-08-31
xace: add hooks + new access codes: Render extension
Eamon Walsh
1
-1
/
+1
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-31
/
+11
2007-08-25
Refactor PictureInitIndexedFormats.
Adam Jackson
1
-1
/
+1
2007-06-29
Death to RCS tags.
Adam Jackson
1
-2
/
+0
2007-06-11
Don't pass regions to pixman_image_composite() anymore.
Søren Sandmann Pedersen
1
-0
/
+4
2007-05-15
Use pixman short formats, revert the gradient_stop change
Soren Sandmann Pedersen
1
-1
/
+4
2007-05-15
Use pixman types for transforms and vectors
Soren Sandmann Pedersen
1
-11
/
+3
2007-04-23
Gradient fixes
Soren Sandmann Pedersen
1
-7
/
+16
2007-04-19
Merge David Reveman's gradient optimization patch from pixman
Soren Sandmann Pedersen
1
-4
/
+22
2006-07-03
Bug #7366: Fix crashes when setting filters on source pictures.
Eric Anholt
1
-0
/
+5
2006-07-03
Bug #7366: Fix two crashes in operations on source pictures.
Eric Anholt
1
-0
/
+5
2006-06-19
Convert PICT_* names from #defines to an enum to aid in debugging.
Eric Anholt
1
-1
/
+1
2006-01-03
Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA
Eric Anholt
1
-0
/
+17
2005-12-09
Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (Aaron
Adam Jackson
1
-2
/
+3
[next]