summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate videoprotoHEADmasterAdam Jackson2018-03-013-61/+4
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
| | | | Signed-off-by: Mihail Konev <k.mvc@ya.ru>
* autogen.sh: use quoted string variablesEmil Velikov2017-01-241-4/+4
| | | | | | | | | Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-241-1/+1
| | | | | | Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* videoproto 2.3.3videoproto-2.3.3Adam Jackson2016-03-111-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* xv: Build left-shift constants from ints not longsAdam Jackson2016-03-091-8/+8
| | | | | | | | | | | | | We typically store these in ints in server, leading to warnings like: xwayland-glamor-xv.c: In function ‘xwl_glamor_xv_add_adaptors’: xwayland-glamor-xv.c:339:16: warning: large integer implicitly truncated to unsigned type [-Woverflow] pa->type = XvWindowMask | XvInputMask | XvImageMask;; ^ Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
* config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon2013-10-261-1/+2
| | | | | | | Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* videoproto 2.3.2videoproto-2.3.2Alan Coopersmith2013-07-221-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith2013-07-221-0/+7
| | | | | | | Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Trim trailing whitespaceAlan Coopersmith2013-06-278-157/+157
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocolAlan Coopersmith2013-06-231-1/+1
| | | | | | | | | | | | | | | | | padl3 was declared as CARD32, which for proper alignment, got two additional bytes of padding silently inserted before it. Declaring it as CARD16 aligns it properly after the CARD16 num_encodings. Fixes clang warning: Xvproto.h:462:10: warning: padding struct 'struct _QueryEncodingsReply' with 2 bytes to align 'padl3' [-Wpadded] CARD32 padl3 B32; ^ This makes sizeof(xvQueryEncodingsReply) match the sz_xvQueryEncodingsReply which is used in libXv & the X server for the size sent over the wire. Reported-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Xvproto: fix xvEncodingInfo to match actual wire protocolJulien Cristau2013-06-211-1/+1
| | | | | | | | | | | | | | | | | | The padding is *before* the rate field, so the rate is placed on a 32bit boundary. This change adds explicit padding between height and rate, and removes extraneous padding after the rate field, which the server never sent and xlib never read. This changes sizeof(xvEncodingInfo). Hopefully that's not a big deal as clients only see the Xlib structure XvEncodingInfo. Debian bug#657215 Reported-by: Kevin Ryde <user42@zip.com.au> Signed-off-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
| | | | | | http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* videoproto 2.3.1videoproto-2.3.1Adam Jackson2010-08-101-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-281-1/+0
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* require autoconf 2.60 because of $(docdir) useRémi Cardona2009-12-171-1/+1
| | | | | | | 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>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-221-0/+2
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* README: file created or updated #24206Gaetan Nadon2009-11-161-0/+30
| | | | Contains a set of URLs to freedesktop.org.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-11-151-3/+0
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon2009-11-151-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
* configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-11-151-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.
* configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon2009-11-151-0/+1
| | | | | This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-151-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.
* vldXvMC.h: stop uselessly including XvMClib.h.Luc Verhaegen2009-10-191-1/+0
| | | | | | | | | | Protocol header depending on client library header? Only clients which depend on this header but which did not bother to include it directly will run into trouble, but the fix is trivial, general and backwards compatible. Signed-off-by: Luc Verhaegen <libv@skynet.be>
* Move xv-protocol-v2.txt from xorg-docs to videoprotoAlan Coopersmith2009-10-102-0/+656
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* videoproto 2.3.0videoproto-2.3.0Peter Hutterer2009-08-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Remove RCS tagsPeter Hutterer2009-08-274-6/+0
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade2009-01-273-2/+9
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-4/+10
|
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-141-0/+0
|
* Update package version number for final X11R7 release candidate.videoproto-2.2.2XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+5
|
* Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901MODULAR_COPYKevin E Martin2005-10-191-1/+1
|
* Add basic .cvsignore files for proto modules.Eric Anholt2005-08-021-0/+10
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-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
* Move Xvlib.h and XvMClib.h to the libs.Daniel Stone2005-07-121-2/+0
|
* Change version to 2.2 (Xv major version; XvMC is 1.1 still).Daniel Stone2005-05-211-1/+1
|
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* Add COPYING file for Video.Josh Triplett2005-05-171-0/+63
|
* Change all the protonames from <extension>Ext to <extension>Proto.Søren Sandmann Pedersen2005-05-093-5/+5
|
* Initial build system files for proto module.Kevin E Martin2005-05-064-0/+41
|
* Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1sco_port_updateMarkus Kuhn2004-12-041-1/+1
|
* lib/XvMC/ImakeThomas Hellstrom2004-11-132-2/+27
| | | | | | Added support for automatic loading of the correct hardware XvMC driver. This involves a protocol extension of the XvMC protocol. The XvMC revision number was bumped.
* Added the XvMC wrapper. First support for runtime loading of hardware-Thomas Hellstrom2004-09-261-0/+175
| | | | specific XvMC libraries.
* Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGElg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPEgbert Eich2004-04-234-4/+4
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-144-4/+4
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-034-4/+4
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-264-4/+4
|