Commit graph

27 commits

Author SHA1 Message Date
Alan Coopersmith
f717637569 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/99>
2025-08-02 14:39:03 -07:00
Giuseppe Bilotta
29c53a28fa Spelling and grammar fixes
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
2018-02-28 10:26:40 -05:00
Robert Ancell
da705f9329 Document QueryFilters
QueryFilters had no documentation. Document it, in particular how to interpret
the 'aliases' field.
2015-09-18 10:54:50 -04:00
Robert Ancell
b9f7501606 Correct QueryPictFormats reply fields.
The QueryPictFormats reply referred to a fallback which does not exist and didn't document the ndepths and nvisuals fields.
2015-09-18 10:54:32 -04:00
Robert Ancell
e745e6c475 Remove non-existant dst-x, dst-y fields from CompositeGlyphs* requests
Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
2015-09-18 10:49:29 -04:00
Adam Jackson
8928919003 Make recursive alpha maps undefined
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-08-10 10:10:48 -04:00
Adam Jackson
e44c308a0a Clarify alpha-map loop prevention (#23581)
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-11 10:45:09 -04: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
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
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
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