summaryrefslogtreecommitdiff
path: root/src/dri2.xml
Commit message (Collapse)AuthorAgeFilesLines
* dri2: Add notes on lists that should be linked to their length fields but ↵Robert Ancell2014-06-101-2/+8
| | | | | | are not. Reviewed-by: Daniel Martin <consume.noise@gmail.com>
* Remove extraneous spaces between <value> tagsVincent W. Chen2014-04-101-1/+1
| | | | | | | | These are the only places where spaces are allowed between <value> tags. This is not only inconsistent but also complicates the parsing of values as integers. Signed-off-by: Uli Schlachter <psychon@znc.in>
* dri2: Use explicit enum valueDaniel Martin2013-08-251-13/+13
| | | | | | Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Ran Benita <ran234@gmail.com> (and tested) Reviewed-by: Josh Triplett <josh@joshtriplett.org>
* dri2: Update to DRI2 1.4Chad Versace2012-06-051-1/+13
| | | | | | | In DRI2 1.4, the DRI2GetParam request was added. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> Signed-off-by: Julien Danjou <julien@danjou.info>
* dri2: Update to version 1.3 (v2)Fredrik Höglund2011-12-081-1/+99
| | | | | Signed-off-by: Fredrik Höglund <fredrik@kde.org> Signed-off-by: Peter Harris <pharris@opentext.com>
* dri2: Add proper padding before driver_nameMarcin Kościelnicki2010-05-141-0/+14
| | | | | Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Julien Danjou <julien@danjou.info>
* Add DRI2 protocol, based off of dri2proto.h and the server code. (v2)Eric Anholt2009-10-191-0/+152
v2: Incorporate comments from jcristau, and convert to 2-space indents to match the dominant style.