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