summaryrefslogtreecommitdiff
path: root/renderproto.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Make recursive alpha maps undefinedAdam Jackson2010-08-101-3/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Clarify alpha-map loop prevention (#23581)Adam Jackson2010-05-111-1/+4
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* 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>
* Add support for the PDF blend mode operators.Fredrik Höglund2009-07-151-1/+9
|
* 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.
* 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
|
* 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
|
* Update spec to match current implementation.Keith Packard2007-01-091-14/+145
|
* Add Render protocol documentKeith Packard2007-01-091-0/+964