index
:
~jrmuizel/cairo
master
stroke-to-path2
Unnamed repository; edit this file to name it for gitweb.
jrmuizel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pixman
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-25
[mmx] avoid casts between int32 and __m64 types
Vladimir Vukicevic
1
-6
/
+4
2007-01-22
[pixman/src/fbmmx.c] Add comment around M64
Behdad Esfahbod
1
-0
/
+3
2007-01-21
[pixman/src/fbmmx.c] Hide "dereferencing type-punned pointer" warnings
Behdad Esfahbod
1
-16
/
+18
2007-01-17
Implement pixman fbCompositeSrc_8888x0565mmx
Dan Williams
4
-2
/
+148
2007-01-16
Clean up _fbOnes()
Pavel Roskin
2
-8
/
+8
2007-01-09
Add SRC and IN implementations to avoid CompositeGeneral in some cases hit by...
Soeren Sandmann
3
-1
/
+366
2007-01-07
Fix various code/comment typos
Alp Toker
1
-1
/
+1
2006-12-14
Optimize gradient computations
David Turner
1
-127
/
+298
2006-12-14
Fix 'make distcheck' after recent file removals
Carl Worth
1
-2
/
+1
2006-12-08
[pixman] Remove unused slim_internal.h
Behdad Esfahbod
1
-103
/
+0
2006-11-07
[win32] Update pixman MMX code to work with MSVC
Vladimir Vukicevic
3
-73
/
+174
2006-10-10
fix comment: pixman_private needs to be before the type of a variable
Christian Biesinger
1
-2
/
+2
2006-09-29
Use pixman_private consistently as prefix not suffix
Alfred Peng
2
-3
/
+3
2006-09-29
Add Sun Pro C definition of pixman_private
Alfred Peng
1
-1
/
+3
2006-09-19
Add win32 output files to gitignore
Vladimir Vukicevic
1
-0
/
+3
2006-09-19
Add missing pixman_private to _FbOnes when a function.
Carl Worth
1
-1
/
+1
2006-09-09
[win32] Makefile.win32: use correct (/MD) runtime library flag everywhere
Vladimir Vukicevic
1
-1
/
+1
2006-09-09
[win32] win32-specific Makefiles for building with MSVC
Vladimir Vukicevic
1
-0
/
+34
2006-09-07
Fix the AMD64 final link by removing SLIM from pixman
Nicholas Miell
7
-29
/
+0
2006-09-07
Make the SLIM macros robust in the face of macro-renamed symbols
Nicholas Miell
1
-2
/
+3
2006-09-05
pixman: Add pixman_private decorations to hide pixman symbols from public int...
Carl Worth
4
-56
/
+85
2006-08-17
pixman: Use pSourceClip rather than pCompositeClip when fetching
Vladimir Vukicevic
1
-19
/
+19
2006-08-13
[pixman] Don't cast pointers to integers
Pavel Roskin
1
-1
/
+1
2006-08-11
[warnings] Fixes for sparse. This fixes a lot of instances of 0 vs NULL
Kjartan Maraas
3
-22
/
+22
2006-08-08
Fix leaks in failure paths in pixman gradient creation
Alfred Peng
1
-0
/
+2
2006-08-08
Fix few remaining compiler warnings, revealed by -O3
Behdad Esfahbod
1
-3
/
+3
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
5
-47
/
+49
2006-08-07
Add -Wswitch-enum compiler flag and fix all trivial warnings
Carl Worth
1
-0
/
+11
2006-08-07
Add -Wunsafe-loop-optimizations compiler flag and fix all warnings
Behdad Esfahbod
1
-4
/
+4
2006-08-07
Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.
Carl Worth
2
-1
/
+15
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
3
-12
/
+12
2006-07-28
Add -Wold-style-definition compiler falg and fix all warnings.
Behdad Esfahbod
1
-31
/
+22
2006-06-29
Squelch some bogus compiler warnings about possibly uninitialized values.
Carl Worth
1
-4
/
+5
2006-06-25
Fix build after recent pixman.h change.
Torsten Schoenfeld
1
-0
/
+4
2006-06-25
Prefer using configure-generated variable for finding stdint.h or similar.
Carl Worth
1
-5
/
+7
2006-06-16
New API: Add support for new CAIRO_FORMAT_RGB16_565
Carl Worth
2
-1
/
+8
2006-06-16
Use enum time instead of int (shuts intel compiler up.)
Behdad Esfahbod
1
-1
/
+1
2006-06-13
Patch to fix pixman samping location bug (#2488).
Bertram Felgenhauer
1
-6
/
+15
2006-06-13
Bug 4196: undef MIN an MAX before defining to avoid duplicate definition
Carl Worth
2
-0
/
+4
2006-06-07
pixman: fix compilation on HP-UX 11.11
Zakharov Mikhail
1
-1
/
+1
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
19
-73
/
+0
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
18
-79
/
+79
2006-06-06
Remove trailing whitespace from lines with a single brace.
Carl Worth
2
-5
/
+5
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
11
-27
/
+27
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
21
-425
/
+425
2006-05-15
pixman: Remove unused code to quiet compiler warnings
Carl Worth
2
-80
/
+0
2006-05-15
pixman: Add default case to quiet compiler warning
Carl Worth
1
-0
/
+3
2006-05-15
pixman: Fix build to enable warnings again
Carl Worth
1
-2
/
+2
2006-05-04
pixman: Remove potential memory leak in failure path.
Carl Worth
1
-4
/
+6
2006-04-19
Use calloc rather than malloc+memset
Christian Biesinger
2
-7
/
+2
[next]