summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-29CompositePathHEADmasterChris Wilson2-1/+41
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-10-06Purge cvs tags.Jesse Adkins2-4/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-10renderproto 0.11.1Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-08-10Make recursive alpha maps undefinedAdam Jackson1-3/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-07-01Bug 12578 - renderproto-0.9.3: render.h does not compileSami Farin1-0/+2
https://bugs.freedesktop.org/show_bug.cgi?id=12578
2010-05-11Clarify alpha-map loop prevention (#23581)Adam Jackson1-1/+4
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-17Use $(docdir) for renderproto.txt install pathRémi Cardona2-4/+3
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-16README: file created or updated #24206Gaetan Nadon1-0/+30
Contains a set of URLs to freedesktop.org.
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon1-2/+5
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-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-5/+5
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-15configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon1-0/+1
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+71
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-08-24Update date/version on Render protocol spec to match last update (0.11)Peter Hutterer1-2/+2
533e22db3088bb75e58b6d977ec82a13c4680b54 added blend modes and the bump to 0.11. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-15Bump version to 0.11.Fredrik Höglund1-1/+1
2009-07-15Add support for the PDF blend mode operators.Fredrik Höglund2-2/+31
2009-07-10Clarify behavior of IncludeInferior and GraphicsExposures.Søren Sandmann Pedersen1-20/+8
2009-05-01Clarify semantics of clippingSøren Sandmann Pedersen1-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.
2009-05-01Delete reference to unimplemented ColorTriangles and ColorTrapezoidsSøren Sandmann Pedersen1-46/+2
requests.
2009-05-01Describe the four repeat options for picturesSøren Sandmann Pedersen1-5/+12
Previously there was a description of three repeat options ("Transparent", "Nearest", "Normal") which did not actually exist in the implementation.
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade3-2/+9
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-4/+10
2007-09-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/renderprotoJames Cloos3-7/+5
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-31Bump version to 0.9.3.Eric Anholt1-1/+1
2007-08-31Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs.Eric Anholt2-6/+4
Without this, they would be 64-bit types on 64-bit X Servers, which occasionally resulted in incorrect unpacking.
2007-01-09Typo fixes in Render protocol specAlan Coopersmith1-5/+5
2007-01-09Update date/version on Render protocol spec to match last update (0.10)Alan Coopersmith1-2/+2
2007-01-09Hook renderproto.txt up to build/install.Eric Anholt1-1/+4
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-09premultiplied colors for creation of solid fills.Lars Knoll1-1/+1
2007-01-09smaller fixes to the protocol.Lars Knoll1-7/+4
2007-01-09add support for Gradient and Solid PicturesLars Knoll1-12/+92
bump render version to 0.10
2007-01-092004-07-29 Keith Packard <keithp@keithp.com>Keith Packard1-52/+68
* configure.ac: * protocol: * render.h: * renderproto.h: Specify new AddTraps request. Change pixelization specification.
2007-01-09Add animated cursor request, bump to 0.8Keith Packard1-3/+20
2007-01-09Fix FreePicture to note that non-XID references can keep pictures allocatedKeith Packard1-1/+2
2007-01-09XRenderQueryPictIndexValues support (from Olivier Chapuis). Bump Render ↵Keith Packard1-2/+5
version to 0.7
2007-01-09Add image transformation and sub-pixel ordering to RenderKeith Packard1-237/+252
2007-01-09GrammarMarc Aurele La France1-1/+1
2007-01-09Add CreateCursor request to RenderKeith Packard1-0/+29
2007-01-09Update spec to match current implementation.Keith Packard1-14/+145
2007-01-09Add Render protocol documentKeith Packard1-0/+964
2006-07-14renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2005-12-15Update package version number for final X11R7 release candidate.Kevin E Martin2-1/+5
2005-10-19Update package version number for RC1 release.Kevin E Martin1-1/+1
2005-08-02Add basic .cvsignore files for proto modules.Eric Anholt1-0/+10
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
- 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-01Add support for gradients and solid fills to Render.Lars Knoll2-9/+70
2005-06-13add the convolution filter from xserver to xorgLars Knoll1-1/+3