summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-22Add PIXMAN_x8b8g8r8 and PIXMAN_a8b8g8r8 formats to scaling-testSøren Sandmann Pedersen1-9/+31
2012-09-19implementation: Rename delegate to fallbackSøren Sandmann Pedersen2-12/+12
2012-09-19_pixman_implementation_create(): Initialize implementation with memset()Søren Sandmann Pedersen1-24/+11
2012-09-19Rename _pixman_lookup_composite_function() to _pixman_implementation_lookup_c...Søren Sandmann Pedersen6-128/+128
2012-09-19Move delegation of src/dest iter init into pixman-implementation.cSøren Sandmann Pedersen6-37/+49
2012-09-19Move fill delegation into pixman-implementation.cSøren Sandmann Pedersen7-164/+71
2012-09-19Move blt delegation into pixman-implementation.cSøren Sandmann Pedersen6-225/+81
2012-09-19implementation: Write lookup_combiner() in a less convoluted way.Søren Sandmann Pedersen1-12/+23
2012-09-15build: Remove useless DEP_CFLAGS/DEP_LIBS variablesMatt Turner3-22/+7
2012-09-15build: Improve win32 build systemAndrea Canciani4-11/+19
2012-09-15mmx: Fix x86 build on MSVCAndrea Canciani1-12/+13
2012-08-29test/utils.c: Use pow(), not powf() in sRGB conversion routinesSøren Sandmann Pedersen1-2/+2
2012-08-26pixel_checker: Move sRGB conversion into get_limits()Søren Sandmann Pedersen1-15/+13
2012-08-25Remove obsolete TODO fileSøren Sandmann Pedersen1-271/+0
2012-08-19Remove pointless declaration of _pixman_image_get_scanline_generic_64()Søren Sandmann Pedersen1-4/+0
2012-08-09demos: Add srgb_trap_test.cSøren Sandmann Pedersen2-0/+121
2012-08-09Make show_image() cope with more formatsSøren Sandmann Pedersen4-26/+37
2012-08-09Define TIMER_BEGIN and TIMER_END even when timers are not enabledSøren Sandmann Pedersen1-0/+5
2012-08-01Post-release version bump to 0.27.3Søren Sandmann Pedersen1-1/+1
2012-08-01Pre-release version bump to 0.27.2pixman-0.27.2Søren Sandmann Pedersen1-1/+1
2012-08-01Use angle brackets form of including config.hSebastian Bauer1-1/+1
2012-08-01Added HAVE_CONFIG_H check before including config.hSebastian Bauer1-1/+4
2012-07-31glyph-test: Avoid setting solid images as alpha maps.Søren Sandmann Pedersen1-2/+2
2012-07-31stress-test: Avoid overflows in clip rectanglesSøren Sandmann Pedersen1-0/+5
2012-07-31Add make-srgb.pl to EXTRA_DISTSøren Sandmann Pedersen1-0/+1
2012-07-30Add tests to validate new sRGB behaviorAntti S. Lankila4-6/+104
2012-07-30Add sRGB blending demo programAntti S. Lankila3-1/+100
2012-07-30Add support for sRGB surfacesAntti S. Lankila8-3/+272
2012-07-29Remove unnecessary dst initializationAntti S. Lankila1-9/+0
2012-06-20Make pixman-mmx.c compile on x86-32 without optimizationSøren Sandmann Pedersen1-2/+11
2012-06-20Cleanups and simplifications in x86 CPU feature detectionSøren Sandmann Pedersen1-191/+146
2012-07-08Changed the style of two function headersSebastian Bauer1-7/+7
2012-07-08MIPS: DSPr2: Added more bilinear fast paths (without mask)Nemanja Lukic4-0/+466
2012-07-08MIPS: DSPr2: Added several bilinear fast paths with a8 maskNemanja Lukic3-0/+372
2012-07-07Simplify CPU detection on PPC.Søren Sandmann Pedersen1-75/+38
2012-07-07Simplifications to ARM CPU detectionSøren Sandmann Pedersen1-157/+87
2012-07-07Simplify MIPS CPU detectionSøren Sandmann Pedersen1-35/+9
2012-07-07Move the remaining bits of pixman-cpu into pixman-implementation.cSøren Sandmann Pedersen3-80/+51
2012-07-07Move MIPS specific CPU detection to its own file, pixman-mips.cSøren Sandmann Pedersen4-76/+115
2012-07-07Move PowerPC specific CPU detection to its own file pixman-ppc.cSøren Sandmann Pedersen4-164/+197
2012-07-07Move ARM specific CPU detection to a new file pixman-arm.cSøren Sandmann Pedersen4-253/+300
2012-07-06Move x86 specific CPU detection to a new file pixman-x86.cSøren Sandmann Pedersen4-248/+291
2012-07-06pixman-cpu.c: Rename disabled to _pixman_disabled() and export itSøren Sandmann Pedersen2-11/+13
2012-07-06Qualify the static variables in pixman_f_transform_invert() with the const ke...Sebastian Bauer1-2/+2
2012-07-02Use a compile-time constant for the "K" constraint in the MMX detection.Søren Sandmann Pedersen1-2/+1
2012-07-02In fast_composite_tiled_repeat() don't clone images with a paletteSøren Sandmann Pedersen1-2/+3
2012-07-02test: Make stress-test more likely to actually composite somethingSøren Sandmann Pedersen1-16/+55
2012-07-01sse2: add missing ABGR entires for bilinear src_8888_8888Matt Turner1-0/+3
2012-07-01loongson: optimize _mm_set_pi* functions with shuffle instructionsMatt Turner1-0/+43
2012-07-01mmx: optimize bilinear function when using 7-bit precisionMatt Turner1-13/+32