profile/ivi/pixman.git
2009-07-20 Siarhei SiamashkaARM: Workaround cs2007q3 compiler bug for NEON register...
2009-07-20 Siarhei SiamashkaARM: Commented out the rest of buggy NEON optimizations
2009-07-20 Siarhei SiamashkaARM: Use Ian's variant of 'neon_composite_over_n_8_0565...
2009-07-20 Miha VrhovnikUpdate Makefile.win32 to make it work again.
2009-07-20 Benjamin OtteAdd a lot more sanity checks to region code
2009-07-20 Benjamin OtteHandle degenerate case in pixman_init_extents()
2009-07-20 Søren Sandmann... Replace // comments with /* */ comments in various...
2009-07-20 Søren Sandmann... Align the stack in _pixman_implementation_create_sse2()
2009-07-19 M Joonas PihlajaCheck whether the linker understands the hwcap file...
2009-07-18 Søren Sandmann... Move read and write functions to the bits_image_t struct.
2009-07-17 Benjamin OtteHandle degenerate case in pixman_init_rect()
2009-07-17 Søren Sandmann... Add back check for need_workaround that got removed...
2009-07-16 Søren Sandmann... Fix combine_src_ca() to fill out all of the destination...
2009-07-16 Søren Sandmann... Change composite test to use a rainbow gradient as...
2009-07-16 Søren Sandmann... Various minor formatting changes
2009-07-16 Søren Sandmann... Change name of macro from RGB16_TO_ENTRY to RGB15_TO_ENTRY
2009-07-16 Benjamin OtteClarify color burn code - no semantical changes
2009-07-16 Benjamin OtteClarify color dodge code - no semantical changes
2009-07-16 Benjamin OtteFix terms in comments describing the blend modes
2009-07-14 Søren Sandmann... Add -fno-strict-aliasing
2009-07-14 Søren Sandmann... Post-release version bump
2009-07-14 Søren Sandmann... Pre-release version bump
2009-07-13 Søren Sandmann... Reindent and rename identifiers in scaling-test.c
2009-07-13 Søren Sandmann... Reformat pixman.h
2009-07-13 Søren Sandmann... Reindent and reformat pixman-private.h
2009-07-13 Søren Sandmann... Reindent and reformat pixman-combine.h.template
2009-07-13 Søren Sandmann... Reindent and reformat pixman-combine.c.template
2009-07-13 Søren Sandmann... Reindent and reformat pixman-vmx.c
2009-07-13 Søren Sandmann... Reformat and reindent pixman-utils.c
2009-07-13 Søren Sandmann... Reformat and reindent pixman-trap.c
2009-07-13 Søren Sandmann... Reformat pixman-timer.c
2009-07-13 Søren Sandmann... Reformat and reindent pixman-sse2.c
2009-07-13 Søren Sandmann... Reformat and reindent pixman-solid-fill.c
2009-07-13 Søren Sandmann... Reformat and reindent pixman-region.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-radial-gradient.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-mmx.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-matrix.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-linear-gradient.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-implementation.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-image.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-gradient-walker.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-general.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-fastpath.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-edge.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-cpu.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-conical-gradient.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-bits-image.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-arm-simd.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-arm-neon.c
2009-07-13 Søren Sandmann... Reindent and reformat pixman-access.c.
2009-07-13 Benjamin OtteFix burn and dodge operators to match acroread output
2009-07-13 Søren Sandmann... Return immediately if the operator is CONJOINT_DST...
2009-07-13 Søren Sandmann... Fix bits_image_fetch_{un}transformed() for 64 bit buffers.
2009-07-13 Søren Sandmann... Make sure we get all 64 bits in bits_image_fetch_solid_64()
2009-07-13 Søren Sandmann... Fix typo in bits_image_fetch_solid_64().
2009-07-12 Søren Sandmann... Only destroy the regions when pixman_compute_composite_...
2009-07-12 Søren Sandmann... Move workaround logic to pixman-bits-image.c.
2009-07-10 Søren Sandmann... Only apply the workaround to source images when out_of_...
2009-07-10 Siarhei SiamashkaReturn nonzero code from scaling-test program in case...
2009-07-10 Siarhei SiamashkaFix scaling-test to work on big endian systems
2009-07-10 Michel DänzerConvert some leftover instances of Alpha() in pixman...
2009-07-10 Søren Sandmann... Add workarounds for X servers doing out-of-bounds accesses.
2009-07-10 Søren Sandmann... Add a BUILT_SOURCES with pixman-combine{32,64}.{c.h}
2009-07-09 Adrian BunkFix the NEON build after "Convert CamelCase names to...
2009-07-09 Søren Sandmann... Update the CRC value in scaling-test.c.
2009-07-09 Søren Sandmann... Fix bug in pixman-region.c where empty regions would...
2009-07-09 Søren Sandmann... Fix a couple of problems with the tests when HAVE_GTK...
2009-07-08 Søren Sandmann... Merge branch 'naming'
2009-07-08 Søren Sandmann... Eliminate boxes with x1 > x2 or y1 > y2 in pixman_regio...
2009-07-08 Søren Sandmann... Add a box with y2 < y1 in region-test.c
2009-07-08 Søren Sandmann... Fix up some overeager search-and-replace renamings
2009-07-08 Søren Sandmann... Rename num_rects back to numRects.
2009-07-08 Søren Sandmann... Rename combine_*_c to combine_*_ca
2009-07-08 Søren Sandmann... Various sse2 renamings
2009-07-08 Søren Sandmann... s/sse2combine/sse2_combine/g
2009-07-08 Søren Sandmann... Convert CamelCase names to underscore_names.
2009-07-08 Søren Sandmann... Remove reference to 8888_RevNP
2009-07-08 Søren Sandmann... Remove reference to 8888RevNP
2009-07-08 Søren Sandmann... NoFeatures => NO_FEATURES
2009-07-08 Søren Sandmann... s/FbScrRight/SCREEN_SHIFT_RIGHT/g
2009-07-08 Søren Sandmann... CPUFeatures => cpu_features
2009-07-08 Søren Sandmann... Rename FbGet8 to GET8
2009-07-08 Søren Sandmann... Rename RBmask/Gmask => rb_mask/g_mask in pixman-arm...
2009-07-08 Søren Sandmann... Use ALPHA_8 in pixman-image.c instead of Alpha
2009-07-08 Søren Sandmann... Uppercase a few more macros in pixman-combine.c.template
2009-07-08 Søren Sandmann... Rename macros for non-separable blend modes
2009-07-08 Søren Sandmann... Rename some macros in pixman-combine.c.template
2009-07-08 Søren Sandmann... Rename U{no}mask => U_{no_}mask in pixman-vmx.c
2009-07-08 Søren Sandmann... Change name fbComposeGetStart to PIXMAN_IMAGE_GET_LINE.
2009-07-08 Søren Sandmann... Rename fbCombine* to combine*
2009-07-08 Søren Sandmann... Fix overeager search and replace
2009-07-08 Søren Sandmann... Uppercase some more macro names
2009-07-08 Søren Sandmann... Consolidate channel macros in pixman-combine.h
2009-07-08 Søren Sandmann... Change some macro names to be all uppercase
2009-07-08 Søren Sandmann... Change names of the FbByte* macros to be more descriptive.
2009-07-08 Søren Sandmann... Clarify a couple of comments
2009-07-08 Søren Sandmann... Change name of macros that operate on normalized integers.
2009-07-08 Søren Sandmann... Fix names in the trap rasterizer.
2009-07-08 Søren Sandmann... Rename QuadwordCopy_neon to neon_quadword_copy
next