summaryrefslogtreecommitdiff
path: root/renderproto.txt
AgeCommit message (Collapse)Author
2018-02-28Spelling and grammar fixesGiuseppe Bilotta
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
2015-09-18Document QueryFiltersRobert Ancell
QueryFilters had no documentation. Document it, in particular how to interpret the 'aliases' field.
2015-09-18Correct QueryPictFormats reply fields.Robert Ancell
The QueryPictFormats reply referred to a fallback which does not exist and didn't document the ndepths and nvisuals fields.
2015-09-18Remove non-existant dst-x, dst-y fields from CompositeGlyphs* requestsRobert Ancell
Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
2010-08-10Make recursive alpha maps undefinedAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-11Clarify alpha-map loop prevention (#23581)Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2009-08-24Update date/version on Render protocol spec to match last update (0.11)Peter Hutterer
533e22db3088bb75e58b6d977ec82a13c4680b54 added blend modes and the bump to 0.11. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-15Add support for the PDF blend mode operators.Fredrik Höglund
2009-07-10Clarify behavior of IncludeInferior and GraphicsExposures.Søren Sandmann Pedersen
2009-05-01Clarify semantics of clippingSøren Sandmann Pedersen
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-01Delete reference to unimplemented ColorTriangles and ColorTrapezoidsSøren Sandmann Pedersen
requests.
2009-05-01Describe the four repeat options for picturesSøren Sandmann Pedersen
Previously there was a description of three repeat options ("Transparent", "Nearest", "Normal") which did not actually exist in the implementation.
2007-01-09Typo fixes in Render protocol specAlan Coopersmith
2007-01-09Update date/version on Render protocol spec to match last update (0.10)Alan Coopersmith
2007-01-09premultiplied colors for creation of solid fills.Lars Knoll
2007-01-09smaller fixes to the protocol.Lars Knoll
2007-01-09add support for Gradient and Solid PicturesLars Knoll
bump render version to 0.10
2007-01-092004-07-29 Keith Packard <keithp@keithp.com>Keith Packard
* configure.ac: * protocol: * render.h: * renderproto.h: Specify new AddTraps request. Change pixelization specification.
2007-01-09Add animated cursor request, bump to 0.8Keith Packard
2007-01-09Fix FreePicture to note that non-XID references can keep pictures allocatedKeith Packard
2007-01-09XRenderQueryPictIndexValues support (from Olivier Chapuis). Bump Render ↵Keith Packard
version to 0.7
2007-01-09Add image transformation and sub-pixel ordering to RenderKeith Packard
2007-01-09GrammarMarc Aurele La France
2007-01-09Add CreateCursor request to RenderKeith Packard
2007-01-09Update spec to match current implementation.Keith Packard
2007-01-09Add Render protocol documentKeith Packard