index
:
~podain/pixman
benchmark/lowlevel-blt-bench
master
neon_bilinear
neon_src_n_8_dst
normal_repeat
opacity
over_n_xxxx
perfstat
sent_to_upstream
simple_repeat
spans
sse2_bilinear
std_normal_repeat
test_and_perf
threaded_composite
wip/spans
Private pixman repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-07
sse2: Bilinear scaled over_8888_8_8888
sse2_bilinear
Taekyun Kim
1
-0
/
+168
2011-09-07
sse2: Bilinear scaled over_8888_8888
Taekyun Kim
1
-1
/
+106
2011-09-07
sse2: Macros for assembling bilinear interpolation code fractions
Taekyun Kim
1
-80
/
+77
2011-09-07
ARM: NEON better instruction scheduling of over_n_8888
Taekyun Kim
1
-5
/
+48
2011-09-07
ARM: NEON better instruction scheduling of over_n_8_8888
Taekyun Kim
1
-26
/
+60
2011-08-29
Workaround bug in llvm-gcc
Andrea Canciani
1
-0
/
+4
2011-08-29
win32: Build benchmarks
Andrea Canciani
2
-5
/
+6
2011-08-19
Move bilinear interpolation to pixman-inlines.h
Søren Sandmann Pedersen
2
-91
/
+91
2011-08-19
Use repeat() function from pixman-inlines.h in pixman-bits-image.c
Søren Sandmann Pedersen
1
-42
/
+15
2011-08-19
Rename pixman-fast-path.h to pixman-inlines.h
Søren Sandmann Pedersen
8
-7
/
+7
2011-08-15
In pixman_image_create_bits() allow images larger than 2GB
Søren Sandmann Pedersen
3
-11
/
+18
2011-08-11
Don't include stdint.h in lowlevel-blt-bench.c
Søren Sandmann Pedersen
1
-1
/
+0
2011-08-11
Use find_box_for_y() in pixman_region_contains_point() too
Søren Sandmann Pedersen
1
-6
/
+6
2011-08-11
Speed up pixman_region{,32}_contains_rectangle()
Søren Sandmann Pedersen
1
-6
/
+42
2011-08-11
New test of pixman_region_contains_{rectangle,point}
Søren Sandmann Pedersen
4
-2
/
+184
2011-08-11
Fix lcg_rand_u32() to return 32 random bits.
Søren Sandmann Pedersen
1
-4
/
+8
2011-08-04
ARM NEON: Standard fast path out_reverse_8_8888
Taekyun Kim
2
-0
/
+54
2011-07-29
radial: Fix typos and trailing whitespace
Andrea Canciani
1
-8
/
+7
2011-07-27
ARM: workaround binutils bug #12931 (code sections alignment)
Siarhei Siamashka
3
-0
/
+3
2011-07-22
C fast path for scaled src_x888_8888 with nearest filter
Siarhei Siamashka
3
-0
/
+12
2011-07-15
radial: Improve documentation and naming
Andrea Canciani
1
-10
/
+21
2011-07-04
Makefile.am: Add pixman@lists.freedesktop.org to RELEASE_ANNOUNCE_LIST
Søren Sandmann Pedersen
1
-1
/
+1
2011-07-04
Post-release version bump to 0.23.3
Søren Sandmann Pedersen
1
-1
/
+1
2011-07-04
Pre-release version bump to 0.23.2
Søren Sandmann Pedersen
1
-1
/
+1
2011-06-28
Bilinear REPEAT_NORMAL source line extension for too short src_width
Taekyun Kim
1
-3
/
+47
2011-06-28
Enable REPEAT_NORMAL bilinear fast path entries
Taekyun Kim
1
-3
/
+39
2011-06-28
ARM: Add REPEAT_NORMAL functions to bilinear BIND macros
Taekyun Kim
1
-1
/
+10
2011-06-28
sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function
Taekyun Kim
1
-0
/
+5
2011-06-28
REPEAT_NORMAL support for bilinear fast path template
Taekyun Kim
1
-0
/
+90
2011-06-28
Replace boolean arguments with flags for bilinear fast path template
Taekyun Kim
3
-30
/
+49
2011-06-25
test: Make fuzzer-find-diff.pl executable
Søren Sandmann
1
-0
/
+0
2011-06-25
ARM: Fix two bugs in neon_composite_over_n_8888_0565_ca().
Søren Sandmann
1
-4
/
+4
2011-06-25
blitters-test: Make common formats more likely to be tested.
Søren Sandmann Pedersen
1
-8
/
+14
2011-06-23
Silence autoconf warnings
Andrea Canciani
1
-20
/
+20
2011-06-20
Replace argumentxs to composite functions with a pointer to a struct
Søren Sandmann Pedersen
11
-1041
/
+278
2011-06-12
In pixman-general.c rename image_parameters to {src, mask, dest}_image
Søren Sandmann Pedersen
1
-17
/
+16
2011-06-12
Replace instances of "dst_*" with "dest_*"
Søren Sandmann Pedersen
11
-275
/
+275
2011-05-31
demos: Comment out some unused variables
Søren Sandmann
2
-1
/
+7
2011-05-31
sse2: Delete some unused variables
Søren Sandmann
1
-14
/
+4
2011-05-31
mmx: Delete some unused variables
Søren Sandmann
1
-14
/
+3
2011-05-29
Include noop in win32 builds
Andrea Canciani
1
-0
/
+1
2011-05-24
Fix a few typos in pixman-combine.c.template
Nis Martensen
1
-4
/
+3
2011-05-19
Move NOP src iterator into noop implementation.
Søren Sandmann Pedersen
2
-9
/
+6
2011-05-19
Move NULL iterator into pixman-noop.c
Søren Sandmann Pedersen
2
-19
/
+17
2011-05-19
Add a noop src iterator
Søren Sandmann Pedersen
1
-0
/
+39
2011-05-19
Move noop dest fetching to noop implementation
Søren Sandmann Pedersen
2
-26
/
+37
2011-05-19
Add a noop composite function for the DST operator
Søren Sandmann Pedersen
2
-2
/
+19
2011-05-19
Add a "noop" implementation.
Søren Sandmann Pedersen
4
-0
/
+51
2011-05-17
test: Fix compilation on win32
Andrea Canciani
1
-3
/
+1
2011-05-09
Check for working mmap()
Dave Yeo
2
-1
/
+6
[next]