Git init
[framework/uifw/xorg/proto/x11proto-dri2.git] / ChangeLog
1 commit 41045095bddfe460a76fb560e1d087430d8fd76f
2 Author: Francisco Jerez <currojerez@riseup.net>
3 Date:   Mon Feb 8 19:24:37 2010 +0100
4
5     Define an event to notify clients about the validity of their buffers.
6     
7     Bumps the protocol and package versions.
8     
9     Signed-off-by: Francisco Jerez <currojerez@riseup.net>
10
11 commit bd6f2584d3d55746bb56bf923b35e85adfd0dc3b
12 Merge: 84eac7f 9c1a8f1
13 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
14 Date:   Tue Dec 8 16:03:11 2009 -0800
15
16     Merge branch 'dri2-swapbuffers'
17
18 commit 84eac7f37646d36c2644b8f6880c10c249068450
19 Author: Gaetan Nadon <memsize@videotron.ca>
20 Date:   Sun Nov 22 19:24:47 2009 -0500
21
22     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
23     
24     Now that the INSTALL file is generated.
25     Allows running make maintainer-clean.
26
27 commit 499241b74322b984bbbee0803513e32b6f83bb31
28 Author: Aaron Plattner <aplattner@nvidia.com>
29 Date:   Mon Oct 12 13:11:47 2009 -0700
30
31     Add a DRI2DriverVDPAU driver type.
32     
33     Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
34     Acked-by: Kristian Høgsberg <krh@bitplanet.net>
35
36 commit 0a5e388ae9c1306bb253c161071424e0282ea8f5
37 Author: Gaetan Nadon <memsize@videotron.ca>
38 Date:   Mon Nov 16 11:13:29 2009 -0500
39
40     README: file created or updated #24206
41     
42     Contains a set of URLs to freedesktop.org.
43
44 commit 1b648b29caea1540abcb0ea7c35c45f749e160b4
45 Author: Gaetan Nadon <memsize@videotron.ca>
46 Date:   Sun Nov 15 19:45:26 2009 -0500
47
48     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
49     
50     ChangeLog filename is known to Automake and requires no further
51     coding in the makefile.
52
53 commit 77eefcd20b38392a75e7c71a7e182dcfcaf3e7c3
54 Author: Gaetan Nadon <memsize@videotron.ca>
55 Date:   Sun Nov 15 18:31:28 2009 -0500
56
57     Makefile.am: INSTALL file is missing or incorrect #24206
58     
59     The standard GNU file on building/installing  tarball is copied
60     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
61     Add INSTALL target
62
63 commit 2ddb34caa23048083232e592300cfee7b8c2f04f
64 Author: Gaetan Nadon <memsize@videotron.ca>
65 Date:   Sun Nov 15 18:11:36 2009 -0500
66
67     configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
68     
69     This macro aggregate a number of existing macros that sets commmon
70     X.Org components configuration options. It shields the configuration file from
71     future changes.
72
73 commit 363595cd28af5ff820e0790525108685bebf7275
74 Author: Gaetan Nadon <memsize@videotron.ca>
75 Date:   Sun Nov 15 13:55:25 2009 -0500
76
77     configure.ac: AM_MAINTAINER_MODE missing #24238
78     
79     This turns off maintainer mode build rules in tarballs.
80     Works in conjunction with autogen.sh --enable-maintainer-mode
81
82 commit 9e8c94f5a55b0ba97cc1f8b34c1d58e50ea2c7f8
83 Author: Gaetan Nadon <memsize@videotron.ca>
84 Date:   Sat Nov 14 18:26:46 2009 -0500
85
86     .gitignore: use common defaults with custom section # 24239
87     
88     Using common defaults will reduce errors and maintenance.
89     Only the very small or inexistent custom section need periodic maintenance
90     when the structure of the component changes. Do not edit defaults.
91
92 commit 9c1a8f1d074bd7b87c4edf8b689c13c93fba9aaa
93 Author: Jesse Barnes <jbarnes@jbarnes-desktop.localdomain>
94 Date:   Thu Nov 12 17:23:03 2009 +0000
95
96     Fix cut & paste error: Extension Requests -> Extension Events
97
98 commit 7c7e9bbf4ab6177e9623f3c4d667ed83789167b4
99 Author: Jesse Barnes <jbarnes@jbarnes-desktop.localdomain>
100 Date:   Thu Nov 12 15:26:40 2009 +0000
101
102     Add DRI2 event support for DRI2BufferSwapComplete
103
104 commit f9e6b17debd2f69821bd8d412cccf02dd9ba17af
105 Author: Jesse Barnes <jbarnes@jbarnes-desktop.localdomain>
106 Date:   Wed Nov 11 15:26:40 2009 -0800
107
108     Pad out DRI2 swap buffers reply
109
110 commit 516a1ff1f8ceca9ddefce21303e65d873aeeba14
111 Author: Jesse Barnes <jbarnes@jbarnes-desktop.localdomain>
112 Date:   Tue Nov 10 12:12:07 2009 -0800
113
114     Add DRI2SwapInterval protocol
115     
116     Needed to handle swap interval in the direct rendered case.
117
118 commit 5e059038a95b5bad7f41a2019beaad913ed29502
119 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
120 Date:   Thu Oct 29 12:45:48 2009 -0700
121
122     Bump package version to 2.2
123
124 commit 1102a9199db8aa08e891f808f8921a5d312e3197
125 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
126 Date:   Fri Oct 2 22:23:09 2009 -0700
127
128     Fix DRI2SwapBuffers reply length
129     
130     Length should be a CARD32 and match the endianness annotation.
131     
132     Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
133
134 commit 29c7fcbf10508ec822ad528928b72702e4c9af01
135 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
136 Date:   Thu Oct 1 22:13:34 2009 -0700
137
138     Add swap interval and synchronization support
139     
140     Based on SGI_video_sync, SGI_swap_control and OML_sync_control, add swap
141     interval and synchronization support to DRI2.  Useful for throttling rendering
142     and basic performance metrics.
143     
144     Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
145
146 commit 00c15f92c1f294d762f2052f1d775c393ebd2432
147 Author: Jesse Barnes <jbarnes@jbarnes-x200.(none)>
148 Date:   Mon Jun 8 16:12:50 2009 -0700
149
150     Update protocol description for swapbuffers
151
152 commit aaee5f8af4f0fe63498cd8ae507f8d33edba280c
153 Author: Kristian Høgsberg <krh@redhat.com>
154 Date:   Wed Jun 3 17:36:43 2009 -0400
155
156     Make swapbuffers an async request
157     
158     The protocol now require a DRI2GetBuffersWithFormat request to follow the
159     swapbuffer request so.
160
161 commit 9b5ef83c0b9ef0239ac82adfa9a816f195074dcb
162 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
163 Date:   Fri May 1 14:41:55 2009 -0700
164
165     Add SwapBuffers request
166     
167     Add a SwapBuffers request for requesting a front<->back swap.  Returns a
168     whole new set of buffers to the client to allow for triple buffering
169     etc.
170
171 commit 66c56ab10d917e3f47f93178d7eac6430970d3c4
172 Author: Ian Romanick <idr@freedesktop.org>
173 Date:   Mon Apr 20 21:16:24 2009 -0700
174
175     Add protocol for DRI2GetBuffersWithFormat
176     
177     This function replaces DRI2GetBuffers.
178     
179     Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
180     Reviewed-by: Kristian Høgsberg <krh@redhat.com>
181
182 commit a223ab5e6a215d86e4bf072369b331506f689f83
183 Author: Kristian Høgsberg <krh@redhat.com>
184 Date:   Mon Apr 20 14:08:19 2009 -0400
185
186     Bump to 2.0 and release
187
188 commit f46b6ca29b2da54cf6e6db57d464bea9476594c6
189 Author: Julien Cristau <jcristau@debian.org>
190 Date:   Fri Jan 9 06:07:59 2009 +0100
191
192     Distribute the protocol documentation
193
194 commit ac787752bf67f8f1ea8167191e5fb9d7fbbe7c7f
195 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
196 Date:   Tue Jan 27 20:06:28 2009 -0200
197
198     Janitor: Correct make distcheck and dont distribute autogen.sh
199
200 commit 65c7097d549ada25d11738b15996b18c9e57a847
201 Author: Kristian Høgsberg <krh@redhat.com>
202 Date:   Mon Dec 1 20:57:40 2008 -0500
203
204     Bump to 1.99.3 and back out the value bitmask from the CopyRegion request.
205
206 commit f7b737bef90df4430ac491d65accc7742bc6ca38
207 Author: Kristian Høgsberg <krh@redhat.com>
208 Date:   Mon Dec 1 14:01:42 2008 -0500
209
210     Bump version to 1.99.2.
211
212 commit 8cab3f0e6f551220bd11074779f4ccec1e948e00
213 Author: Kristian Høgsberg <krh@redhat.com>
214 Date:   Tue Oct 14 23:19:15 2008 -0400
215
216     Add protocol documentation, update to DRI2CopyRegion request.
217
218 commit abb1edc487543c26856afdbe6a7e2c088a1e82ee
219 Author: Kristian Høgsberg <krh@redhat.com>
220 Date:   Tue Aug 12 12:52:33 2008 -0400
221
222     Update to 1.99.1 - drop sarea and perform swap buffer in X server.
223     
224     Still to resolve is the swap buffer request.  It should probably be
225     broken into two requests, one to post the swap request and one to wait
226     for it to be completed.  Also, need to find a good solution to
227     CopySubBuffer that doesn't require a roundtrip per rectangle.
228     
229     Don't need to solve all this for 2.0, though, can add requests later on.
230
231 commit b9d7a0c1b0f5b40dfe8ca7a33693198bf91244ca
232 Author: Kristian Høgsberg <krh@redhat.com>
233 Date:   Wed Apr 2 19:11:32 2008 -0400
234
235     Adjust pkg-config cflags to match other proto modules.
236
237 commit b515bee843d5ab91fc0fe30b8eb13aadd69b5131
238 Author: Kristian Høgsberg <krh@redhat.com>
239 Date:   Wed Mar 26 16:00:05 2008 -0400
240
241     Add reemitDrawableInfo protocol.
242     
243     Also, remove the screen number where it's redundant and rename
244     drmDrawable in the create drawable request to just 'handle' now that
245     we don't rely on drm drawables.
246
247 commit d2c2ffde8f3762af30ea6953d8a10b487f78733e
248 Author: Kristian Høgsberg <krh@redhat.com>
249 Date:   Wed Mar 12 17:50:34 2008 -0400
250
251     Fix typo in xDRI2QueryVersionReq req type field.
252
253 commit 672baf47cc5dfcdad4e70b4745e3316b209089a3
254 Author: Kristian Høgsberg <krh@redhat.com>
255 Date:   Tue Mar 11 00:12:55 2008 -0400
256
257     Initial commit.