index
:
~siamashka/pixman-g2d
20160331-arm64-review
cplusplus
cplusplus-v2
extended-range-transforms
iterators-r5g6b5
master
over_u
prng
ssse3-bilinear-fast-path-test
vmx-fix-unaligned-writes
Unnamed repository; edit this file 'description' to name the repository.
siamashka
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pixman
/
pixman-edge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-13
pixman_composite_trapezoids: Return early if mask_format is not of TYPE_ALPHA
Søren Sandmann Pedersen
1
-0
/
+1
2010-03-15
Fix typo: WORDS_BIG_ENDIAN => WORDS_BIGENDIAN in pixman-edge.c
Søren Sandmann Pedersen
1
-1
/
+1
2009-10-20
Add default cases for all switch statements
Benjamin Otte
1
-0
/
+3
2009-07-17
Move read and write functions to the bits_image_t struct.
Søren Sandmann Pedersen
1
-1
/
+3
2009-07-13
Reindent and reformat pixman-edge.c
Søren Sandmann Pedersen
1
-162
/
+183
2009-07-08
Convert CamelCase names to underscore_names.
Søren Sandmann Pedersen
1
-2
/
+2
2009-07-08
Fix names in the trap rasterizer.
Søren Sandmann Pedersen
1
-35
/
+35
2009-07-05
Fix forgotten use BITMAP_BIT_ORDER to be ifndef WORDS_BIG_ENDIAN
Søren Sandmann Pedersen
1
-1
/
+1
2009-06-22
Move accessor macros to their own header.
Søren Sandmann Pedersen
1
-0
/
+1
2009-06-22
Various minor changes
Søren Sandmann Pedersen
1
-0
/
+3
2009-06-21
Move edge stepper macros into pixman-edge.c
Søren Sandmann Pedersen
1
-0
/
+23
2008-06-08
Move all the PIXMAN_EXPORT into .c files
Søren Sandmann
1
-1
/
+1
2008-01-27
Include only pixman-private.h, not pixman.h, in local .c files
Vladimir Vukicevic
1
-1
/
+1
2008-01-22
eliminate a special case in fbRasterizeEdges{4,8}.
Bertram Felgenhauer
1
-6
/
+6
2008-01-15
Remove last CVS $Id$ tags
Vladimir Vukicevic
1
-2
/
+0
2007-10-17
Merge branch 'master' of git+ssh://git.freedesktop.org/git/pixman into yuv-po...
Alan Hourihane
1
-0
/
+4
2007-09-17
Use a consistent type for stride and more importantly, use always a signed type.
José Fonseca
1
-2
/
+2
2007-09-14
Remove the macro magic from READ/WRITE macros.
José Fonseca
1
-25
/
+25
2007-09-06
[win32] Makefile and compilation fixes for win32
Vladimir Vukicevic
1
-0
/
+4
2007-08-25
rasterize traps that extend outside of the image bounds correctly
Vladimir Vukicevic
1
-1
/
+1
2007-07-16
Build fixes for Solaris.
Alan Coopersmith
1
-6
/
+2
2007-07-10
Fix bug in rasterizeEdges() where the stride should be signed.
Jinghua Luo
1
-1
/
+1
2007-06-16
Remove ACCESS_MEM macro; define READ and WRITE to directly use the wrapper fu...
Søren Sandmann
1
-93
/
+90
2007-06-16
Move some utility functions from pixman-edge.c to pixman-utils.c
Søren Sandmann
1
-163
/
+20
2007-06-12
Add pixman_fill_rectangles()
Søren Sandmann
1
-8
/
+8
2007-05-23
Fix function name
Soren Sandmann Pedersen
1
-1
/
+1
2007-05-22
Add more edge functions
Soren Sandmann Pedersen
1
-0
/
+173
2007-05-22
Add implementation of edge rasterization
Soren Sandmann Pedersen
1
-0
/
+306