index
:
~ds/pixman
orc
Unnamed repository; edit this file to name it for gitweb.
ds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
composite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-17
test: Fix compilation on win32
Andrea Canciani
1
-3
/
+1
2011-03-22
test: Fix infinite loop in composite
Søren Sandmann Pedersen
1
-4
/
+4
2011-03-22
Add support for the r8g8b8a8 and r8g8b8x8 formats to the tests.
Alexandros Frantzis
1
-0
/
+9
2011-03-19
test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS is set
Søren Sandmann Pedersen
1
-5
/
+12
2011-02-28
test: Silence MSVC warnings
Andrea Canciani
1
-0
/
+1
2011-02-28
test: Fix tests for compilation on Windows
Andrea Canciani
1
-15
/
+14
2010-12-17
test: Make composite test use some existing macros instead of defining its own
Søren Sandmann Pedersen
1
-30
/
+26
2010-10-11
test: Add some more colors to the color table in composite.c
Søren Sandmann Pedersen
1
-1
/
+3
2010-10-11
test: Parallize composite.c with OpenMP
Søren Sandmann Pedersen
1
-4
/
+6
2010-10-11
test: Change composite so that it tests randomly generated images
Søren Sandmann Pedersen
1
-97
/
+108
2010-10-11
test: Fix eval_diff() so that it provides useful error values.
Søren Sandmann Pedersen
1
-31
/
+15
2010-10-11
test: Fix bug in color_correct() in composite.c
Søren Sandmann Pedersen
1
-15
/
+25
2010-09-08
Silence some warnings about uninitialized variables
Søren Sandmann Pedersen
1
-0
/
+1
2009-11-07
Define PIXMAN_USE_INTERNAL_API in pixman-private.h
Søren Sandmann Pedersen
1
-1
/
+0
2009-10-20
Add default cases for all switch statements
Benjamin Otte
1
-0
/
+18
2009-09-27
Fix composite on big-endian systems.
Andrea Canciani
1
-0
/
+4
2009-09-25
Add missing break in composite.c
Søren Sandmann Pedersen
1
-0
/
+1
2009-09-24
In the compositing test, Don't try to use component alpha with solid fills.
Søren Sandmann Pedersen
1
-3
/
+6
2009-09-14
Reformat test/composite.c to follow the standard coding style.
Søren Sandmann Pedersen
1
-113
/
+179
2009-09-13
[test] Exercise repeating patterns for composite.
Chris Wilson
1
-7
/
+19
2009-09-13
[test] Add composite test from rendercheck
Chris Wilson
1
-0
/
+798