Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-28 | Spelling and grammar fixes | Giuseppe Bilotta | |
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | |||
2015-09-18 | Document QueryFilters | Robert Ancell | |
QueryFilters had no documentation. Document it, in particular how to interpret the 'aliases' field. | |||
2015-09-18 | Correct 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-18 | Remove non-existant dst-x, dst-y fields from CompositeGlyphs* requests | Robert Ancell | |
Signed-off-by: Robert Ancell <robert.ancell@canonical.com> | |||
2010-08-10 | Make recursive alpha maps undefined | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2010-05-11 | Clarify alpha-map loop prevention (#23581) | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2009-08-24 | Update 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-15 | Add support for the PDF blend mode operators. | Fredrik Höglund | |
2009-07-10 | Clarify behavior of IncludeInferior and GraphicsExposures. | Søren Sandmann Pedersen | |
2009-05-01 | Clarify semantics of clipping | Sø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-01 | Delete reference to unimplemented ColorTriangles and ColorTrapezoids | Søren Sandmann Pedersen | |
requests. | |||
2009-05-01 | Describe the four repeat options for pictures | Sø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-09 | Typo fixes in Render protocol spec | Alan Coopersmith | |
2007-01-09 | Update date/version on Render protocol spec to match last update (0.10) | Alan Coopersmith | |
2007-01-09 | premultiplied colors for creation of solid fills. | Lars Knoll | |
2007-01-09 | smaller fixes to the protocol. | Lars Knoll | |
2007-01-09 | add support for Gradient and Solid Pictures | Lars Knoll | |
bump render version to 0.10 | |||
2007-01-09 | 2004-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-09 | Add animated cursor request, bump to 0.8 | Keith Packard | |
2007-01-09 | Fix FreePicture to note that non-XID references can keep pictures allocated | Keith Packard | |
2007-01-09 | XRenderQueryPictIndexValues support (from Olivier Chapuis). Bump Render ↵ | Keith Packard | |
version to 0.7 | |||
2007-01-09 | Add image transformation and sub-pixel ordering to Render | Keith Packard | |
2007-01-09 | Grammar | Marc Aurele La France | |
2007-01-09 | Add CreateCursor request to Render | Keith Packard | |
2007-01-09 | Update spec to match current implementation. | Keith Packard | |
2007-01-09 | Add Render protocol document | Keith Packard | |