Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenFL

OpenFL
Collective - Host: opensource - https://opencollective.com/openfl - Website: https://www.openfl.org - Code: https://github.com/openfl

Move pixbuf checks after src_format and mask_format have been computed.

github.com/openfl/libpixman - 27a4fb4747426ee935d2149cca2197a369c4556d authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Add src_, mask_, and dest_flags fields to fast path arrays

Update all the fast path tables to match using a new
PIXMAN_STD_FAST_PATH macro.

For now, use 0...

github.com/openfl/libpixman - 6197db91a32da7ea281fd87b59f5bb74b989361b authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Fold get_fast_path() into _pixman_run_fast_path()

Also factor out the source format code computation to its own
function.

github.com/openfl/libpixman - 171dc4875644f72d65ff2e31533edacc781069ec authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Turn some uint16_t variables to int32_t in the fast paths.

This is necessary now that we have a 32 bit version of
pixman_image_composite().

github.com/openfl/libpixman - d76aab4d03d9e700c3c431b077a4b506a5e53df1 authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Implement get_scanline_64() correctly for solid fill images.

Previously they would be evaluated at 8 bits and then expanded.

github.com/openfl/libpixman - 15d07d6c2ac4ed5d41dc80b476e09e8d7dd6a84a authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Add pixman_image_composite32()

This is equal to pixman_image_composite(), just with 32bit parameters.
pixman_image_composite() ...

github.com/openfl/libpixman - e841c556d59ca0aa6d86eaf6dbf061ae0f4287de authored almost 15 years ago by Benjamin Otte <[email protected]>
Add pixman_image_fill_boxes() API

It's basically the 32bit version of pixman_image_fill_rectangles(), just
with a saner data type.

github.com/openfl/libpixman - d0d284da0a8810e7435b8e932ac5de352793a39a authored almost 15 years ago by Benjamin Otte <[email protected]>
Make pixman_image_fill_rectangles() call pixman_image_fill_boxes()

Avoids duplication of code

github.com/openfl/libpixman - 0e8550798f69ef69dbde59eda6341ab4e0801069 authored almost 15 years ago by Benjamin Otte <[email protected]>
Fix typo

github.com/openfl/libpixman - b194bb78c8a32b7252cccaebdc085cd8e759427d authored almost 15 years ago by Benjamin Otte <[email protected]>
Make region argument to pixman_region(32)_init_rects() const

No indenting of the header to keep git blame working

github.com/openfl/libpixman - 78b6c470789eb226708a5d98bb06a962d2ae0b0d authored almost 15 years ago by Benjamin Otte <[email protected]>
Fix some warnings

github.com/openfl/libpixman - c066c347aeaa779b7a3c9e3cde45413277370f0f authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Post-release version bump

github.com/openfl/libpixman - 8fce7b18f3033aa1423b96b9847f6ae3133fad7a authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Pre-release version bump

github.com/openfl/libpixman - 23e1ba3c062711fe256612ca7f39478e048a6708 authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
When fetching from an alpha map, use the alpha map's fetch function.

Don't use the one from the image. This is the first half of bug 25950.

github.com/openfl/libpixman - 7f00dc62e4aa4b2b417ca1c86813a6b4c7f78673 authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
test: Add new alphamap test program.

This program demonstrates three bugs relating to alpha maps:

- When fetching from an alpha map ...

github.com/openfl/libpixman - 042f978b04aefe56ec912c88ec879e668153a287 authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
pixman_image_validate() needs to also validate the alpha map.

This is the other half of bug 25950.

github.com/openfl/libpixman - 0df6098f3d941608f945d02e2af65b70ac499e0a authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
bits: Print an error if someone tries to create an image with bpp < depth

Something in the X server apparently does this.

github.com/openfl/libpixman - 8dabd1fdd8f0030086cfe70f0baba7c502a0e1b8 authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
When fetching from an alpha map, replace the alpha channel of the image

Previously it would be multiplied onto the image pixel, but the Render
specification is pretty c...

github.com/openfl/libpixman - 2c3cbc83c4018173d9deae3f24c457b3ca16dbcd authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
fetch-test: Fix spelling error (pallete -> palette)

github.com/openfl/libpixman - 05c38141b4861348bf61235341d634019e39e8a9 authored almost 15 years ago by Søren Sandmann Pedersen <[email protected]>
Update Sun license notices to current X.Org standard form

Signed-off-by: Alan Coopersmith <[email protected]>

github.com/openfl/libpixman - c46a87e45afc6eb53ae93f9ca3c1545bd26d18f5 authored almost 15 years ago by Alan Coopersmith <[email protected]>
fetch-test: Various formatting fixes

github.com/openfl/libpixman - 3df6cb34315ebaeb2ce3f341160355650d856518 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Interpret the angle of a conical gradient in degrees.

The conical gradient angle's fixed point degrees to
radians conversion code is missing a factor ...

github.com/openfl/libpixman - 7862f9b96e8e8456cc60852790c7f244a5e3425e authored about 15 years ago by Pierre-Loup A. Griffais <[email protected]>
region: Enable or disable fatal errors and selfchecks based on version number

There is a couple of bugs in bugzilla where bugs in the X server
triggered asserts in the pixman...

github.com/openfl/libpixman - 54f51c4a7595d685397838006ba67473eee47e7d authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Some minor formatting fixes.

github.com/openfl/libpixman - 91ec7fecc9b16ec1d18c46d08698e6128baaba1d authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
arm-simd: Whitespace fixes

github.com/openfl/libpixman - 97cf4d494cb6fc0a75eec7d6f06f81ba7644d820 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
mmx: Eliminate trailing whitespace.

github.com/openfl/libpixman - 28778c997e60af35d26df61fd82860748deb6fab authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Add 'check' to release-check make target

github.com/openfl/libpixman - c6c43c65f76aa84c57a94155117487199bc0323e authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Reorder tests so that they fastest ones run first.

github.com/openfl/libpixman - b3afacf9c970fa7de5ffdebebbd8526a55d3e7d8 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Build tests and run non-GTK+ ones on `make check`

Setting TESTS will run the tests on `make check`

Bug 25131

github.com/openfl/libpixman - bbc5108bf8cfcb1f2334e51a8e904b5be48376e1 authored about 15 years ago by Marvin Schmidt <[email protected]>
ARM: added 'neon_combine_add_u' function

github.com/openfl/libpixman - 44768320709183a341d219f97c03c5b592a69355 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_combine_over_u' function

github.com/openfl/libpixman - f2c7a04c41440b15a5ce1db7ab87dd5bd8c088da authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: macro template for single scanline compositing functions

Existing template already supports 2D images processing,
but pixman also needs some NEON optimiz...

github.com/openfl/libpixman - 24cd286af6f4507eb9937ced6d9998d296c77a0a authored about 15 years ago by Siarhei Siamashka <[email protected]>
Use canonical pixman license notice for recently added ARM NEON assembly files

github.com/openfl/libpixman - ae8d9df6248445170702c244cd60f894aa761267 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_src_pixbuf_8888' fast path

This is ARM NEON optimized conversion of native RGBA format used by
GTK/GDK into native 32bpp RG...

github.com/openfl/libpixman - ce78288d7783a27700223c39e23880f4f425f70b authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_src_0888_0565_rev' fast path

This is ARM NEON optimized conversion of native RGB format used by
GTK/GDK into r5g6b5 format.

github.com/openfl/libpixman - a732d3baeb0697b91a713fd6b51b68ee7ca68e03 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_src_0888_8888_rev' fast path

This is ARM NEON optimized conversion of native RGB format used by
GTK/GDK into native 32bpp RGB...

github.com/openfl/libpixman - a1386a1ceb0c50d2e23cf30be30ea165d2d2ea7c authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_over_n_8888' fast path

github.com/openfl/libpixman - 78a60047ac0f85423e0474ef54930e1f537f646b authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_over_n_0565' fast path

github.com/openfl/libpixman - 96fd17488f0966d2df53623195810dc640bf5ca6 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_src_0565_8888' fast path

github.com/openfl/libpixman - 2d332c7a569803107e11b41c7b2c020b4050e26e authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_add_8888_8888_8888' fast path

github.com/openfl/libpixman - 062da411d81c7d970a302dd2c283ef5327b867da authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_add_8888_8888' fast path

github.com/openfl/libpixman - 3d0eedb5d9af97fed68e2da03d6aee40197e2a76 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_over_8888_8_8888' fast path

github.com/openfl/libpixman - 86b54c6701666d087f0234047128fbf0fd6468b6 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'neon_composite_over_8888_8888_8888' fast path

github.com/openfl/libpixman - aec1524e773758369ab627553dc5c23d18619a85 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: minor source formatting changes

Now it's a bit harder to exceed 80 characters line limit
when binding assembly functions.

github.com/openfl/libpixman - ba59d53d0b61effc422c4004a9f0e6cf848598d8 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added '.arch armv7a' directive to NEON assembly file

This fix prevents build failure due to not accepting PLD instruction when
compiling for armv4 cp...

github.com/openfl/libpixman - a47b5167c4c1b55b2f51e29ab0782c2659bec312 authored about 15 years ago by Siarhei Siamashka <[email protected]>
Make test program not throw warnings about undefined variables

github.com/openfl/libpixman - 3fba7dc6fa52bbf01cfc5c4aab1ab06d49a117b2 authored about 15 years ago by Benjamin Otte <[email protected]>
Fix bug that prevented pixman_fill MMX and SSE paths for 16 and 8bpp

github.com/openfl/libpixman - 10ab592d57bbeefb3e3297c4a905e5cec233a006 authored about 15 years ago by Benjamin Otte <[email protected]>
ARM: NEON optimized pixman_blt

NEON unit has fast access to L1/L2 caches and even simple
copy of memory buffers using NEON prov...

github.com/openfl/libpixman - 7c7b6f5de75a998deaab5d00baf69a895ceba795 authored about 15 years ago by Siarhei Siamashka <[email protected]>
test: support for testing pixbuf fast path functions in blitters-test

github.com/openfl/libpixman - dce6e1bd6840ce0646d8738aaa0927c003dbb361 authored about 15 years ago by Siarhei Siamashka <[email protected]>
Remove nonexistant function from header

github.com/openfl/libpixman - 0901ef41fbca2b8fb504c64a2b694bd764770292 authored about 15 years ago by Benjamin Otte <[email protected]>
Post-release version bump

github.com/openfl/libpixman - c97b1e803fc214e9880eaeff98410c8fa37f9ddc authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Pre-release version bump

github.com/openfl/libpixman - 5a7597f81862ecf7b098ed254fb8e4197ccae3a8 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Remove stray semicolon from blitters-test.c

Pointed out by [email protected] in bug 25137.

github.com/openfl/libpixman - 95a08dece37080e199e436fa6f2dc02e60d346dd authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
C fast path function for 'over_n_1_0565'

This function is needed to improve performance of xfce4 terminal when
using bitmap fonts and run...

github.com/openfl/libpixman - 6e2c7d54c6786b52ae7dc683d2dbb4c7c033bb09 authored about 15 years ago by Siarhei Siamashka <[email protected]>
Round horizontal sampling points towards northwest.

This is a similar change as the top/bottom one, but in this case the
rounding is simpler because...

github.com/openfl/libpixman - 282f5cf8b821a34bab1e32957913ef8d9f9ee43c authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Fix slightly skewed sampling grid for antialiased traps

The sampling grid is slightly skewed in the antialiased case. Consider
the case where we have n ...

github.com/openfl/libpixman - 3bea18e3ea587c84423e9f7bafff21150c37d287 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Fix rounding of top and bottom coordinates.

The rules for trap rasterization is that coordinates are rounded
towards north-west.

The pixman...

github.com/openfl/libpixman - f44431986f667eb49571e9365960524361f833c5 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Delete the flags field from fast_path_info_t

github.com/openfl/libpixman - 98bb0a509f401563b8e6e15f4ee26947e9c3d419 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Eliminate the NEED_COMPONENT_ALPHA flag.

Instead introduce two new fake formats

PIXMAN_a8r8g8b8_ca
PIXMAN_a8b8g8r8_ca

that are used i...

github.com/openfl/libpixman - 12108ecbe488d1b65e6787585e1caa57af17a008 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Use the destination buffer directly in more cases instead of fetching.

When the destination buffer is either a8r8g8b8 or x8r8g8b8, we can use
it directly instead of fe...

github.com/openfl/libpixman - 2ef8b394d72d6c13f96347626b09613f805d9f8c authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Compute src_format outside the fast path loop.

Inside the loop all we have to do is check that the formats match.

github.com/openfl/libpixman - 542b79c30d88788028d391285aa8cd038e96f2b3 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Eliminate NEED_PIXBUF flag.

Instead introduce two new fake formats

PIXMAN_pixbuf
PIXMAN_rpixbuf

and compute whether the ...

github.com/openfl/libpixman - b7fb7e6c700891a12300aaf5c8a4c4b2584a194f authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Eliminate the NEED_SOLID_MASK flag

This flag was used to indicate that the mask was solid while still
allowing a specific format to...

github.com/openfl/libpixman - 4686d1f53b09b5dd12df6f10f8c0403b2a1e2427 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
test: In scaling-test use the crc32 from utils.c

github.com/openfl/libpixman - cc34554652bf9a402127fa06a03105b49a425895 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
test: Move CRC32 code from blitters-test to new files utils.[ch]

github.com/openfl/libpixman - b465b8b79dc008f4f4dcddf45754fef260e51619 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
test: Rename utils.[ch] to gtk-utils.[ch]

github.com/openfl/libpixman - 56bd91340102e915a239d2afa1db223109cf6639 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
test: Move image_endian_swap() from blitters-test.c to utils.[ch]

github.com/openfl/libpixman - 13f4e02b1429d62b08487beebd8697887a5a9608 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
test: Move random number generator from blitters/scaling-test to utils.[ch]

github.com/openfl/libpixman - 24e203a8a8394edb3a89f3d6be1bdcab41fbe7f9 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
sse2: Add a fast path for OVER 8888 x 8 x 8888

This is a small speedup on the swfdec-youtube benchmark:

Before:
[ 0] image s...

github.com/openfl/libpixman - 7be529f3bd6455259e24163a27a0a5a761ee0cc3 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
ARM: enabled 'neon_composite_add_8000_8000' fast path

github.com/openfl/libpixman - abefe68ae2a422fecf315f17430c0cda5561be66 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_over_8888_8888' fast path

github.com/openfl/libpixman - deeb67b13a0f9267b59d9755e7a0102da29a6747 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_add_n_8_8' fast path

github.com/openfl/libpixman - 7e1bfed6767774a43c288ab780f62a20eccff805 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_add_8_8_8' fast path

github.com/openfl/libpixman - 635f389ff477a0afe82c6038a835e262d5034d99 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_over_8888_n_8888' fast path

github.com/openfl/libpixman - 2dfbf6c4a520da4647bb480a124dfe5cbece225b authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_src_0888_0888' fast path

github.com/openfl/libpixman - cccfc87f4f597f99b74691af172126a2346f9239 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_over_n_8_8888' fast path

github.com/openfl/libpixman - 43824f98f1fc41d923dd8ddd97e74942c01aadf8 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_over_8888_0565' fast path

github.com/openfl/libpixman - f449364849b2cc75a48cc3b35d2a373d38b71c09 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_over_n_8_0565' fast path

github.com/openfl/libpixman - 189d0d783cc62aa3b739218689042c9235c04fa1 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: added 'bindings' for NEON assembly optimized functions

These functions serve as 'adaptors', converting standard internal
pixman fast path function argu...

github.com/openfl/libpixman - 5d695cb86eaad151c9402ead5dfb7e867ff58d29 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: introduction of the new framework for NEON fast path optimizations

GNU assembler and its macro preprocessor is now used to generate
NEON optimized functions from a...

github.com/openfl/libpixman - bcb4bc79321659635d706bade25851cddf563856 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_src_8888_0565' fast path

github.com/openfl/libpixman - e89b4f8105beaa27b6098a5dc7dfec62879ebd1d authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled 'neon_composite_src_0565_0565' fast path

github.com/openfl/libpixman - 2d54ed46fb7428aa1d9f114450554fc33acff2c4 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: enabled new implementation for pixman_fill_neon

github.com/openfl/libpixman - dcfade3df96559ce942df5d16b7915c94f7d9e57 authored about 15 years ago by Siarhei Siamashka <[email protected]>
ARM: removed old ARM NEON optimizations

github.com/openfl/libpixman - 1eff0ab487efe4720451b8bd92c8423b9772a69a authored about 15 years ago by Siarhei Siamashka <[email protected]>
Define PIXMAN_USE_INTERNAL_API in pixman-private.h

Instead of mucking around with CFLAGS in configure.ac, preventing
users from setting their own C...

github.com/openfl/libpixman - b8898d77d0e7cc1c50321fcb216af3ba6c634959 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Include <inttypes.h> when compiled with HP's C compiler.

Fixes bug 23169.

github.com/openfl/libpixman - 67bf739187cd43b5fff754b25693f76bb788d1fa authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
C fast path function for 'over_n_1_8888'

This function is needed to improve performance of xfce4 terminal.
Some other applications may po...

github.com/openfl/libpixman - 384fb88b905823e62c1f1733a20073bfea15d411 authored about 15 years ago by Siarhei Siamashka <[email protected]>
C fast path function for 'add_1000_1000'

This function is needed to improve performance of xfce4 terminal.
Some other applications may po...

github.com/openfl/libpixman - a2985da94704af050b4422dca70fd2dd770faba4 authored about 15 years ago by Siarhei Siamashka <[email protected]>
blitters-test updated to also randomly generate mask_x/mask_y

github.com/openfl/libpixman - 5f429e45106d79c48ee102987ef84be54fd421d8 authored about 15 years ago by Siarhei Siamashka <[email protected]>
Add fast path scaled, bilinear fetcher.

This adds a bilinear fetcher for the case where the image has a scaled
transformation, does not ...

github.com/openfl/libpixman - 0d5562747ce25ecac06f4c44e935662eb6ee328a authored about 15 years ago by André Tupinambá <[email protected]>
Extend scaling-test to also test bilinear filtering.

github.com/openfl/libpixman - f0c157f888185279681bad305973f246dca2e535 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Speed up bilinear interpolation.

Speed up bilinear interpolation by processing more than one component
at a time on 64 bit archit...

github.com/openfl/libpixman - 88323c5abe68906472049537b54b0e7eea343f43 authored about 15 years ago by André Tupinambá <[email protected]>
This is not a GNU project, so declare it foreign.

On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
> On Tue, Oct 20, 2009 at 08:23:55PM -0...

github.com/openfl/libpixman - eab882ef38509bfc9719fcee6020d882ee030694 authored about 15 years ago by Jeremy Huddleston <[email protected]>
Make walk_region_internal() use 32 bit dimensions

github.com/openfl/libpixman - dc46ad274a47d351bacf3c2167c359d23dbaf8b3 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Make pixman_compute_composite_region32() use 32 bit dimensions

github.com/openfl/libpixman - bb3698d47925db77925810c3128be1641f455c60 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Change prototype of _pixman_walk_composite_region from int16_t to int32_t

github.com/openfl/libpixman - 895c281c4094844f9f955621e4ac1e4394d865f0 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Remove unused color_table and color_table_size fields

github.com/openfl/libpixman - 9cd470665b1bb7e0cb810f2457d3788f7c981072 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Remove BOUNDS() macro.

It was bounding the clip region to INT16_MIN, INT16_MAX, but this was
a relic from the X server....

github.com/openfl/libpixman - 8186937637f25088e61c22a3ce1740a56f5d6e13 authored about 15 years ago by Søren Sandmann Pedersen <[email protected]>
Fix compile warnings

github.com/openfl/libpixman - 5c3ef4e9798f3395c55fe7b57df32f77c0de2c71 authored about 15 years ago by Benjamin Otte <[email protected]>
Add default cases for all switch statements

Fixes compilation with -Wswitch-default. Compilation with -Wswitch-enums
works fine as is.

github.com/openfl/libpixman - fa49ef81f7b39d32b626ed235958448835e2d2c2 authored about 15 years ago by Benjamin Otte <[email protected]>