summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-22perfstat: Gather performance data from pixman_blt()perfstatTaekyun Kim3-0/+36
2011-11-22perfstat: Gather performance data from pixman_fill()Taekyun Kim4-4/+54
2011-11-22perfstat: Don't call pixman_fill() directly inside pixman_image_composite()Taekyun Kim2-177/+191
2011-11-22perfstat: Gather performance data from pixman_image_composite()Taekyun Kim1-1/+19
2011-11-22perfstat: Add performance statistics analyzerTaekyun Kim3-0/+588
2011-11-22perfstat: Add performance statistics analyzer configurationTaekyun Kim1-0/+13
2011-11-22Add implementation type to pixman_implementation_tTaekyun Kim7-13/+33
2011-11-22Add platform specific mutex implementationsTaekyun Kim2-0/+42
2011-11-09test: Produce autotools-looking report in the win32 build systemAndrea Canciani1-1/+20
2011-11-09demos: Consistently use G_N_ELEMENTS()Andrea Canciani1-1/+1
2011-11-09test: Reuse the ARRAY_LENGTH() macroAndrea Canciani2-5/+2
2011-11-09Use the ARRAY_LENGTH() macro when possibleAndrea Canciani6-8/+8
2011-11-09test: Cleanup includesAndrea Canciani15-21/+8
2011-11-09Remove useless checks for NULL before freeingAndrea Canciani2-11/+5
2011-11-06Post-release version bump to 0.25.1Søren Sandmann Pedersen1-2/+2
2011-11-06Pre-release version bump to 0.24.0Søren Sandmann Pedersen1-2/+2
2011-11-04Change MMX ldq_u to return _m64 instead of forcing all callers to castAlan Coopersmith1-15/+15
2011-11-02Add definitions of INT64_MIN and INT64_MAXJeff Muizelaar1-0/+9
2011-10-29Post-release version bump to 0.23.9Søren Sandmann Pedersen1-1/+1
2011-10-29Pre-release version bump to 0.23.8Søren Sandmann Pedersen1-1/+1
2011-10-25Fix use of uninitialized fields reported by valgrindSøren Sandmann Pedersen2-4/+4
2011-10-20Merge branch 'gradients'Søren Sandmann Pedersen4-144/+124
2011-10-18ARM: NEON: Fix assembly typo error in src_n_8_8888HEADmasterTaekyun Kim1-1/+1
2011-10-18ARM: NEON: Standard fast path src_n_8_8Taekyun Kim2-0/+69
2011-10-18ARM: NEON: Standard fast path src_n_8_8888Taekyun Kim2-0/+80
2011-10-18ARM: NEON: Instruction scheduling of bilinear over_8888_8_8888Taekyun Kim1-4/+158
2011-10-18ARM: NEON: Instruction scheduling of bilinear over_8888_8888Taekyun Kim1-3/+146
2011-10-18ARM: NEON: Replace old bilinear scanline generator with new templateTaekyun Kim1-192/+292
2011-10-18ARM: NEON: Bilinear macro template for instruction schedulingTaekyun Kim1-0/+195
2011-10-18ARM: NEON: Some cleanup of bilinear scanline functionsTaekyun Kim1-61/+67
2011-10-15Simplify gradient_walker_reset()Søren Sandmann Pedersen1-62/+31
2011-10-15Use sentinels instead of special casing first and last stopsSøren Sandmann Pedersen2-84/+88
2011-10-15gradient walker: Correct types and fix formattingSøren Sandmann Pedersen2-26/+31
2011-10-11Add stable release / development snapshot to draft release notesSøren Sandmann Pedersen1-1/+3
2011-10-11Post-release version bump to 0.23.7Søren Sandmann Pedersen1-1/+1
2011-10-11Pre-release version bump to 0.23.6Søren Sandmann Pedersen1-3/+3
2011-10-10Simple repeat: Extend too short source scanlines into temporary bufferTaekyun Kim1-3/+92
2011-10-10Simple repeat fast pathTaekyun Kim1-0/+89
2011-10-10Move _pixman_lookup_composite_function() to pixman-utils.cTaekyun Kim3-116/+127
2011-10-10Add src, mask, and dest flags to the composite args struct.Søren Sandmann Pedersen2-0/+7
2011-10-10Add new fast path flag FAST_PATH_BITS_IMAGETaekyun Kim2-0/+2
2011-10-10init/fini functions for pixman_image_tTaekyun Kim3-76/+121
2011-10-10sse2: Bilinear scaled over_8888_8_8888Taekyun Kim1-0/+168
2011-10-10sse2: Bilinear scaled over_8888_8888Taekyun Kim1-1/+106
2011-10-10sse2: Macros for assembling bilinear interpolation code fractionsTaekyun Kim1-80/+77
2011-10-06Correct the minimum gcc version needed for iwmmxtMatt Turner1-1/+1
2011-10-06Make sure iwMMXt is only detected on ARMMatt Turner1-0/+3
2011-09-28Don't include stdint.h in scaling-helpers-test.Søren Sandmann Pedersen1-1/+0
2011-09-28build: replace @VAR@ with $(VAR) in makefilesBenjamin Otte2-6/+6
2011-09-28tests: Add PNG_CFLAGS/LIBS to testsBenjamin Otte1-2/+2