New branch 'upstream-experimental' available with the following commits: commit 808e2de3a6270b32a026722f59a49736d224d46c Author: Daniel Stone <[EMAIL PROTECTED]> Date: Thu May 24 16:24:39 2007 +0300
Add .gitignore file commit d1ce3f95509bd86c0aa850d6b58c8a065517c84f Author: Daniel Stone <[EMAIL PROTECTED]> Date: Thu May 24 16:19:40 2007 +0300 Use canonical autogen.sh Use the standard autogen.sh, which allows for srcdir != builddir. commit 8129984603de569e01563d810a334765c2ec5062 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 23 16:38:38 2007 -0400 Declare the two new trapezoid functions in pixman.h commit 4355cc5c57f3e402af9a508762c8ed3a5ac9f2ca Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Wed May 23 16:40:23 2007 -0400 Add pixman-trap with the trapezoid rasterization code from the X server. Add two different trapezoid types that X makes use of. commit 35f99a530de11bcf0e98c372bc49b9bf0f2ecf37 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 23 16:09:49 2007 -0400 Make sure gradient-test.c builds when srcdir != buildir. Patch from Julien Cristau <[EMAIL PROTECTED]>. commit d5e8a7b8bdd4b18e504859059683cb9723503b3c Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Wed May 23 15:39:03 2007 -0400 Fix bug in rasterizeEdges() where the stride was treated as if in bytes, when it was in uint32_t's. Formatting fixes. Delete misleading comment from pixman-private.h commit ee37469d6adad32cb31e52a95abafa32943b3e8d Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 23 12:18:09 2007 -0400 Fix function name commit 727b77983bd8b684764e69cdea38ce6290c60467 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 22 13:39:25 2007 -0400 Add more edge functions commit 4600c6823e4dea52a34fe881f5374691bc76f555 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 22 12:52:52 2007 -0400 Add implementation of edge rasterization commit 1413bb7a5ddc2d49109a1e9669fab155352bc3c7 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 22 11:58:46 2007 -0400 Add edge data types commit e32b240145ee7bbc2e69020b0bb00c33c68acf15 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Tue May 22 10:00:46 2007 -0400 Detect endianness commit e5cf135170198a33429b00f7c506a84054f0297e Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Tue May 22 09:54:19 2007 -0400 Include string.h in pixman-pict.c commit 097de78d135259c64c5cf8789680bfdc354c12f9 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Tue May 22 09:51:54 2007 -0400 Check for getisax() support commit 37f90ba0b2d9797de93477aaa9e113329e50f93d Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Tue May 22 09:49:23 2007 -0400 Check for MMX in the build system commit 56623268a76ab65228c41dba5fbf27463b1a5691 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Tue May 22 00:04:39 2007 -0400 Update TODO commit ed184ebb7c2f12010207ffa210975a9b22b152ef Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Tue May 22 00:03:31 2007 -0400 Make the mmx code compile commit 2db377de616c4c0826d1a56777d7a4f858049758 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Mon May 21 23:46:24 2007 -0400 Add pixman-mmx.[ch] and move macros around to make it compile. Not yet hooked up. commit ce506999e6dc6ad07d2665277d0250e7d9e0b6a8 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Mon May 21 20:03:37 2007 -0400 Use the general code if the images have read/write functions commit a54096d554414dd88a3c6a7a53816552844a5b08 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Mon May 21 17:51:41 2007 -0400 Update TODO commit ccef70a685191bb3cd4b7891f1ebde1881b3aa13 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Mon May 21 15:03:41 2007 -0400 Fix bug in fbCompositeGetSolid() where a format was compared to a format type commit 154c4dd97896178cd54bdb1057bef2eab3870c0c Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Mon May 21 14:27:40 2007 -0400 Make pixman_image_composite() take a region parameter; comment out non-implemented functions from the switch of doom commit 4518de9fec813bcb19facbc944821e882a91671a Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Mon May 21 10:00:05 2007 -0400 Add slightly changed copy of miComputeCompositeRegion() to pixman-pict.c commit 4df446bb73b1ab89e119d6714a3feae8a384e113 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 19 17:19:39 2007 -0400 Move mod and div macros to pixman-private.h commit bcb4c8f02137178096473191a05c3b84e4ce5116 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 19 17:13:02 2007 -0400 Add fbComposeGetStart() macro commit e9e326eafe3e4ed221eefbb7ddbd46d5d983505d Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 19 17:05:23 2007 -0400 Add fbComposeGetSolid() macro commit 456ebbbb27381d5fff4d2426a261c4760eb0b8df Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 19 16:44:40 2007 -0400 Add implementation of can_get_solid() commit eabc2f48f07decb5fa15db985fffa9e648506568 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 19 16:40:10 2007 -0400 Various formatting/style tweaks commit bdb307ac4a6ad20e687f286491a3d9df6807567f Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 19 15:53:37 2007 -0400 Add macro FUNC that expands to __PRETTY_FUNCTION__ or __func__ depending on the compiler. commit 4c15a7838eadf9b608b28ebafccceb0aa25a83dc Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 19 12:04:21 2007 -0400 Include limits.h in pixman-compose.c; patch from Alan Coopersmith commit 595ca53c094b8dee6747670aaa471fb19f1a6d94 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 18 15:21:51 2007 -0400 Add pixman-pict.c which is a version of fbpict.c. It compiles, but isn't hooked up to anything. commit e1328980457ce6f51ce2649d79feefa616408ce9 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 18 13:38:26 2007 -0400 Make pixman_image_set_indexed() not copy its argument commit e12ca669af9143581c4af4c8c885273fc6b12c2d Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 18 12:04:16 2007 -0400 Free the indexed table when the image is freed commit ff2e0e9636b1dd3690b5ab5e1dff04ff5c9a07ab Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 18 11:54:01 2007 -0400 Add new function pixman_image_set_indexed() commit 74b76ad9fefd39d7d60a059f2f8537b5f6b94652 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Thu May 17 10:19:29 2007 -0400 Fix wrong type in composite-test.c commit d25d77852d253042b859468f64b228d11c2a0f82 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Thu May 17 09:12:09 2007 -0400 Add a TODO file. Indent pixman-compose.c commit db3c13c8fea0e3d0be382d55d58fc9d0d01bba44 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Wed May 16 19:35:55 2007 -0400 Add macro magic in pixman-private.h to allow reading and writing to happen through functions. Use them in pixman-compose.c; also delete unnecessary READ and WRITE macros that always operate on host memory. Add accessor functions to composite-test.c commit 57d6894ab06d2ac07e17108c01e8ba282fc51384 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 16 11:13:11 2007 -0400 Add an image argument to all the store functions Some tweaks to composite-test.c commit 0cfb66104cc553ba365df546d7ba9b0e8415e30f Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 16 11:07:54 2007 -0400 Add an image argument to all the fetch functions commit a49e425933e3ccd1ae59c0e60ddbab8a88282639 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 16 11:03:09 2007 -0400 Move some macros from pixman-compose.c to pixman-private.h commit 24f8cfce32d3c5dcd3ff6d9ebd513c35cdacc972 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 16 10:56:08 2007 -0400 Add API to have accessor functions on pixman commit 195100527f6c678bf9848dc6c2a08658ed39a17d Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 15 16:40:40 2007 -0400 Various formatting fixes Rename pixman_image_composite() to pixman_image_composite_rect() commit 97a4ce541c9fc72aeee0f05b8529d0ca87fb7863 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 15 12:15:46 2007 -0400 Fix typo in pixman.h commit 322659703d7c52d45ba3962b8386ac5f61e403db Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 15 12:13:01 2007 -0400 Replace hack to get standard integer types with #if/#elif construction commit ffbb4a6b1fb52dc46639d18bf0dd769fe53d3e88 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 15 11:08:24 2007 -0400 Don't build GTK+ test programs if GTK+ is not available commit b8d223d6837d37bc09efdf3c4d957ff24337004a Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 12 19:24:42 2007 -0400 Export pixman_region_reset commit 38c4ac5a1d25d96087bfe1e3d02816feaa6b8bf9 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 12 17:58:50 2007 -0400 Export a pixman_region_selfcheck commit f226c2b4f2465aba5f9e1f3fed48f0840d0b67c0 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 12 17:55:48 2007 -0400 Export pixman_region_equal() commit ecf9d36f6a62f4d77e2c025ee3109ac46f13f15d Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Sat May 12 17:32:43 2007 -0400 Add new pixman_region_set_static_pointers commit ffab43129163de418c324cffcf602e6254024f95 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Thu May 10 22:15:57 2007 -0400 Make the region data struct public commit e126ef091151372ed29562f3ff1a964774583b9b Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Thu May 10 16:14:40 2007 -0400 Make the pixman_transform_point_3d() function public commit f267e4dce73819a4a511ffaebd0cca9dcb3bd5fb Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Thu May 10 16:08:12 2007 -0400 Change the names of a few functions to prevent them from clashing with the X names commit c976db965862c0b2ba940122dc7e690cd23b5fa3 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Thu May 10 10:13:54 2007 -0400 Use a radial gradient in the gradien-test commit 7ad923eb6ff71b3865ea43b2ee247715607146da Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Thu May 10 09:30:17 2007 -0400 Make sure 64 bit fixed point types are signed commit a5a11df9024f9b7ee6194e0b842cd430f4fb5697 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Thu May 10 09:16:34 2007 -0400 Add a transformation to the gradient test commit 1a58e8478f6f87de3ffe31b0fd2b1ee06d08fe6c Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Wed May 9 18:18:38 2007 -0400 Use fixpoint instead of double in gradient test commit 0ebb7e31db85a179afdcd731fcc6b0e311084cb1 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Wed May 9 18:10:30 2007 -0400 Remove AM_MAINTAINER_MODE ; add new gradient-test commit dd670c29bf1de3e951f936dba834e4bfe07a9bd4 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 9 14:20:57 2007 -0400 Fix various stupid mistakes, such as inverted return_if_fail() tests and only allocating space for a pointer instead of an image. commit 271c830eb0b817bd892704fb15856b19b0458d07 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 9 11:22:56 2007 -0400 Remove *error from solid fill constructor commit e9b1be0151d7bc677bd74f0a5a6836672c1ad9dd Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 9 11:12:21 2007 -0400 Various formatting fixes commit 059f62f3b02b6244b866e58d248bc8e6869f506e Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 9 11:09:59 2007 -0400 Handle setting of NULL properties commit 7529b47ee5f55e7b16bdfa750dd18dac11194210 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 9 11:00:06 2007 -0400 Make images ref counted. Memory management. commit 8bdb8b1d93bbbffafe111b4fc4dac0df9bbb6fe5 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 9 09:47:33 2007 -0400 Export pixman_gradient_stop; get rid of *error argument from init functions. Add return_if_fail macros to pixman-private.h commit 4ea0d782092d9bd7c1570bcfccf3fe340a3d258a Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Wed May 9 08:20:43 2007 -0400 Change to use malloced image instead of stack allocated commit 45c261d75ae348cb4afc6c97d4daa90cfd50e890 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 8 17:02:44 2007 -0400 Apply bad hack to avoid including config.h commit 59df25cbe403112c3c301dd212cfaa7b8f848499 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 8 14:24:32 2007 -0400 Install header file in pixman/pixman.h commit 2f882e03614608a2a39690cf4e7105e4dde25e21 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 8 14:00:13 2007 -0400 Fix libpixman.pc.in commit 0c01cbedbaf068a9db4edefbb130c58f1f1c85ac Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 8 13:37:03 2007 -0400 Add setters for various properties commit e36c6a5eb4cc89da8cf8d66dd45d02b75584e243 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 8 13:19:51 2007 -0400 Make the test program test something useful. Also add a check that the public image struct is big enough to contain the private union. commit 4bd9ebc83d5a25141b5c9868513b918befd433d0 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 8 10:48:27 2007 -0400 Add a simple test program; fix linking problems commit 50289aace6a8699c08593a8cb93bf8dfc30ed818 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Tue May 8 10:32:54 2007 -0400 Implement pixman_image_composite() in terms of fbCompositeRect(). commit df7570f0ad6b903d7b910734f1906d423928c048 Author: Søren Sandmann <[EMAIL PROTECTED]> Date: Mon May 7 22:36:15 2007 -0400 Add a version of fbcompose.c. Fixes and additions to make it compile commit 589604bfa36524809f3f44b96f624f7c7bedbee0 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Sun May 6 12:46:42 2007 -0400 Fix copyright notice commit c2602792aa8d5d4a376beb9557f544b78735c210 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 23:45:19 2007 -0400 Add fixed point macros, add declarations for image init functions commit da2510138584c4dd80b011f3bc767923c6ee443e Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 22:34:54 2007 -0400 Run configure from autogen.sh commit 560a2f52ade892526d5d64a1fb36471ade57ed45 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 22:34:22 2007 -0400 Don't run configure from autogen.sh commit eb90370859435390d0276d0c2c5f3251b32e431a Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 22:18:33 2007 -0400 Make autogen.sh run configure commit 97cdcabe18a2e910dbfa4892dd8f32354fb02463 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 22:16:40 2007 -0400 Changes to autogen.sh commit 261a293555d45245f34214e646131a410e8fd4a7 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 22:11:49 2007 -0400 Make autogen.sh run configure commit 9f40d13e9f9e23f62280375605f4234e71642c24 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 22:08:40 2007 -0400 Add pixman.pc.in commit 7f0b18c94cf84750b097fe96aa3c8ac9e1b406e3 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 22:07:19 2007 -0400 Add code to initialize images, based on picture.c from the X server commit af13f449087a5dd72abf5f1178234e85add33632 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 19:44:13 2007 -0400 Change autogen.sh to call autoreconf. Remove reference to libcomp.h commit 565f410a1c420da875cd9d13efa22126ad5fa567 Author: Soren Sandmann Pedersen <[EMAIL PROTECTED]> Date: Fri May 4 19:13:57 2007 -0400 Add the files. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]