Don't trust OpenBSD's gcc to produce working code for __thread.
[profile/ivi/pixman.git] / pixman /
2010-07-21 M Joonas PihlajaTry harder to find suitable flags for pthreads.
2010-07-13 Søren Sandmann Ped... Check for read accessors before taking the bilinear...
2010-07-12 Søren Sandmann Ped... fast-path: Some formatting fixes
2010-07-12 Søren Sandmann Ped... In the FAST_NEAREST macro call the function 8888_8888...
2010-07-12 Søren Sandmann Ped... Make the repeat mode explicit in the FAST_NEAREST macro.
2010-07-11 Søren Sandmann Ped... When converting indexed formats to 64 bits, don't corre...
2010-07-11 Søren Sandmann Ped... Split the fast path caching into its own force_inline...
2010-07-11 Søren Sandmann Ped... Cache the implementation along with the fast paths.
2010-07-11 Søren Sandmann Ped... Hide the global implementation variable behind a force_...
2010-07-11 Søren Sandmann Ped... Fix memory leak in the pthreads thread local storage...
2010-07-07 Søren Sandmann Ped... Make the combiner macros less likely to cause name...
2010-06-24 Søren Sandmann Ped... Store the conical angle in floating point radians,...
2010-06-20 Søren Sandmann Ped... Fix conical gradients to match QConicalGradient from Qt
2010-06-19 Søren Sandmann Ped... Make separate gray scanline storers.
2010-06-19 Søren Sandmann Ped... When storing a g1 pixel, store the lowest bit, rather...
2010-06-09 Andrea Cancianisupport single-stop gradients
2010-06-09 Søren Sandmann Ped... Eliminate mask_bits from all the scanline fetchers.
2010-06-03 Jeff Muizelaarcreate getter for component alpha
2010-05-09 Søren Sandmann Ped... Merge branch 'for-master'
2010-05-04 Jeff MuizelaarAdd support for compiling pixman without thread/tls...
2010-05-03 Søren Sandmann Ped... Add macros for thread local storage on MinGW 32
2010-05-03 Søren Sandmann Ped... Add support for 8bpp to pixman_fill_sse2()
2010-05-03 Søren Sandmann Ped... sse2: Add sse2_composite_over_reverse_n_8888
2010-05-03 Søren Sandmann Ped... Don't consider indexed formats opaque.
2010-05-03 Søren Sandmann Ped... Add an over_8888_8888_8888 sse2 fast path.
2010-05-03 Søren Sandmann Ped... Add pixman_region{,32}_intersect_rect()
2010-05-03 Søren Sandmann Ped... Rename fast_composite_src_8888_x888 to fast_composite_s...
2010-04-27 Jeff MuizelaarAdd missing HAVE_CONFIG_H guards for config.h inclusion
2010-04-21 Søren Sandmann Ped... Add pixman_image_get_format() accessor
2010-04-14 Søren Sandmann Ped... [mmx] Fix mask creation bugs
2010-04-14 Søren Sandmann Ped... Fixes for pthread thread local storage.
2010-04-14 Søren Sandmann Ped... Fix uninitialized cache when pthreads are used
2010-04-13 Siddharth AgarwalVisual Studio 2010 includes stdint.h
2010-03-24 Matthias HopfRevert "Improve PIXREGION_NIL to return true on degener...
2010-03-24 Matthias HopfImprove PIXREGION_NIL to return true on degenerated...
2010-03-23 Søren Sandmann Ped... Merge remote branch 'ssvb/arm-fixes'
2010-03-22 Siarhei SiamashkaARM: SIMD optimizations moved to a separate .S file
2010-03-22 Siarhei SiamashkaARM: SIMD optimizations updated to use common assembly...
2010-03-22 Siarhei SiamashkaARM: Helper ARM NEON assembly binding macros moved...
2010-03-22 Siarhei SiamashkaARM: Workaround for a NEON bug in assembler from binuti...
2010-03-22 Siarhei SiamashkaARM: Use '.object_arch' directive in NEON assembly...
2010-03-17 Søren Sandmann Ped... Specialize the fast_composite_scaled_nearest_* scalers...
2010-03-17 Søren Sandmann Ped... Add a FAST_PATH_X_UNIT_POSITIVE flag
2010-03-17 Alexander LarssonUse the right format for the OVER_8888_565 fast path
2010-03-17 Alexander LarssonAdd specialized fast nearest scalers
2010-03-17 Alexander LarssonAdd FAST_PATH_SAMPLES_COVER_CLIP and FAST_PATH_16BIT_SAFE
2010-03-17 Alexander LarssonAdd FAST_PATH_NO_NONE_REPEAT flag
2010-03-17 Alexander LarssonAdd CONVERT_8888_TO_8888 and CONVERT_0565_TO_0565 macros
2010-03-17 Alexander LarssonAdd CONVERT_0565_TO_8888 macro
2010-03-17 Søren Sandmann Ped... Ensure that only the low 4 bit of 4 bit pixels are...
2010-03-16 Søren Sandmann Ped... Add PIXMAN_DEFINE_THREAD_LOCAL() and PIXMAN_GET_THREAD_...
2010-03-16 Søren Sandmann Ped... Add checks for various types of thread local storage.
2010-03-15 Alan CoopersmithAdd Sun cc to thread-local support checks in pixman...
2010-03-15 Alan CoopersmithMake .s target asm flag selection more portable
2010-03-15 Søren Sandmann Ped... Fix typo: WORDS_BIG_ENDIAN => WORDS_BIGENDIAN in pixman...
2010-03-14 Søren Sandmann Ped... pixman.h: Only define stdint types when PIXMAN_DONT_DEF...
2010-03-14 Søren Sandmann Ped... Merge branch 'operator-table'
2010-03-14 Søren Sandmann Ped... Merge branch 'fast-path-cache'
2010-03-14 Søren Sandmann Ped... Change operator table to be an array of arrays of four...
2010-03-14 Søren Sandmann Ped... Strength reduce certain conjoint/disjoint to their...
2010-03-14 Søren Sandmann Ped... Store the operator table more compactly.
2010-03-14 Søren Sandmann Ped... Make the operator strength reduction constant time.
2010-03-12 Egor StarkovEliminate trailing comma in enum
2010-03-06 Søren Sandmann Ped... Add a fast path cache
2010-03-04 Søren Sandmann Ped... Move __force_align_arg_pointer workaround before compos...
2010-03-04 Søren Sandmann Ped... Merge branch 'more-flags'
2010-03-03 Siarhei SiamashkaARM: added 'neon_composite_over_reverse_n_8888' fast...
2010-03-03 Siarhei SiamashkaARM: added 'neon_composite_src_x888_8888' fast path
2010-03-03 Siarhei SiamashkaARM: added 'neon_composite_over_n_8888_8888_ca' fast...
2010-02-25 Søren Sandmann Ped... Restructure the flags computation in compute_image_info().
2010-02-25 Søren Sandmann Ped... Move workaround code to pixman-image.c
2010-02-25 Søren Sandmann Ped... Turn need_workaround into another flag.
2010-02-25 Søren Sandmann Ped... Eliminate _pixman_image_is_opaque() in favor of a new...
2010-02-25 Søren Sandmann Ped... Eliminate _pixman_image_is_solid()
2010-02-25 Søren Sandmann Ped... Move computation of extended format code to validate.
2010-02-25 Søren Sandmann Ped... Add new FAST_PATH_SIMPLE_REPEAT flag
2010-02-25 Søren Sandmann Ped... Compute the image flags at validation time instead...
2010-02-25 Søren Sandmann Ped... Merge branch 'trap-fixes'
2010-02-21 Søren Sandmann Ped... Hide the C++ extern "C" declarations behind macros.
2010-02-20 Søren Sandmann Ped... Merge branch 'eliminate-composite'
2010-02-20 Søren Sandmann Ped... Move all code to do debugging spew into pixman-private.
2010-02-19 Alexander LarssonAdd pixman_region{32}_init_from_image
2010-02-19 Alexander LarssonMove SCREEN_SHIFT_LEFT/RIGHT to pixman-private.h
2010-02-18 Makoto KatoCompile by USE_SSE2 only without USE_MMX
2010-02-15 Søren Sandmann Ped... Move NULL check out of get_image_info()
2010-02-15 Søren Sandmann Ped... Add a fast path for non-repeating sources in walk_regio...
2010-02-15 Søren Sandmann Ped... Move more things out of the inner loop in do_composite().
2010-02-15 Søren Sandmann Ped... Move region computation out of the loop in do_composite()
2010-02-15 Søren Sandmann Ped... Move get_image_info() out of the loop in do_composite
2010-02-15 Søren Sandmann Ped... Manually inline _pixman_run_fast_path()
2010-02-15 Søren Sandmann Ped... Move compositing functionality from pixman-utils.c...
2010-02-14 Søren Sandmann Ped... Move compositing to its own function, do_composite()
2010-02-14 Søren Sandmann Ped... Optimize for the common case wrt. the workaround.
2010-02-14 Søren Sandmann Ped... Eliminate all the composite methods.
2010-02-14 Søren Sandmann Ped... Delete unused _pixman_walk_composite_region() function
2010-02-14 Søren Sandmann Ped... Don't call _pixman_implementation_composite() anymore.
2010-02-14 Søren Sandmann Ped... Delete unused sources_cover() function
2010-02-14 Søren Sandmann Ped... Store a pointer to the array of fast paths in the imple...
2010-02-14 Søren Sandmann Ped... Make fast_composite_scaled_nearest() another fast path.
2010-02-14 Søren Sandmann Ped... Make general_composite_rect() just another fast path.
next