Commit graph

56 commits

Author SHA1 Message Date
Gaetan Nadon
9dca7ab976 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
2009-11-15 19:45:27 -05:00
Gaetan Nadon
f3bdf8ad31 Makefile.am: INSTALL file is missing or incorrect #24206
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 18:31:29 -05:00
Gaetan Nadon
149cf98b2b configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
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 18:11:36 -05:00
Gaetan Nadon
253a7fb4c4 configure.ac: AM_MAINTAINER_MODE missing #24238
This turns off maintainer mode build rules in tarballs.
Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15 13:55:25 -05:00
Gaetan Nadon
3396f4ca2d .gitignore: use common defaults with custom section # 24239
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-11-15 13:22:56 -05:00
Peter Hutterer
2a336d0528 Update date/version on Render protocol spec to match last update (0.11)
533e22db30 added blend modes and the bump to
0.11.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-24 11:45:11 +10:00
Fredrik Höglund
d889aa6c76 Bump version to 0.11. 2009-07-15 00:16:32 +02:00
Fredrik Höglund
533e22db30 Add support for the PDF blend mode operators. 2009-07-15 00:16:08 +02:00
Søren Sandmann Pedersen
2c5e931d5e Clarify behavior of IncludeInferior and GraphicsExposures. 2009-07-10 21:34:12 -04:00
Søren Sandmann Pedersen
c4315b2a47 Clarify semantics of clipping
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 20:44:03 -04:00
Søren Sandmann Pedersen
2428785895 Delete reference to unimplemented ColorTriangles and ColorTrapezoids
requests.
2009-05-01 18:49:47 -04:00
Søren Sandmann Pedersen
64f589368e Describe the four repeat options for pictures
Previously there was a description of three repeat options
("Transparent", "Nearest", "Normal") which did not actually exist in
the implementation.
2009-05-01 17:25:03 -04:00
Paulo Cesar Pereira de Andrade
802e941e5f Janitor: Correct make distcheck and dont distribute autogen.sh 2009-01-27 20:06:28 -02:00
James Cloos
52fc0c528a Replace static ChangeLog with dist-hook to generate from git log 2007-12-06 16:39:06 -05:00
James Cloos
192cdc7530 Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/renderproto 2007-09-03 06:17:59 -04:00
James Cloos
67b1244035 Add *~ to .gitignore to skip patch/emacs droppings 2007-09-03 05:54:14 -04:00
Eric Anholt
9c561f58b7 Bump version to 0.9.3. 2007-08-31 14:50:09 -07:00
Eric Anholt
030dd88547 Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs.
Without this, they would be 64-bit types on 64-bit X Servers, which
occasionally resulted in incorrect unpacking.
2007-08-31 14:42:43 -07:00
Alan Coopersmith
76a3e69e8e Typo fixes in Render protocol spec 2007-01-09 11:29:16 -08:00
Alan Coopersmith
42cd58192f Update date/version on Render protocol spec to match last update (0.10) 2007-01-09 11:28:28 -08:00
Eric Anholt
04fc37cf7d Hook renderproto.txt up to build/install.
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 11:26:25 -08:00
Lars Knoll
2a8d528ed7 premultiplied colors for creation of solid fills. 2007-01-09 11:20:40 -08:00
Lars Knoll
effea4687e smaller fixes to the protocol. 2007-01-09 11:20:40 -08:00
Lars Knoll
09eb1125f8 add support for Gradient and Solid Pictures
bump render version to 0.10
2007-01-09 11:20:40 -08:00
Keith Packard
d3bc284d6c 2004-07-29 Keith Packard <keithp@keithp.com>
* configure.ac:
	* protocol:
	* render.h:
	* renderproto.h:
	Specify new AddTraps request.
	Change pixelization specification.
2007-01-09 11:20:40 -08:00
Keith Packard
3a46f9178c Add animated cursor request, bump to 0.8 2007-01-09 11:20:39 -08:00
Keith Packard
1d46ed302a Fix FreePicture to note that non-XID references can keep pictures allocated 2007-01-09 11:20:39 -08:00
Keith Packard
8c80ba46b6 XRenderQueryPictIndexValues support (from Olivier Chapuis). Bump Render version to 0.7 2007-01-09 11:20:39 -08:00
Keith Packard
02402ce619 Add image transformation and sub-pixel ordering to Render 2007-01-09 11:20:39 -08:00
Marc Aurele La France
62a55ea667 Grammar 2007-01-09 11:20:39 -08:00
Keith Packard
465ae9a308 Add CreateCursor request to Render 2007-01-09 11:20:38 -08:00
Keith Packard
6633f3924d Update spec to match current implementation. 2007-01-09 11:20:38 -08:00
Keith Packard
7ff23a96aa Add Render protocol document 2007-01-09 11:20:37 -08:00
Alan Coopersmith
3237db592b renamed: .cvsignore -> .gitignore 2006-07-14 18:56:29 -07:00
Kevin E Martin
91f4e05915 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:38 +00:00
Kevin E Martin
0810eecdd6 Update package version number for RC1 release. 2005-10-19 02:48:15 +00:00
Eric Anholt
8c450de3b7 Add basic .cvsignore files for proto modules. 2005-08-02 19:19:39 +00:00
Kevin E Martin
2a63ef2ad7 Various changes preparing packages for RC0:
- 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-29 21:22:56 +00:00
Lars Knoll
c3526e7ea5 Add support for gradients and solid fills to Render. 2005-07-01 10:03:25 +00:00
Lars Knoll
c1a679f90a add the convolution filter from xserver to xorg 2005-06-13 14:40:24 +00:00
Daniel Stone
ce97141900 Set version to 0.9. 2005-05-21 04:16:58 +00:00
Adam Jackson
6622ff3f67 revert last change, didn't do right thing at all, sorry for the noise 2005-05-19 00:22:40 +00:00
Adam Jackson
50a3f335f4 Require automake 1.7 in AM_INIT_AUTOMAKE 2005-05-19 00:10:19 +00:00
Josh Triplett
511abcb0f3 Add COPYING file for Render. 2005-05-17 07:32:29 +00:00
Søren Sandmann Pedersen
9f1501a9c8 Change all the protonames from <extension>Ext to <extension>Proto. 2005-05-09 18:20:06 +00:00
Kevin E Martin
79256bd9ed Initial build system files for proto module. 2005-05-06 01:46:31 +00:00
Markus Kuhn
c5bf04b6c4 Encoding of numerous files changed to UTF-8 2004-12-04 00:42:46 +00:00
Keith Packard
06f5e62edc Add RenderAddTraps. Rewrite trapezoid rendering code. 2004-08-06 23:42:10 +00:00
Eric Anholt
713f778be0 Bugzilla #635: Correct the definition of CPLastBit to account for
ComponentAlpha, which may fix behavior of the server's
    SetPictureToDefaults.
2004-07-04 20:30:58 +00:00
Egbert Eich
db4eac7ce2 Merging XORG-CURRENT into trunk 2004-04-23 18:43:06 +00:00