index
:
~csimpson/xserver
bugfixes
master
triage
And I have become comfortably numb.
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-02
Clean up many #if 0.
Adam Jackson
2
-124
/
+0
2007-11-15
Fix a really dumb typo.
Aaron Plattner
1
-1
/
+1
2007-11-05
Render: Remove usage of alloca
Daniel Stone
2
-26
/
+26
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
4
-6
/
+9
2007-10-26
Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...
Aaron Plattner
2
-25
/
+24
2007-10-26
Include stddef.h for size_t.
Bernardo Innocenti
1
-0
/
+1
2007-10-23
Superfluous ','.
Matthias Hopf
1
-1
/
+1
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
7
-255
/
+215
2007-10-02
Merge branch 'glyph-pixmaps'
Eric Anholt
4
-111
/
+226
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-25
Refactor PictureInitIndexedFormats.
Adam Jackson
2
-25
/
+25
2007-08-23
Avoid leaking a Pixmap for every glyph
Carl Worth
1
-0
/
+5
2007-08-22
Revert "Fix <pixman.h> include to <pixman/pixman.h>"
Eric Anholt
1
-1
/
+1
2007-08-22
Fix <pixman.h> include to <pixman/pixman.h>
Alan Hourihane
1
-1
/
+1
2007-08-06
Require pixman-1 0.9.4, update pixman includes to new scheme
Søren Sandmann Pedersen
1
-1
/
+1
2007-08-02
Create a Picture as well as a Pixmap at the time of AllocateGlyph
Carl Worth
4
-35
/
+25
2007-08-02
Use per-screen Pixmaps for glyphs
Carl Worth
4
-53
/
+113
2007-08-02
Use strong hash (SHA1) for glyphs
Carl Worth
3
-65
/
+64
2007-08-02
ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cached
Carl Worth
3
-25
/
+71
2007-08-02
Split HashGlyph functionality out into HashGlyphInfoAndBits
Carl Worth
2
-3
/
+23
2007-08-02
ProcRenderAddGlyphs: Take advantage of the for loops to simplify the code a bit
Carl Worth
1
-8
/
+4
2007-08-02
ProcRenderAddGlyphs: Convert while loops to for loops where more natural
Carl Worth
1
-5
/
+4
2007-07-29
ReduceCompositeOp returns a Render op, not a boolean.
Adam Jackson
1
-1
/
+1
2007-06-29
Death to RCS tags.
Adam Jackson
4
-8
/
+0
2007-06-15
swap xOrigin and yOrigin in SProcRenderSetPictureClipRectangles.
Matthieu Herrb
1
-0
/
+2
2007-06-11
Don't pass regions to pixman_image_composite() anymore.
Søren Sandmann Pedersen
3
-26
/
+40
2007-06-05
Remove most of the fast-path MMX operations from fbmmx. fbCopyAreammx
Søren Sandmann Pedersen
1
-1
/
+1
2007-05-23
Port renderedge.c to pixman
Soren Sandmann Pedersen
2
-128
/
+6
2007-05-15
Use pixman short formats, revert the gradient_stop change
Soren Sandmann Pedersen
2
-58
/
+56
2007-05-15
Use pixman types for transforms and vectors
Soren Sandmann Pedersen
1
-11
/
+3
2007-05-15
Use the pixman fixed point types and macros
Soren Sandmann Pedersen
2
-44
/
+24
2007-05-02
Fix for a divide by zero that can be triggered by a malicious client.
Keith Packard
1
-0
/
+1
2007-04-23
Remove #if 0'ed merge leftovers
Soren Sandmann Pedersen
1
-17
/
+0
2007-04-23
Gradient fixes
Soren Sandmann Pedersen
2
-8
/
+31
2007-04-19
Merge David Reveman's gradient optimization patch from pixman
Soren Sandmann Pedersen
2
-75
/
+57
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-2
/
+2
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
4
-8
/
+6
2007-01-09
Multiple integer overflows in dbe and render extensions
Matthieu Herrb
1
-3
/
+12
2006-12-14
Remove instances of macro SECURITY_VERIFY_DRAWABLE.
Eamon Walsh
1
-8
/
+11
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
2
-63
/
+63
2006-09-12
transformIsIdentity() now doesn't accept a zero matrix as the identity.
Tilman Sauerbeck
1
-0
/
+1
2006-09-11
Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.
Tilman Sauerbeck
1
-7
/
+13
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
13
-14
/
+0
2006-07-18
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
1
-1
/
+1
2006-07-03
Fix source picture filter check for multiple screens.
Eric Anholt
1
-3
/
+11
2006-07-03
Bug #7366: Fix crashes when setting filters on source pictures.
Eric Anholt
2
-7
/
+22
2006-07-03
Bug #7366: Fix two crashes in operations on source pictures.
Eric Anholt
2
-6
/
+16
2006-06-23
Remove the default case from fbcompose.c switches which should cover all cases.
Eric Anholt
1
-4
/
+0
2006-06-19
Convert PICT_* names from #defines to an enum to aid in debugging.
Eric Anholt
2
-43
/
+45
2006-05-09
Bug #6867: Yet another Render crash fix. (Michel Dänzer)
Adam Jackson
1
-2
/
+2
[next]