2008-03-27 |
Søren Sandmann... | Make username configurable; add Makefile.win32 to EXTRA... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Vladimir Vukicevic | Fix up unsigned long long/ullong usage |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Søren Sandmann | Make it distcheck |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Søren Sandmann | Move version functions from pixman-version.c into pixma... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Søren Sandmann | Make pixman-version.h print an error if you include... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Søren Sandmann | Update TODO |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Carl Worth | Eliminate duplicate case values that were breaking... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Carl Worth | New API: pixman_format_supported_destination and pixman... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Carl Worth | Add pixman_version function and related macros |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Carl Worth | Increment pixman version to 0.9.7 |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Carl Worth | Document incrementing the micro version immediately... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Vladimir Vukicevic | Only define pixman_have_sse() as function if USE_SSE2... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Aaron Plattner | Move fbFetchTransformed and friends into pixman-transfo... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Aaron Plattner | Move pixmanFetchSourcePict and friends into pixman... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Aaron Plattner | Move fetch, fetchPixel, and store routines into pixman... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Aaron Plattner | Get rid of fbPrepareAccess and fbFinishAccess, since... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Aaron Plattner | Rename pixman-compose-operators.c to pixman-combine... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Antoine Azar | [PATCH] Moved all composition operators from pixman... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Kamalneet Singh | Fix computation of x_offset in pixman_add_traps. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
nmiell@gmail.com | Fix the SSE related AMD64 build breakage |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Søren Sandmann | Fix typo; include pixman-sse.h |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Søren Sandmann | Require MMX and MMX_Extensions for SSE. Various code... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Rodrigo Kumpera | Add build system support for SSE2. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Frederic Plourde | Enable/fix MMX compilation under Win32 with Visual... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Søren Sandmann | Add rounding epsilon for NEAREST filter after transform... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Antoine Azar | Fixed transformed/untransformed cases of extend_pad... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Søren Sandmann | Update TODO |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Antoine Azar | Fix EXTEND_PAD for untransformed sources |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Søren Sandmann... | Fix another NULL dereference in pixman-compose.c, repor... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Bertram Felgenhauer | Fix a NULL pointer dereference in fbFetchFromNRectangles(). |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Antoine Azar | Refactor fbFetchTransformed() |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Vladimir Vukicevic | Include only pixman-private.h, not pixman.h, in local... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Bertram Felgenhauer | export pixman_transform_point_3d function |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Carl Worth | A tiny amount of ifdef reduction. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Carl Worth | Merge commit 'inte/sampling' |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Carl Worth | Ignore test/fetch-test |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Carl Worth | Add release-publish target and RELEASING instructions |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Bertram Felgenhauer | eliminate a special case in fbRasterizeEdges{4,8}. |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Bertram Felgenhauer | fix cairo's a1-traps-sample test |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Bertram Felgenhauer | fix cairo's a1-image-sample test |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Alp Toker | Avoid use of C++ keyword xor in header |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Vladimir Vukicevic | Remove trailing ; in SETUP_YV12 macro |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Vladimir Vukicevic | Remove last CVS $Id$ tags |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Søren Sandmann | Don't use the pixbuf fast paths when the source picture... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Søren Sandmann | Guard MMX get_fast_path() with pixman_have_mmx() |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Søren Sandmann | Use -fvisibility=hidden by default. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Make the tables static; remove unused flag |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Set maskRepeat to FALSE when the function is NEED_SOLID... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Conditionalize MMX code with USE_MMX |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Add some commented-out plain C fast paths. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Delete switch of doom. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Check for correct op. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Add code to locate fast paths. Comment out switch of... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Søren Sandmann | Beginning of the end for the Switch of Doom. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Carl Worth | Track name change from pixman.pc to pixman-1.pc in... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Alan Hourihane | Merge branch 'master' of git+ssh://git.freedesktop... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Søren Sandmann... | Bump version number |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Alan Hourihane | Merge branch 'master' of git+ssh://git.freedesktop... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Søren Sandmann | Only compile with -msse on x86-64. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Søren Sandmann | Make stride signed in various places. This should fix... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Søren Sandmann | Remove comma from enumerator list. Bug 12621, reported... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Søren Sandmann | Add README file based on text from Bjorn Lindquist |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Alan Hourihane | Merge branch 'master' of git+ssh://git.freedesktop... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Tilman Sauerbeck | Fixed the declaration of pixman_image_set_source_clippi... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Chris Wilson | [pixman-image] [mlk] Free the locally allocated bits. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Chris Wilson | [pixman-image] Avoid a potential malloc(0). |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Chris Wilson | [pixman-image] Avoid integer overflow when allocating... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Jeff Muizelaar | Fix special case selection when the mask has a transform |
commit | commitdiff | tree | snapshot |
2007-09-17 |
José Fonseca | Prevent promotion to unsigned when calculating strides. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
José Fonseca | Use a consistent type for stride and more importantly... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
José Fonseca | Remove the macro magic from READ/WRITE macros. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
José Fonseca | Remove the MMX code path for YV12 for the meanwhile... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Carl Worth | Fix build breakage when under the influence of USE_MMX |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Vladimir Vukicevic | [memlk] don't try to allocate new data for 0-rectangle... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
José Fonseca | MMX code path for YV12 copy, taken from the xserver... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
José Fonseca | YUV formats fetch support. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
José Fonseca | New test for image fetching. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
José Fonseca | Perform stride calculations inside the callback functions. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Vladimir Vukicevic | [win32] Makefile and compilation fixes for win32 |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Vladimir Vukicevic | compilation: build edge/compose with accessors separately |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Carl Worth | Don't copy unused bits to an alpha channel |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Vladimir Vukicevic | rasterize traps that extend outside of the image bounds... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Søren Sandmann | Set accessors for the destination image in composite... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Søren Sandmann | Add missing comma in enum |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Søren Sandmann | Remove trailing comma in enum |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Søren Sandmann | Add conjoint and disjoint operators to pixman.h |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Søren Sandmann... | Merge branch 'master' of ssh+git://sandmann@git.freedes... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Søren Sandmann... | Fix bug 12039, based on Chris Wilson's patch. |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Eric Anholt | Fix failure to set identity transform in pixman. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Søren Sandmann... | Add pixman_image_set_source_clipping() |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Carl Worth | Fix typo AC_MAJOR -> PIXMAN_MAJOR |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Aaron Plattner | Remove redundant defines. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Arcady Goldmints... | One more minor wrapping fix |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Arcady Goldmints... | Remove unnecessary wrapping from fbFetch/fbStore. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Aaron Plattner | Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Eric Anholt | Update .pc file for library version name change. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Aaron Plattner | Return a bool from pixman_image_unref. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Søren Sandmann... | Bump version number; fix typo in configure.ac |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Søren Sandmann... | Change the library name to pixman-1 |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Vladimir Vukicevic | Fix OpenSolaris compilation |
commit | commitdiff | tree | snapshot |
next |