Commit graph

16 commits

Author SHA1 Message Date
Gaetan Nadon
77eefcd20b Makefile.am: INSTALL file is missing or incorrect #24206
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-15 18:31:28 -05:00
Gaetan Nadon
2ddb34caa2 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
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-15 18:11:36 -05:00
Gaetan Nadon
363595cd28 configure.ac: AM_MAINTAINER_MODE missing #24238
This turns off maintainer mode build rules in tarballs.
Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15 13:55:25 -05:00
Gaetan Nadon
9e8c94f5a5 .gitignore: use common defaults with custom section # 24239
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-11-15 13:22:54 -05:00
Ian Romanick
66c56ab10d Add protocol for DRI2GetBuffersWithFormat
This function replaces DRI2GetBuffers.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kristian Høgsberg <krh@redhat.com>
2009-04-24 12:52:01 -07:00
Kristian Høgsberg
a223ab5e6a Bump to 2.0 and release 2009-04-20 14:08:19 -04:00
Julien Cristau
f46b6ca29b Distribute the protocol documentation 2009-01-28 03:12:32 +01:00
Paulo Cesar Pereira de Andrade
ac787752bf Janitor: Correct make distcheck and dont distribute autogen.sh 2009-01-27 20:06:28 -02:00
Kristian Høgsberg
65c7097d54 Bump to 1.99.3 and back out the value bitmask from the CopyRegion request. 2008-12-01 20:58:03 -05:00
Kristian Høgsberg
f7b737bef9 Bump version to 1.99.2. 2008-12-01 14:01:42 -05:00
Kristian Høgsberg
8cab3f0e6f Add protocol documentation, update to DRI2CopyRegion request. 2008-10-14 23:19:15 -04:00
Kristian Høgsberg
abb1edc487 Update to 1.99.1 - drop sarea and perform swap buffer in X server.
Still to resolve is the swap buffer request.  It should probably be
broken into two requests, one to post the swap request and one to wait
for it to be completed.  Also, need to find a good solution to
CopySubBuffer that doesn't require a roundtrip per rectangle.

Don't need to solve all this for 2.0, though, can add requests later on.
2008-08-28 16:04:02 -04:00
Kristian Høgsberg
b9d7a0c1b0 Adjust pkg-config cflags to match other proto modules. 2008-04-02 19:11:32 -04:00
Kristian Høgsberg
b515bee843 Add reemitDrawableInfo protocol.
Also, remove the screen number where it's redundant and rename
drmDrawable in the create drawable request to just 'handle' now that
we don't rely on drm drawables.
2008-03-26 16:00:05 -04:00
Kristian Høgsberg
d2c2ffde8f Fix typo in xDRI2QueryVersionReq req type field. 2008-03-12 17:50:34 -04:00
Kristian Høgsberg
672baf47cc Initial commit. 2008-03-12 11:40:07 -07:00