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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-17
orc: Add out operator
David Schleef
1
-16
/
+15
2011-05-17
orc: test program to check orc generated code
David Schleef
2
-1
/
+173
2011-05-17
test: Fix compilation on win32
Andrea Canciani
1
-3
/
+1
2011-05-09
Check for working mmap()
Dave Yeo
1
-1
/
+1
2011-04-18
Offset rendering in pixman_composite_trapezoids() by (x_dst, y_dst)
Søren Sandmann Pedersen
1
-1
/
+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
4
-2
/
+28
2011-03-19
test: Randomize some tests if PIXMAN_RANDOMIZE_TESTS is set
Søren Sandmann Pedersen
4
-16
/
+51
2011-03-07
test: Do endian swapping of the source and destination images.
Søren Sandmann Pedersen
1
-0
/
+4
2011-03-07
test: In image_endian_swap() use pixman_image_get_format() to get the bpp.
Søren Sandmann Pedersen
6
-12
/
+17
2011-02-28
test: check correctness of 'bilinear_pad_repeat_get_scanline_bounds'
Siarhei Siamashka
2
-0
/
+95
2011-02-28
test: Silence MSVC warnings
Andrea Canciani
3
-1
/
+3
2011-02-28
test: Add Makefile for Win32
Andrea Canciani
1
-0
/
+73
2011-02-28
test: Fix tests for compilation on Windows
Andrea Canciani
3
-54
/
+47
2011-02-15
Add a test program for pixman_composite_trapezoids().
Søren Sandmann Pedersen
2
-0
/
+255
2011-02-15
test/Makefile.am: Move all the TEST_LDADD into a new global LDADD.
Søren Sandmann Pedersen
1
-34
/
+1
2011-02-15
Add @TESTPROGS_EXTRA_LDFLAGS@ to AM_LDFLAGS
Søren Sandmann Pedersen
1
-17
/
+1
2011-02-15
Move all the GTK+ based test programs to a new subdir, "demos"
Søren Sandmann Pedersen
12
-1060
/
+1
2011-02-15
test: Extend scaling-test to support a8/solid mask and ADD operation
Siarhei Siamashka
1
-9
/
+127
2011-02-10
test: affine-test updated to stress 90/180/270 degrees rotation more
Siarhei Siamashka
1
-4
/
+30
2011-01-28
Add a test for over_x888_8_0565 in lowlevel_blt_bench().
Søren Sandmann Pedersen
1
-0
/
+1
2011-01-26
test: Use the right enum types instead of int to fix warnings
Rolland Dudemaine
4
-19
/
+27
2011-01-25
test: Fix for mismatched 'fence_malloc' prototype/implementation
Rolland Dudemaine
1
-1
/
+1
2011-01-19
Add a test for radial gradients
Andrea Canciani
2
-0
/
+202
2011-01-18
Turn on testing for destination transformation
Søren Sandmann Pedersen
1
-7
/
+4
2011-01-16
A new configure option --enable-static-testprogs
Siarhei Siamashka
1
-0
/
+21
2010-12-20
Add a test compositing with the various PDF operators.
Søren Sandmann Pedersen
2
-0
/
+88
2010-12-20
Fix linking issues when HAVE_FEENABLEEXCEPT is set.
Cyril Brulebois
1
-1
/
+1
2010-12-18
Remove stray #include <fenv.h>
Jon TURNEY
1
-1
/
+0
2010-12-17
Add a stress-test program.
Søren Sandmann Pedersen
3
-0
/
+868
2010-12-17
Make the argument to fence_malloc() an int64_t
Søren Sandmann Pedersen
2
-3
/
+6
2010-12-17
test/utils.c: Initialize palette->rgba to 0.
Søren Sandmann Pedersen
1
-0
/
+2
2010-12-17
test: Move palette initialization to utils.[ch]
Søren Sandmann Pedersen
3
-55
/
+59
2010-12-17
Extend gradient-crash-test
Søren Sandmann Pedersen
2
-43
/
+87
2010-12-17
Add enable_fp_exceptions() function in utils.[ch]
Søren Sandmann Pedersen
2
-0
/
+29
2010-12-17
test: Make composite test use some existing macros instead of defining its own
Søren Sandmann Pedersen
2
-30
/
+28
2010-11-04
Remove workaround for a bug in the 1.6 X server.
Søren Sandmann Pedersen
2
-175
/
+0
2010-10-24
Plug another leak in alphamap test
Jon TURNEY
1
-0
/
+5
2010-10-11
Plug leak in the alphamap test.
Søren Sandmann Pedersen
1
-1
/
+15
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
2
-98
/
+111
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-10-11
Remove broken optimizations in combine_disjoint_over_u()
Søren Sandmann Pedersen
1
-1
/
+1
2010-09-29
Some clean-ups in fence_malloc() and fence_free()
Dmitri Vorobiev
1
-21
/
+6
2010-09-28
Fix search-and-replace issue in lowlevel-blt-bench.c
Søren Sandmann Pedersen
1
-1
/
+1
2010-09-28
Rename all the fast paths with _8000 in their names to _8
Søren Sandmann Pedersen
1
-3
/
+3
2010-09-23
Use <sys/mman.h> macros only when they are available
Dmitri Vorobiev
1
-1
/
+1
2010-09-21
If MAP_ANONYMOUS is not defined, define it to MAP_ANON.
Søren Sandmann Pedersen
1
-0
/
+5
[next]