index
:
~alanh/xserver
master
alanh's xserver tree
alanh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
picturestr.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2005-08-24
Remove use of dix-config and xorg-config.h from public headers.
Daniel Stone
1
-4
/
+0
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
/
+101
2005-06-15
Fix projective transformations in fbcompose.c Bugfix for convolution
Lars Knoll
1
-0
/
+4
2005-06-13
add the convolution filter from xserver to xorg
Lars Knoll
1
-13
/
+15
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
1
-1
/
+1
2004-08-06
Add RenderAddTraps. Rewrite trapezoid rendering code.
Keith Packard
1
-0
/
+24
2004-08-05
- Add a new Render function, CopyPicture, which will update a picture with
Eric Anholt
1
-1
/
+6
2004-07-29
Use LibraryTargetName when not building a loadable server
Kevin E Martin
1
-0
/
+9
2004-07-29
Integration of DAMAGE-XFIXES branch to trunk
Stuart Kreitman
1
-17
/
+16
2004-06-30
Add Distributed Multihead X (DMX) support
Kevin E Martin
1
-1
/
+10
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
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
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
/
+501