projects
/
platform
/
upstream
/
pixman.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/pixman.git
2009-08-08
Søren Sandmann...
Remove unused function
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Misc formatting
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Change all the fetch_pixels() functions to only fetch...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Add fetch_pixel_raw_32 and fetch_pixel_32 virtual funct...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Various renamings and clean-ups
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Change bits_image_fetch_alpha_pixels() to fetch just...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Change bits_image_fetch_pixels_convolution() to fetch...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Change bits_image_fetch_bilinear_pixels() to fetch...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Make the repeat routine work on only one coordinate...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Make bits_image_fetch_nearest() return one pixel.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Søren Sandmann...
Change bits_image_fetch_transformed() to work one pixel...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
Søren Sandmann...
Only define PIXMAN_TIMERS if timers are actually enable...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-28
Søren Sandmann...
Various updates to the CODING_STYLE document
commit
|
commitdiff
|
tree
|
snapshot
2009-07-28
Søren Sandmann...
Add a CODING_STYLE document based on the one from cairo.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-24
Søren Sandmann...
Remove a couple of unused variables
commit
|
commitdiff
|
tree
|
snapshot
2009-07-24
Søren Sandmann...
Rename source_pict_class_t to source_image_class_t
commit
|
commitdiff
|
tree
|
snapshot
2009-07-24
Søren Sandmann...
Replace a bunch of 'pict's with 'image'
commit
|
commitdiff
|
tree
|
snapshot
2009-07-24
Chris Wilson
Explain how we can simplify the radial gradient computation
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
Chris Wilson
Fix inversion of radial gradients when r2 > r1
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
Benjamin Otte
Don't warn for empty rectangles, only degenerate ones
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Benjamin Otte
Log errors for invalid rectangles passed to region...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Benjamin Otte
Simplify code that logs errors
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Benjamin Otte
Make the text when reporting a broken region more useful
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Post-release version bump
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Pre-release version bump
pixman-0.15.18
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Don't assert when malformed regions are detected.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Fix another search and replace issue
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Fix search-and-replace issue pointed out by Koen Kooi.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
George Yohng
Add implementation of MMX __m64 functions for MSVC...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Chris Wilson
Fix read of BITS members from a solid image.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Only apply the workaround if the clip region extends...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Rework the workaround for bogus X server images.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Add test case for bug 22844.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Søren Sandmann...
Fix typo in sse2_combine_over_pixbuf_0565()
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
Adrian Bunk
Fix NEON build for older ARM CPUs
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Søren Sandmann...
Some formatting changes to pixman-arm-neon.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Siarhei Siamashka
ARM: Fixes for the inline assembly constraints in pixma...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Siarhei Siamashka
ARM: Workaround cs2007q3 compiler bug for NEON register...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Siarhei Siamashka
ARM: Commented out the rest of buggy NEON optimizations
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Siarhei Siamashka
ARM: Use Ian's variant of 'neon_composite_over_n_8_0565...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Miha Vrhovnik
Update Makefile.win32 to make it work again.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Benjamin Otte
Add a lot more sanity checks to region code
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Benjamin Otte
Handle degenerate case in pixman_init_extents()
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Søren Sandmann...
Replace // comments with /* */ comments in various...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
Søren Sandmann...
Align the stack in _pixman_implementation_create_sse2()
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
M Joonas Pihlaja
Check whether the linker understands the hwcap file...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-18
Søren Sandmann...
Move read and write functions to the bits_image_t struct.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-17
Benjamin Otte
Handle degenerate case in pixman_init_rect()
commit
|
commitdiff
|
tree
|
snapshot
2009-07-17
Søren Sandmann...
Add back check for need_workaround that got removed...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-16
Søren Sandmann...
Fix combine_src_ca() to fill out all of the destination...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-16
Søren Sandmann...
Change composite test to use a rainbow gradient as...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-16
Søren Sandmann...
Various minor formatting changes
commit
|
commitdiff
|
tree
|
snapshot
2009-07-16
Søren Sandmann...
Change name of macro from RGB16_TO_ENTRY to RGB15_TO_ENTRY
commit
|
commitdiff
|
tree
|
snapshot
2009-07-16
Benjamin Otte
Clarify color burn code - no semantical changes
commit
|
commitdiff
|
tree
|
snapshot
2009-07-16
Benjamin Otte
Clarify color dodge code - no semantical changes
commit
|
commitdiff
|
tree
|
snapshot
2009-07-16
Benjamin Otte
Fix terms in comments describing the blend modes
commit
|
commitdiff
|
tree
|
snapshot
2009-07-14
Søren Sandmann...
Add -fno-strict-aliasing
commit
|
commitdiff
|
tree
|
snapshot
2009-07-14
Søren Sandmann...
Post-release version bump
commit
|
commitdiff
|
tree
|
snapshot
2009-07-14
Søren Sandmann...
Pre-release version bump
pixman-0.15.16
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and rename identifiers in scaling-test.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reformat pixman.h
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-private.h
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-combine.h.template
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-combine.c.template
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-vmx.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reformat and reindent pixman-utils.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reformat and reindent pixman-trap.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reformat pixman-timer.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reformat and reindent pixman-sse2.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reformat and reindent pixman-solid-fill.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reformat and reindent pixman-region.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-radial-gradient.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-mmx.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-matrix.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-linear-gradient.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-implementation.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-image.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-gradient-walker.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-general.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-fastpath.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-edge.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-cpu.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-conical-gradient.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-bits-image.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-arm-simd.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-arm-neon.c
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Reindent and reformat pixman-access.c.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Benjamin Otte
Fix burn and dodge operators to match acroread output
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Return immediately if the operator is CONJOINT_DST...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Fix bits_image_fetch_{un}transformed() for 64 bit buffers.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Make sure we get all 64 bits in bits_image_fetch_solid_64()
commit
|
commitdiff
|
tree
|
snapshot
2009-07-13
Søren Sandmann...
Fix typo in bits_image_fetch_solid_64().
commit
|
commitdiff
|
tree
|
snapshot
2009-07-12
Søren Sandmann...
Only destroy the regions when pixman_compute_composite_...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-12
Søren Sandmann...
Move workaround logic to pixman-bits-image.c.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-10
Søren Sandmann...
Only apply the workaround to source images when out_of_...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-10
Siarhei Siamashka
Return nonzero code from scaling-test program in case...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-10
Siarhei Siamashka
Fix scaling-test to work on big endian systems
commit
|
commitdiff
|
tree
|
snapshot
2009-07-10
Michel Dänzer
Convert some leftover instances of Alpha() in pixman...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-10
Søren Sandmann...
Add workarounds for X servers doing out-of-bounds accesses.
commit
|
commitdiff
|
tree
|
snapshot
next