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-22
Simple repeat: Extend too short source scanlines into temporary buffer
simple_repeat
Taekyun Kim
1
-3
/
+92
2011-09-22
Simple repeat fast path
Taekyun Kim
1
-0
/
+89
2011-09-22
Move _pixman_lookup_composite_function() to pixman-utils.c
Taekyun Kim
3
-116
/
+127
2011-09-22
Add src, mask, and dest flags to the composite args struct.
Søren Sandmann Pedersen
2
-0
/
+7
2011-09-22
Add new fast path flag FAST_PATH_BITS_IMAGE
Taekyun Kim
2
-0
/
+2
2011-09-22
init/fini functions for pixman_image_t
Taekyun Kim
3
-76
/
+121
2011-09-21
BILINEAR->NEAREST filter optimization for simple rotation and translation
Siarhei Siamashka
1
-1
/
+38
2011-09-21
Strength-reduce BILINEAR filter to NEAREST filter for identity transforms
Søren Sandmann Pedersen
5
-38
/
+62
2011-09-21
test: Occasionally use a BILINEAR filter in blitters-test
Søren Sandmann Pedersen
1
-1
/
+4
2011-09-21
test: better coverage for BILINEAR->NEAREST filter optimization
Siarhei Siamashka
1
-8
/
+32
2011-09-21
Eliminate compute_sample_extents() function
Søren Sandmann Pedersen
1
-58
/
+42
2011-09-21
Split computation of sample area into own function
Søren Sandmann Pedersen
1
-62
/
+76
2011-09-21
Remove x and y coordinates from analyze_extents() and compute_sample_extents()
Søren Sandmann Pedersen
1
-26
/
+37
2011-09-20
Use MAKE_ACCESSORS() to generate accessors for paletted formats
Søren Sandmann Pedersen
1
-230
/
+46
2011-09-20
Use MAKE_ACCESSORS() to generate accessors for the a1 format.
Søren Sandmann Pedersen
1
-79
/
+46
2011-09-20
Use MAKE_ACCESSORS() to generate accessors for 24bpp formats
Søren Sandmann Pedersen
1
-153
/
+46
2011-09-20
Use MAKE_ACCESSORS() to generate accessors for 4 bpp RGB formats
Søren Sandmann Pedersen
1
-381
/
+70
2011-09-20
Use MAKE_ACCESSORS() to generate accessors for 8bpp RGB formats
Søren Sandmann Pedersen
1
-382
/
+14
2011-09-20
Use MAKE_ACCESSORS() to generate accessors for all the 16bpp formats
Søren Sandmann Pedersen
1
-640
/
+18
2011-09-20
Use MAKE_ACCESSORS() to generate all the 32 bit accessors
Søren Sandmann Pedersen
1
-466
/
+17
2011-09-20
Add initial version of the MAKE_ACCESSORS() macro
Søren Sandmann Pedersen
1
-0
/
+114
2011-09-20
Add general pixel converter
Søren Sandmann Pedersen
1
-0
/
+100
2011-09-20
Add a generic unorm_to_unorm() conversion utility
Søren Sandmann Pedersen
2
-29
/
+48
2011-09-19
A few tweaks to a comment in pixman-combine.c.template
Søren Sandmann Pedersen
1
-3
/
+4
2011-09-19
Fix build on cygwin after commit efdf65c0c4fff551fb3cd9104deda9adb6261e22
Jon TURNEY
1
-1
/
+1
2011-09-19
test: Use smaller boxes in region_contains_test()
Søren Sandmann Pedersen
1
-7
/
+8
2011-09-14
build-win32: Add 'check' target
Andrea Canciani
2
-0
/
+8
2011-09-14
test: Do not include config.h unless HAVE_CONFIG_H is defined
Andrea Canciani
6
-6
/
+8
2011-09-14
build-win32: Add root Makefile.win32
Andrea Canciani
1
-0
/
+20
2011-09-14
build-win32: Share targets and variables across win32 makefiles
Andrea Canciani
3
-82
/
+71
2011-09-14
build: Reuse test sources
Andrea Canciani
3
-89
/
+58
2011-09-14
build: Reuse sources and pixman-combine build rules
Andrea Canciani
3
-91
/
+77
2011-09-14
test: Fix compilation on win32
Andrea Canciani
1
-1
/
+1
2011-09-12
Use pkg-config to determine the flags to use with libpng
Søren Sandmann Pedersen
2
-3
/
+3
2011-09-10
test: New function to save a pixman image to .png
Søren Sandmann Pedersen
4
-1
/
+127
2011-09-09
Post-release version bump to 0.23.5
Søren Sandmann Pedersen
1
-1
/
+1
2011-09-09
Pre-release version bump to 0.23.4
Søren Sandmann Pedersen
1
-1
/
+1
2011-09-09
bits: optimise fetching width==1 repeats
Chris Wilson
1
-14
/
+44
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
[next]