Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-16 | README: file created or updated #24206 | Gaetan Nadon | 1 | -0/+30 | |
Contains a set of URLs to freedesktop.org. | |||||
2009-11-15 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | 1 | -3/+0 | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||||
2009-11-15 | Makefile.am: INSTALL file is missing or incorrect #24206 | Gaetan Nadon | 1 | -2/+5 | |
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target | |||||
2009-11-15 | configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 | Gaetan Nadon | 1 | -5/+5 | |
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. | |||||
2009-11-15 | configure.ac: AM_MAINTAINER_MODE missing #24238 | Gaetan Nadon | 1 | -0/+1 | |
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode | |||||
2009-11-15 | .gitignore: use common defaults with custom section # 24239 | Gaetan Nadon | 1 | -7/+71 | |
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. | |||||
2009-08-24 | Update date/version on Render protocol spec to match last update (0.11) | Peter Hutterer | 1 | -2/+2 | |
533e22db3088bb75e58b6d977ec82a13c4680b54 added blend modes and the bump to 0.11. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2009-07-15 | Bump version to 0.11.renderproto-0.11 | Fredrik Höglund | 1 | -1/+1 | |
2009-07-15 | Add support for the PDF blend mode operators. | Fredrik Höglund | 2 | -2/+31 | |
2009-07-10 | Clarify behavior of IncludeInferior and GraphicsExposures. | Søren Sandmann Pedersen | 1 | -20/+8 | |
2009-05-01 | Clarify semantics of clipping | Søren Sandmann Pedersen | 1 | -39/+34 | |
Source clips are applied on top of the transformed and repeated window, because that way you can clip out an interesting shape of for example a repeated gradient, and because this makes the implementation simple and efficient. GraphicsExposures are never generated. The hierarchy clip is ignored for source and mask pictures. This is because GraphicsExposures are not generated anyway, and because implementing it correctly in the presense of filters and transformations would be either inefficient or very complex. Also make it explicit that the dither argument is not used. | |||||
2009-05-01 | Delete reference to unimplemented ColorTriangles and ColorTrapezoids | Søren Sandmann Pedersen | 1 | -46/+2 | |
requests. | |||||
2009-05-01 | Describe the four repeat options for pictures | Søren Sandmann Pedersen | 1 | -5/+12 | |
Previously there was a description of three repeat options ("Transparent", "Nearest", "Normal") which did not actually exist in the implementation. | |||||
2009-01-27 | Janitor: Correct make distcheck and dont distribute autogen.sh | Paulo Cesar Pereira de Andrade | 3 | -2/+9 | |
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | 2 | -4/+10 | |
2007-09-03 | Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/renderproto | James Cloos | 3 | -7/+5 | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | 1 | -0/+1 | |
2007-08-31 | Bump version to 0.9.3.renderproto-0.9.3 | Eric Anholt | 1 | -1/+1 | |
2007-08-31 | Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs. | Eric Anholt | 2 | -6/+4 | |
Without this, they would be 64-bit types on 64-bit X Servers, which occasionally resulted in incorrect unpacking. | |||||
2007-01-09 | Typo fixes in Render protocol spec | Alan Coopersmith | 1 | -5/+5 | |
2007-01-09 | Update date/version on Render protocol spec to match last update (0.10) | Alan Coopersmith | 1 | -2/+2 | |
2007-01-09 | Hook renderproto.txt up to build/install. | Eric Anholt | 1 | -1/+4 | |
The previous 12 commits represent a conversion of xlibs cvs to git, then usage of git-format-patch <origin> protocol, munging of the path, and git-am. The remaining patches to the render protocol description from xorg-docs will follow. | |||||
2007-01-09 | premultiplied colors for creation of solid fills. | Lars Knoll | 1 | -1/+1 | |
2007-01-09 | smaller fixes to the protocol. | Lars Knoll | 1 | -7/+4 | |
2007-01-09 | add support for Gradient and Solid Pictures | Lars Knoll | 1 | -12/+92 | |
bump render version to 0.10 | |||||
2007-01-09 | 2004-07-29 Keith Packard <keithp@keithp.com> | Keith Packard | 1 | -52/+68 | |
* configure.ac: * protocol: * render.h: * renderproto.h: Specify new AddTraps request. Change pixelization specification. | |||||
2007-01-09 | Add animated cursor request, bump to 0.8 | Keith Packard | 1 | -3/+20 | |
2007-01-09 | Fix FreePicture to note that non-XID references can keep pictures allocated | Keith Packard | 1 | -1/+2 | |
2007-01-09 | XRenderQueryPictIndexValues support (from Olivier Chapuis). Bump Render ↵ | Keith Packard | 1 | -2/+5 | |
version to 0.7 | |||||
2007-01-09 | Add image transformation and sub-pixel ordering to Render | Keith Packard | 1 | -237/+252 | |
2007-01-09 | Grammar | Marc Aurele La France | 1 | -1/+1 | |
2007-01-09 | Add CreateCursor request to Render | Keith Packard | 1 | -0/+29 | |
2007-01-09 | Update spec to match current implementation. | Keith Packard | 1 | -14/+145 | |
2007-01-09 | Add Render protocol document | Keith Packard | 1 | -0/+964 | |
2006-07-14 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 1 | -0/+0 | |
2005-12-15 | Update package version number for final X11R7 release candidate.renderproto-0.9.2XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+5 | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901MODULAR_COPY | Kevin E Martin | 1 | -1/+1 | |
2005-08-02 | Add basic .cvsignore files for proto modules. | Eric Anholt | 1 | -0/+10 | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | 1 | -2/+4 | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||||
2005-07-01 | Add support for gradients and solid fills to Render.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14 | Lars Knoll | 2 | -9/+70 | |
2005-06-13 | add the convolution filter from xserver to xorgXORG-6_8_99_13XORG-6_8_99_12 | Lars Knoll | 1 | -1/+3 | |
2005-05-21 | Set version to 0.9. | Daniel Stone | 1 | -1/+1 | |
2005-05-19 | revert last change, didn't do right thing at all, sorry for the noise | Adam Jackson | 1 | -1/+1 | |
2005-05-19 | Require automake 1.7 in AM_INIT_AUTOMAKE | Adam Jackson | 1 | -1/+1 | |
2005-05-17 | Add COPYING file for Render. | Josh Triplett | 1 | -0/+20 | |
2005-05-09 | Change all the protonames from <extension>Ext to <extension>Proto. | Søren Sandmann Pedersen | 3 | -5/+5 | |
2005-05-06 | Initial build system files for proto module. | Kevin E Martin | 4 | -0/+36 | |
2004-12-04 | Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1 | Markus Kuhn | 2 | -2/+2 | |
2004-08-06 | Add RenderAddTraps. Rewrite trapezoid rendering code.rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XORG-6_8-branch | Keith Packard | 2 | -2/+30 | |
2004-07-04 | Bugzilla #635: Correct the definition of CPLastBit to account for | Eric Anholt | 1 | -1/+1 | |
ComponentAlpha, which may fix behavior of the server's SetPictureToDefaults. |