index
:
pixman
0.16
master
Pixman: The pixel-manipulation library for X and cairo.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Include <inttypes.h> when compiled with HP's C compiler.
master
Søren Sandmann Pedersen
1
-1/+1
11 days
C fast path function for 'over_n_1_8888'
Siarhei Siamashka
1
-0/+96
11 days
C fast path function for 'add_1000_1000'
Siarhei Siamashka
1
-0/+59
11 days
blitters-test updated to also randomly generate mask_x/mask_y
Siarhei Siamashka
1
-2/+8
12 days
Add fast path scaled, bilinear fetcher.
André Tupinambá
2
-5/+239
12 days
Speed up bilinear interpolation.
André Tupinambá
2
-22/+95
12 days
Extend scaling-test to also test bilinear filtering.
Søren Sandmann Pedersen
1
-6/+11
2009-10-21
This is not a GNU project, so declare it foreign.
Jeremy Huddleston
1
-1/+1
2009-10-20
Make walk_region_internal() use 32 bit dimensions
Søren Sandmann Pedersen
1
-8/+8
2009-10-20
Make pixman_compute_composite_region32() use 32 bit dimensions
Søren Sandmann Pedersen
1
-8/+8
2009-10-20
Change prototype of _pixman_walk_composite_region from int16_t to int32_t
Søren Sandmann Pedersen
2
-16/+16
2009-10-20
Remove unused color_table and color_table_size fields
Søren Sandmann Pedersen
2
-4/+0
2009-10-20
Remove BOUNDS() macro.
Søren Sandmann Pedersen
1
-15/+12
2009-10-19
--enable-maintainer-mode is gone from configure, so remove it
Benjamin Otte
1
-1/+1
2009-10-19
Add default cases for all switch statements
Benjamin Otte
5
-0/+34
2009-10-19
Fix compile warnings
Benjamin Otte
8
-10/+29
2009-10-19
ARM: Removal of unused/broken NEON code
Siarhei Siamashka
1
-786/+0
2009-10-08
Fix double semicolon; pointed out by Travis Griggs
Søren Sandmann Pedersen
1
-1/+1
2009-09-30
Fix build with Visual Studio 2008
Gerdus van Zyl
1
-2/+4
2009-09-27
Fix composite on big-endian systems.
Andrea Canciani
1
-0/+4
2009-09-26
Fix fetch-test for big-endian systems.
Søren Sandmann Pedersen
1
-1/+17
2009-09-25
Add missing break in composite.c
Søren Sandmann Pedersen
1
-0/+1
2009-09-24
pixman: Update .gitignore
Guillem Jover
1
-1/+12
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-24
Update CRC value in blitters-test for the new bug fixes
Søren Sandmann Pedersen
1
-1/+1
2009-09-24
Fix bug in blitters-test with BGRA formats.
Søren Sandmann Pedersen
1
-0/+3
2009-09-24
Fix bugs in fetch_*_b2g3r3().
Søren Sandmann Pedersen
1
-33/+39
2009-09-24
Fix bugs in a1b2g1r1.
Søren Sandmann Pedersen
1
-11/+11
2009-09-24
Fix shift bug in fetch_scanline/pixel_a2b2g2r2()
Søren Sandmann Pedersen
1
-2/+2
2009-09-24
Fix four bit formats.
Søren Sandmann Pedersen
1
-27/+41
2009-09-24
Hide PIXMAN_OP_NONE and PIXMAN_N_OPERATORS behind PIXMAN_INTERNAL_API.
Søren Sandmann Pedersen
6
-21/+24
2009-09-24
Add a few notes about testing to TODO
Søren Sandmann Pedersen
1
-0/+5
2009-09-24
Fix alpha handling for 10 bpc formats.
Søren Sandmann Pedersen
1
-15/+15
2009-09-24
Return result from pixman_image_set_transform().
Søren Sandmann Pedersen
1
-2/+4
2009-09-15
Revert "Enable component alpha on solid masks."
Søren Sandmann Pedersen
1
-3/+3
2009-09-15
[Makefile] Set the SIMD specific CFLAGS for inspecting asm.
Chris Wilson
1
-2/+12
2009-09-14
Remove optimization for 0xffffffff and 0xff the add_n_8888_8888_ca fast path
Søren Sandmann Pedersen
1
-6/+2
2009-09-14
Don't prefetch from NULL in the SSE2 fast paths.
M Joonas Pihlaja
1
-36/+49
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
[build] Add rule to generate asm for inspection.
Chris Wilson
1
-1/+2
2009-09-13
[sse2] Don't emit prefetch 0 for an absent mask
Chris Wilson
1
-3/+6
2009-09-13
[test] Add composite test from rendercheck
Chris Wilson
2
-0/+800
2009-09-13
build: Suppress verbose compile lines
Chris Wilson
1
-0/+3
2009-09-13
Merge branch '0.16'
Chris Wilson
3
-6/+4
2009-09-13
Remove duplicated declaration
Chris Wilson
1
-2/+0
2009-09-13
Enable component alpha on solid masks.
Chris Wilson
1
-3/+3
2009-09-13
[sse2] Bit-reversing typo: src != dst
Chris Wilson
1
-1/+1
2009-09-11
Fix off-by-one error in source_image_needs_out_of_bounds_workaround()
Søren Sandmann Pedersen
1
-5/+5
2009-09-09
Remove unused generated libcomp.pc #23801
Gaetan Nadon
1
-11/+0
[next]