summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate renderprotoHEADmasterAdam Jackson2018-03-013-50/+4
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
| | | | Signed-off-by: Mihail Konev <k.mvc@ya.ru>
* autogen.sh: use quoted string variablesEmil Velikov2017-01-241-4/+4
| | | | | | | | | Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-241-1/+1
| | | | | | Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Document QueryFiltersRobert Ancell2015-09-181-1/+7
| | | | | QueryFilters had no documentation. Document it, in particular how to interpret the 'aliases' field.
* Correct QueryPictFormats reply fields.Robert Ancell2015-09-181-3/+4
| | | | The QueryPictFormats reply referred to a fallback which does not exist and didn't document the ndepths and nvisuals fields.
* Remove non-existant dst-x, dst-y fields from CompositeGlyphs* requestsRobert Ancell2015-09-181-2/+1
| | | | Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
* config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon2013-10-261-1/+2
| | | | | | | Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
| | | | | | http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Purge cvs tags.Jesse Adkins2010-10-062-4/+0
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* renderproto 0.11.1renderproto-0.11.1Adam Jackson2010-08-101-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Make recursive alpha maps undefinedAdam Jackson2010-08-101-3/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Bug 12578 - renderproto-0.9.3: render.h does not compileSami Farin2010-07-011-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=12578
* Clarify alpha-map loop prevention (#23581)Adam Jackson2010-05-111-1/+4
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-281-1/+0
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Use $(docdir) for renderproto.txt install pathRémi Cardona2009-12-172-4/+3
| | | | | | | Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-221-0/+2
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* README: file created or updated #24206Gaetan Nadon2009-11-161-0/+30
| | | | Contains a set of URLs to freedesktop.org.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-11-151-3/+0
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon2009-11-151-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
* configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-11-151-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.
* configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon2009-11-151-0/+1
| | | | | This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-151-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.
* Update date/version on Render protocol spec to match last update (0.11)Peter Hutterer2009-08-241-2/+2
| | | | | | | 533e22db3088bb75e58b6d977ec82a13c4680b54 added blend modes and the bump to 0.11. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Bump version to 0.11.renderproto-0.11Fredrik Höglund2009-07-151-1/+1
|
* Add support for the PDF blend mode operators.Fredrik Höglund2009-07-152-2/+31
|
* Clarify behavior of IncludeInferior and GraphicsExposures.Søren Sandmann Pedersen2009-07-101-20/+8
|
* Clarify semantics of clippingSøren Sandmann Pedersen2009-05-011-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.
* Delete reference to unimplemented ColorTriangles and ColorTrapezoidsSøren Sandmann Pedersen2009-05-011-46/+2
| | | | requests.
* Describe the four repeat options for picturesSøren Sandmann Pedersen2009-05-011-5/+12
| | | | | | Previously there was a description of three repeat options ("Transparent", "Nearest", "Normal") which did not actually exist in the implementation.
* Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade2009-01-273-2/+9
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-4/+10
|
* Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/renderprotoJames Cloos2007-09-033-7/+5
|\
| * Bump version to 0.9.3.renderproto-0.9.3Eric Anholt2007-08-311-1/+1
| |
| * Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs.Eric Anholt2007-08-312-6/+4
| | | | | | | | | | Without this, they would be 64-bit types on 64-bit X Servers, which occasionally resulted in incorrect unpacking.
* | Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|/
* Typo fixes in Render protocol specAlan Coopersmith2007-01-091-5/+5
|
* Update date/version on Render protocol spec to match last update (0.10)Alan Coopersmith2007-01-091-2/+2
|
* Hook renderproto.txt up to build/install.Eric Anholt2007-01-091-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.
* premultiplied colors for creation of solid fills.Lars Knoll2007-01-091-1/+1
|
* smaller fixes to the protocol.Lars Knoll2007-01-091-7/+4
|
* add support for Gradient and Solid PicturesLars Knoll2007-01-091-12/+92
| | | | bump render version to 0.10
* 2004-07-29 Keith Packard <keithp@keithp.com>Keith Packard2007-01-091-52/+68
| | | | | | | | | * configure.ac: * protocol: * render.h: * renderproto.h: Specify new AddTraps request. Change pixelization specification.
* Add animated cursor request, bump to 0.8Keith Packard2007-01-091-3/+20
|
* Fix FreePicture to note that non-XID references can keep pictures allocatedKeith Packard2007-01-091-1/+2
|
* XRenderQueryPictIndexValues support (from Olivier Chapuis). Bump Render ↵Keith Packard2007-01-091-2/+5
| | | | version to 0.7
* Add image transformation and sub-pixel ordering to RenderKeith Packard2007-01-091-237/+252
|
* GrammarMarc Aurele La France2007-01-091-1/+1
|
* Add CreateCursor request to RenderKeith Packard2007-01-091-0/+29
|