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-10-18
ARM: NEON: Fix assembly typo error in src_n_8_8888
HEAD
master
Taekyun Kim
1
-1
/
+1
2011-10-18
ARM: NEON: Standard fast path src_n_8_8
Taekyun Kim
2
-0
/
+69
2011-10-18
ARM: NEON: Standard fast path src_n_8_8888
Taekyun Kim
2
-0
/
+80
2011-10-18
ARM: NEON: Instruction scheduling of bilinear over_8888_8_8888
Taekyun Kim
1
-4
/
+158
2011-10-18
ARM: NEON: Instruction scheduling of bilinear over_8888_8888
Taekyun Kim
1
-3
/
+146
2011-10-18
ARM: NEON: Replace old bilinear scanline generator with new template
Taekyun Kim
1
-192
/
+292
2011-10-18
ARM: NEON: Bilinear macro template for instruction scheduling
Taekyun Kim
1
-0
/
+195
2011-10-18
ARM: NEON: Some cleanup of bilinear scanline functions
Taekyun Kim
1
-61
/
+67
2011-10-11
Post-release version bump to 0.23.7
Søren Sandmann Pedersen
1
-1
/
+1
2011-10-11
Pre-release version bump to 0.23.6
Søren Sandmann Pedersen
1
-3
/
+3
2011-10-10
Simple repeat: Extend too short source scanlines into temporary buffer
Taekyun Kim
1
-3
/
+92
2011-10-10
Simple repeat fast path
Taekyun Kim
1
-0
/
+89
2011-10-10
Move _pixman_lookup_composite_function() to pixman-utils.c
Taekyun Kim
3
-116
/
+127
2011-10-10
Add src, mask, and dest flags to the composite args struct.
Søren Sandmann Pedersen
2
-0
/
+7
2011-10-10
Add new fast path flag FAST_PATH_BITS_IMAGE
Taekyun Kim
2
-0
/
+2
2011-10-10
init/fini functions for pixman_image_t
Taekyun Kim
3
-76
/
+121
2011-10-10
sse2: Bilinear scaled over_8888_8_8888
Taekyun Kim
1
-0
/
+168
2011-10-10
sse2: Bilinear scaled over_8888_8888
Taekyun Kim
1
-1
/
+106
2011-10-10
sse2: Macros for assembling bilinear interpolation code fractions
Taekyun Kim
1
-80
/
+77
2011-10-06
Correct the minimum gcc version needed for iwmmxt
Matt Turner
1
-1
/
+1
2011-10-06
Make sure iwMMXt is only detected on ARM
Matt Turner
1
-0
/
+3
2011-09-28
Don't include stdint.h in scaling-helpers-test.
Søren Sandmann Pedersen
1
-1
/
+0
2011-09-28
build: replace @VAR@ with $(VAR) in makefiles
Benjamin Otte
2
-6
/
+6
2011-09-28
tests: Add PNG_CFLAGS/LIBS to tests
Benjamin Otte
1
-2
/
+2
2011-09-27
mmx: optimize unaligned 64-bit ARM/iwmmxt loads
Matt Turner
1
-0
/
+7
2011-09-27
mmx: compile on ARM for iwmmxt optimizations
Matt Turner
4
-4
/
+82
2011-09-27
mmx: prepare pixman-mmx.c to be compiled for ARM/iwmmxt
Matt Turner
1
-2
/
+11
2011-09-27
mmx: fix unaligned accesses
Matt Turner
1
-56
/
+129
2011-09-27
mmx: wrap x86/MMX inline assembly in ifdef USE_X86_MMX
Matt Turner
1
-4
/
+4
2011-09-27
mmx: rename USE_MMX to USE_X86_MMX
Matt Turner
6
-12
/
+12
2011-09-26
mmx: convert while (w) to if (w) when possible
Matt Turner
1
-24
/
+5
2011-09-26
mmx: fix formats in commented code
Matt Turner
1
-2
/
+2
2011-09-26
lowlevel-blt: add over_x888_8_8888
Matt Turner
1
-0
/
+1
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
[next]