Add .changes and push for Tizen 2.0
[framework/uifw/xorg/proto/xorg-glproto.git] / ChangeLog
1 commit 29d5b553b30755a25300c30b67d39b37c9a76466
2 Author: Ian Romanick <ian.d.romanick@intel.com>
3 Date:   Mon Nov 28 10:53:17 2011 -0800
4
5     glproto: Document GLX_ARB_create_context and GLX_ARB_create_context_profile protocol
6     
7     Also add the struct names (in addition to the typedef names).  Most of
8     the other protocol structures have this, but some lack it.
9     
10     v2: Add a few missing Req suffixes.  Rename n0, n1, and n2 fields of
11     GLXSetClientInfoARB and GLXSetClientInfo2ARB to numVersions,
12     numGLExtensionBytes and numGLXExtensionBytes, respectively.  Since the
13     names of some structure fields change, bump the version to 1.4.15.
14     
15     Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
16     Reviewed-by: Dave Airlie <airlied@redhat.com>
17
18 commit 6d7e398150dde1c15b7f62f485cb33bad8f4d5c6
19 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
20 Date:   Thu May 5 13:10:39 2011 -0700
21
22     glproto: add a new GLXBufferSwapComplete struct that matches the spec
23     
24     Just add a new struct to remain compatible with existing code.
25     
26     Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
27     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
28     Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
29
30 commit 7196c9441af941be74180f8e8d4e10a08659b80f
31 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
32 Date:   Thu May 5 09:21:19 2011 -0700
33
34     Revert "glxproto: make GLX swap event struct match spec"
35     
36     This reverts commit f5403828c68af0f12c79c0504df0a4781ca84b2b.
37     
38     This broke compatibility with existing code, so revert in favor of a new
39     struct definition instead.
40
41 commit f5403828c68af0f12c79c0504df0a4781ca84b2b
42 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
43 Date:   Tue May 3 12:14:10 2011 -0700
44
45     glxproto: make GLX swap event struct match spec
46     
47     We only spec a 32 bit swap count, so drop the high sbc field.  Also make
48     the padding explicit (most compilers would have already done this since
49     it's not a packed structure, but making it explicit should prevent
50     surprises in the future).
51     
52     Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
53
54 commit 0cc3162cd29e63f915dc2b66c8dbd7a1a3dcdddc
55 Author: Dave Airlie <airlied@redhat.com>
56 Date:   Sun Mar 6 17:48:05 2011 +1000
57
58     glproto: add GLX_ARB_context_create + GLX_ARB_context_create_profile
59     
60     Add glproto support for these two extensions
61     
62     also add tokens for GLX_ARB_create_context_robustness
63
64 commit a50bd646df530b4ce84a8aef3d40c74766dfb60c
65 Author: Dave Airlie <airlied@redhat.com>
66 Date:   Mon Jan 3 19:40:30 2011 +1000
67
68     glxtokens.h: add GLX_EXT_framebuffer_sRGB support.
69     
70     this is needed to glxcmds.c to emit this info.
71
72 commit f065686b320c5fbfd7e1da6fcd3e2690b8305ec8
73 Author: Adam Jackson <ajax@redhat.com>
74 Date:   Tue Aug 10 10:01:33 2010 -0400
75
76     glproto 1.4.12
77     
78     Signed-off-by: Adam Jackson <ajax@redhat.com>
79
80 commit b173af9ea5361b4794d4cca79f7c7dddd8401a87
81 Author: Adam Jackson <ajax@redhat.com>
82 Date:   Wed Aug 4 09:44:14 2010 -0400
83
84     Remove structure tag for xGLXHyperpipeConfigSGIXReq
85     
86     X request structs don't have tags, in general, and this particular one
87     causes a conflict with glxext.h which defines GLXHyperpipeConfigSGIX for
88     the client-side API.
89     
90     Signed-off-by: Adam Jackson <ajax@redhat.com>
91
92 commit 8e7ef2d30ea8a98b6e90540e674b60d066a71fef
93 Author: Gaetan Nadon <memsize@videotron.ca>
94 Date:   Sun Mar 28 19:25:52 2010 -0400
95
96     config: update AC_PREREQ statement to 2.60
97     
98     Unrelated to the previous patches, the new value simply reflects
99     the reality that the minimum level for autoconf to configure
100     all x.org modules is 2.60 dated June 2006.
101     
102     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
103     
104     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
105
106 commit bba203c33e943d8de1bfe545434bee1db52a2245
107 Author: Gaetan Nadon <memsize@videotron.ca>
108 Date:   Sun Mar 28 19:00:31 2010 -0400
109
110     config: remove the pkgconfig pc.in file from EXTRA_DIST
111     
112     Automake always includes it in the tarball.
113     
114     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
115
116 commit 9c58144688d0200e7683882549490827868a44b5
117 Author: Luc Verhaegen <libv@skynet.be>
118 Date:   Fri Mar 5 15:32:11 2010 +0100
119
120     Sync glcore.h with mesa HEAD.
121     
122     EXT_texture_from_pixmap was added close to 4ys ago, but this file never
123     got updated, leading to "interesting" behaviour when anything slightly less
124     standard is attempted.
125     
126     Signed-off-by: Luc Verhaegen <libv@skynet.be>
127
128 commit fa99593342f13220fb675a1c3c17b6a3d755abda
129 Author: Ian Romanick <ian.d.romanick@intel.com>
130 Date:   Tue Feb 9 15:20:59 2010 -0800
131
132     Update tokens for GLX_INTEL_swap_event to match final version of spec
133
134 commit 2c7f76a1d42fbd4be995de56563c94882dd4a058
135 Author: Gaetan Nadon <memsize@videotron.ca>
136 Date:   Mon Nov 16 11:47:44 2009 -0500
137
138     COPYING: add Copyright from Silicon Graphics
139     
140     The COPYING file contains all Copyright notices from source code.
141     Refer to glxproto.h
142     
143     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
144
145 commit 3966379209ec48f14a1d12e48f51b687d48cc6ac
146 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
147 Date:   Fri Jan 8 15:11:48 2010 -0500
148
149     Bump version for release
150
151 commit 6a9361aaec49495d566db1267a21a0f4ed1b9480
152 Merge: c35f05d f2b9a6a
153 Author: Jesse Barnes <jbarnes@virtuousgeek.org>
154 Date:   Fri Jan 8 11:43:07 2010 -0500
155
156     Merge branch 'master' of git://people.freedesktop.org/~jbarnes/glproto
157
158 commit f2b9a6a29edf930f30eade7a0abe40a6d3c4962b
159 Author: Jesse Barnes <jbarnes@jbarnes-desktop.localdomain>
160 Date:   Thu Nov 12 16:53:13 2009 +0000
161
162     Add GLX swap buffers event support
163
164 commit c35f05decd7c1c5e4d4c1cc955c6ba9ba370b788
165 Author: Gaetan Nadon <memsize@videotron.ca>
166 Date:   Sun Nov 22 19:24:48 2009 -0500
167
168     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
169     
170     Now that the INSTALL file is generated.
171     Allows running make maintainer-clean.
172
173 commit 57dfc6eaf0da7ba8ef3bc1bbe105037f4b7b97f7
174 Author: Gaetan Nadon <memsize@videotron.ca>
175 Date:   Mon Nov 16 11:13:30 2009 -0500
176
177     README: file created or updated #24206
178     
179     Contains a set of URLs to freedesktop.org.
180
181 commit 6f612cd9c52ad89369cb6364c11c47ad3a356b95
182 Author: Gaetan Nadon <memsize@videotron.ca>
183 Date:   Sun Nov 15 19:45:26 2009 -0500
184
185     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
186     
187     ChangeLog filename is known to Automake and requires no further
188     coding in the makefile.
189
190 commit 201a1ad998f1f5eefb43f6a0b6a4a59dee7662e6
191 Author: Gaetan Nadon <memsize@videotron.ca>
192 Date:   Sun Nov 15 18:31:28 2009 -0500
193
194     Makefile.am: INSTALL file is missing or incorrect #24206
195     
196     The standard GNU file on building/installing  tarball is copied
197     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
198     Add INSTALL target
199
200 commit acc2c1191ea96cdecf973139fda57bd8efccb8c7
201 Author: Gaetan Nadon <memsize@videotron.ca>
202 Date:   Sun Nov 15 18:11:36 2009 -0500
203
204     configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
205     
206     This macro aggregate a number of existing macros that sets commmon
207     X.Org components configuration options. It shields the configuration file from
208     future changes.
209
210 commit 26004693388740e3c94dc194348bc56bf9a85f18
211 Author: Gaetan Nadon <memsize@videotron.ca>
212 Date:   Sun Nov 15 13:55:25 2009 -0500
213
214     configure.ac: AM_MAINTAINER_MODE missing #24238
215     
216     This turns off maintainer mode build rules in tarballs.
217     Works in conjunction with autogen.sh --enable-maintainer-mode
218
219 commit abdb124781c90394eb5b0e49203b9287b7b48cbc
220 Author: Gaetan Nadon <memsize@videotron.ca>
221 Date:   Sat Nov 14 18:26:47 2009 -0500
222
223     .gitignore: use common defaults with custom section # 24239
224     
225     Using common defaults will reduce errors and maintenance.
226     Only the very small or inexistent custom section need periodic maintenance
227     when the structure of the component changes. Do not edit defaults.
228
229 commit 2f13449c987e3d58555e030f887736d67e2fe62d
230 Author: Adam Jackson <ajax@redhat.com>
231 Date:   Tue May 26 17:16:20 2009 -0400
232
233     glproto 1.4.10
234
235 commit 25a12ff858d569f990e63d942677f05d301be95e
236 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
237 Date:   Tue Jan 27 20:06:28 2009 -0200
238
239     Janitor: Correct make distcheck and dont distribute autogen.sh
240
241 commit 660a90502a993f11d883f4f9ddb7314dfe34a0bb
242 Author: Adam Jackson <ajax@redhat.com>
243 Date:   Mon Sep 22 11:41:04 2008 -0400
244
245     Upgrade GLX Public License 1.0 to FreeB 2.0.
246     
247     According to the press release:
248     
249         Previous SGI contributions to the free and open source community
250         are now available under the new license. These contributions
251         include the SGI® OpenGL® Sample Implementation, the GLX™ API and
252         other GLX extensions.
253     
254         [...]
255     
256         "SGI has been one of the most ardent commercial supporters of free
257         and open source software, so it was important to us that we continue
258         to support the free software development community by releasing our
259         earlier OpenGL-related contributions under this new license," said
260         Steve Neuner, director of Linux, SGI. "This license ensures that all
261         existing user communities will benefit, and their work can proceed
262         unimpeded. Both Mesa and the X.org Project can continue to utilize
263         this code in free software distributions of GNU/Linux. Now more than
264         ever, software previously released by SGI under earlier GLX and SGI
265         Free Software License B is free."
266     
267     "The GLX API" is here read to include the original GLX source release
268     from:
269     
270     http://www.sgi.com/products/software/opensource/glx/download.html
271     ftp://ftp.sgi.com/sgi/opengl/glx/glx1_2.1.tgz
272     
273     which includes glxint.h as included in XFree86, from which our copy
274     is derived.
275
276 commit 391a147ccccd2f85526776a7d9639f48f83f976c
277 Author: Julien Cristau <jcristau@debian.org>
278 Date:   Fri Sep 19 18:59:05 2008 +0200
279
280     Update to SGI FreeB 2.0.
281     
282     Under the terms of version 1.1, "once Covered Code has been published
283     under a particular version of the License, Recipient may, for the
284     duration of the License, continue to use it under the terms of that
285     version, or choose to use such Covered Code under the terms of any
286     subsequent version published by SGI."
287     
288     FreeB 2.0 license refers to "dates of first publication".  They are here
289     taken to be 1991-2000, as noted in the original license text:
290     
291     ** Original Code. The Original Code is: OpenGL Sample Implementation,
292     ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
293     ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
294     ** Copyright in any portions created by third parties is as indicated
295     ** elsewhere herein.  All Rights Reserved.
296     
297     Official FreeB 2.0 text:
298     
299     http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf
300     
301     As always, this code has not been tested for conformance with the OpenGL
302     specification.  OpenGL conformance testing is available from
303     http://khronos.org/ and is required for use of the OpenGL logo in
304     product advertising and promotion.
305
306 commit a51078116ff54e9ffad3f3784ec226ad91c62816
307 Author: James Cloos <cloos@jhcloos.com>
308 Date:   Thu Dec 6 16:39:01 2007 -0500
309
310     Replace static ChangeLog with dist-hook to generate from git log
311
312 commit 6430de9a12b0430be8a635976038f8769d798bef
313 Author: Kristian Høgsberg <krh@redhat.com>
314 Date:   Fri Oct 12 19:03:25 2007 -0400
315
316     Bump to 1.4.9 so we can depend on SGI pbuffer structs.
317
318 commit e89ed37e56e2dec95fd43778f3a72bafca1d56e3
319 Merge: 2adf876 750a853
320 Author: James Cloos <cloos@jhcloos.com>
321 Date:   Mon Sep 3 06:17:08 2007 -0400
322
323     Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/glproto
324
325 commit 2adf876f7bb078b86f7e967d3115e25cfc9c705d
326 Author: James Cloos <cloos@jhcloos.com>
327 Date:   Mon Sep 3 05:54:04 2007 -0400
328
329     Add *~ to .gitignore to skip patch/emacs droppings
330
331 commit 750a853fa546a004deae7987eb645b2c4c88ccdc
332 Author: Kristian Høgsberg <krh@redhat.com>
333 Date:   Thu Aug 23 21:37:53 2007 -0400
334
335     Add proto structs for GLX_SGIX_pbuffer.
336
337 commit e37b97e0392affea38cdddbcc279e6a69b7a13bd
338 Author: Ian Romanick <idr@us.ibm.com>
339 Date:   Thu Sep 14 14:17:57 2006 -0700
340
341     Use correct opcodes for GLX_EXT_texture_from_pixmap.
342
343 commit 786f411fedfcd556399437e11c5a401758da193b
344 Author: Alan Coopersmith <alan.coopersmith@sun.com>
345 Date:   Fri Jul 14 18:56:16 2006 -0700
346
347     renamed: .cvsignore -> .gitignore
348
349 commit cbabd9f7189d2445a6db90b648b1eec7de30a435
350 Author: Kristian Høgsberg <krh@redhat.com>
351 Date:   Thu Jun 29 03:14:11 2006 +0000
352
353     There are 13 GLX errors.
354
355 commit aa8b3bb05bf390feb6389a4ef94b26fc394c9fe1
356 Author: Adam Jackson <ajax@nwnk.net>
357 Date:   Mon May 1 22:23:33 2006 +0000
358
359     Bump to 1.4.7
360
361 commit 2864cebfcbf8e52e1245590724894a6167179b2f
362 Author: Kristian Høgsberg <krh@redhat.com>
363 Date:   Fri Mar 17 00:43:28 2006 +0000
364
365     Bump to 1.4.6 for FBO opcodes.
366
367 commit 60b85349042a1a44bdc79ef2b7bb3326f242aa83
368 Author: David Reveman <c99drn@cs.umu.se>
369 Date:   Fri Mar 10 00:11:25 2006 +0000
370
371     Fix typo
372
373 commit 90980329b2a3e2466176cd3a87119a6939418eae
374 Author: Brian Paul <brian.paul@tungstengraphics.com>
375 Date:   Fri Feb 24 22:12:33 2006 +0000
376
377     added GL_EXT_framebuffer_object opcodes for Dave Reveman
378
379 commit 1086f49267a8c469384550e57e108d8eb957332c
380 Author: Brian Paul <brian.paul@tungstengraphics.com>
381 Date:   Fri Feb 24 15:43:51 2006 +0000
382
383     added GL_EXT_framebuffer_object opcodes (Dave Reveman)
384
385 commit 709e3db8065c808483b81e53a1779ceec3dac775
386 Author: Adam Jackson <ajax@nwnk.net>
387 Date:   Mon Feb 20 15:43:44 2006 +0000
388
389     Add GLX_FRONT_LEFT_EXT. Bump to 1.4.5.
390
391 commit 29f219c9dfdbd9c38b4987a3b8c14c72e34a3ce3
392 Author: Adam Jackson <ajax@nwnk.net>
393 Date:   Tue Feb 14 19:44:32 2006 +0000
394
395     Bump to 1.4.4
396
397 commit 25812fd3853ad7c4b3fa1dc05f6afef04ec9f1b2
398 Author: Zack Rusin <zack@kde.org>
399 Date:   Tue Feb 7 22:17:29 2006 +0000
400
401     texture_from_pixmap defines
402
403 commit 5ca023367e697051202fdc2d0bb2e4742615ad72
404 Author: Kevin E Martin <kem@kem.org>
405 Date:   Wed Dec 21 02:30:07 2005 +0000
406
407     Update package version for X11R7 release.
408
409 commit 7d16c0f03b1ebb875b7e421869fb9b06f4cd1cef
410 Author: Adam Jackson <ajax@nwnk.net>
411 Date:   Mon Dec 19 16:32:25 2005 +0000
412
413     Stub COPYING files
414
415 commit e6b965749d46c8aa7237bdbb8cc8797b218a89be
416 Author: Kevin E Martin <kem@kem.org>
417 Date:   Thu Dec 15 00:24:37 2005 +0000
418
419     Update package version number for final X11R7 release candidate.
420
421 commit 1c07b08a7558f11833586ba9b1315bfab5379791
422 Author: Donnie Berkholz <spyderous@gentoo.org>
423 Date:   Fri Oct 14 05:09:12 2005 +0000
424
425     Bump version to 1.4.1, so xserver can depend on newer version and not die.
426
427 commit a30aedabe968efbbb122644a34385480d37630ad
428 Author: Kevin E Martin <kem@kem.org>
429 Date:   Thu Oct 6 02:51:57 2005 +0000
430
431     Revert changes that duplicated GLX_SGIX_swap_barrier protocol requests and
432         replies
433
434 commit 0526e5aa281ce0fedb3362e7e64f79d52312d7c0
435 Author: Adam Jackson <ajax@nwnk.net>
436 Date:   Wed Oct 5 22:39:41 2005 +0000
437
438     Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and
439         GLX_SGIX_hyperpipe extensions. (Eric Kunze, SGI)
440
441 commit bde8b196d88e2fe69fc232cca829da4d37ab109c
442 Author: Adam Jackson <ajax@nwnk.net>
443 Date:   Wed Sep 21 00:16:29 2005 +0000
444
445     Bug #4036: glx.h and glu.h don't belong in glproto.
446
447 commit 7bfaeebc4da09552cb4fd24061244717b6605975
448 Author: Eric Anholt <anholt@freebsd.org>
449 Date:   Tue Aug 2 19:19:38 2005 +0000
450
451     Add basic .cvsignore files for proto modules.
452
453 commit cdd2a9866b6baa9b8a0d93977d9142dad9e17fb0
454 Author: Kevin E Martin <kem@kem.org>
455 Date:   Fri Jul 29 21:22:55 2005 +0000
456
457     Various changes preparing packages for RC0:
458     - Verify and update package version numbers as needed
459     - Implement versioning scheme
460     - Change bug address to point to bugzilla bug entry form
461     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
462         reenable it)
463     - Fix makedepend to use pkgconfig and pass distcheck
464     - Update build script to build macros first
465     - Update modular Xorg version
466
467 commit d207f9ce6def32a5a09e71a5aa186f95c9a66dd8
468 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
469 Date:   Thu Jul 14 00:28:45 2005 +0000
470
471     - Add build system for xf86-video-ati
472     - Add build system for xserver/xorg/hw/xfree86/dri
473     - Add glcore.h to symlink.sh
474     - Symlink.sh: add some more DRI files, symlink glcore.h from
475         extras/Mesa/include/GL/internal to proto/GL
476     - proto/GL/Makefile.am: install glcore.h
477     - xf86-video-ark: s/module-dir/xorg-module-dir/
478
479 commit 9f99b048a1b3292f262f95a6807983069ee62eb7
480 Author: Adam Jackson <ajax@nwnk.net>
481 Date:   Fri Jul 8 17:00:34 2005 +0000
482
483     GLX headers have to go under a directory named GL/
484
485 commit 694d4df483a69877fb106437e948a2394bd3eb08
486 Author: Daniel Stone <daniel@fooishbar.org>
487 Date:   Sat May 21 04:07:44 2005 +0000
488
489     Set version to 1.4.
490
491 commit 11e397f4e2b4c0f5a8ffa72593cb392f61f42174
492 Author: Adam Jackson <ajax@nwnk.net>
493 Date:   Thu May 19 00:22:39 2005 +0000
494
495     revert last change, didn't do right thing at all, sorry for the noise
496
497 commit e65f2e93678607e1230e623284ab5a8cefa53522
498 Author: Adam Jackson <ajax@nwnk.net>
499 Date:   Thu May 19 00:10:18 2005 +0000
500
501     Require automake 1.7 in AM_INIT_AUTOMAKE
502
503 commit 8daef2b6035761994584be1772f2bd8fc4afe99b
504 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
505 Date:   Mon May 9 18:20:04 2005 +0000
506
507     Change all the protonames from <extension>Ext to <extension>Proto.
508
509 commit af91f8a13dd7980d4964afe9f0dabbabe27847d9
510 Author: Kevin E Martin <kem@kem.org>
511 Date:   Fri May 6 01:46:30 2005 +0000
512
513     Initial build system files for proto module.
514
515 commit 67f6a40fc6117988c1d5a13dbb6f5e1c523776a7
516 Author: Kevin E Martin <kem@kem.org>
517 Date:   Wed Jun 30 20:06:52 2004 +0000
518
519     Add Distributed Multihead X (DMX) support
520
521 commit ae53d8689c0257a8b8bdcc71e977344bc35c6968
522 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
523 Date:   Mon Jun 21 13:35:05 2004 +0000
524
525     Bug 782: Merge native OpenGL for Windows from CYGWIN branch
526
527 commit 290d3f948d650f64ef70fdcce62faf4b9c19af27
528 Author: Eric Anholt <anholt@freebsd.org>
529 Date:   Wed Jun 16 09:47:09 2004 +0000
530
531     Merge DRI-trunk-20040613 changes to include/GL
532
533 commit 88f719bedec749a400b3e2d883027ced0f6a3f5e
534 Author: Eric Anholt <anholt@freebsd.org>
535 Date:   Wed Jun 16 09:25:12 2004 +0000
536
537     DRI trunk-20040613 import
538
539 commit c301cc2aea606d19d94d5ff26038fc078d2d5632
540 Author: Eric Anholt <anholt@freebsd.org>
541 Date:   Wed Jun 16 09:21:44 2004 +0000
542
543     DRI XFree86-4_3_99_12-merge import
544
545 commit 4f0d4529d6ec57104a49b33624191394495d895a
546 Author: Eric Anholt <anholt@freebsd.org>
547 Date:   Wed Jun 16 09:16:34 2004 +0000
548
549     Mesa 6.1 20040613 import
550
551 commit e2bc1e26498f48c9fb478495bef54852e59a1ae5
552 Author: Eric Anholt <anholt@freebsd.org>
553 Date:   Wed Jun 16 09:16:34 2004 +0000
554
555     Initial revision
556
557 commit 9ae18a0dc799c4f3cebe0879dda2aac126b47e4a
558 Author: Egbert Eich <eich@suse.de>
559 Date:   Fri Apr 23 18:43:06 2004 +0000
560
561     Merging XORG-CURRENT into trunk
562
563 commit 0e26563ec9899895c193c7374632021d98927472
564 Author: Egbert Eich <eich@suse.de>
565 Date:   Sun Mar 14 08:31:35 2004 +0000
566
567     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
568
569 commit 0adef4ac4efdd21653890d17ab2358ea2fa30167
570 Author: Egbert Eich <eich@suse.de>
571 Date:   Wed Mar 3 12:10:53 2004 +0000
572
573     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
574
575 commit d3f4ee16d49ffddea4128ffcae7a949ed4581f74
576 Author: Egbert Eich <eich@suse.de>
577 Date:   Thu Feb 26 13:35:11 2004 +0000
578
579     readding XFree86's cvs IDs
580
581 commit 7e6e16483e09178df27674f6d05a87e9c2bf9df6
582 Author: Egbert Eich <eich@suse.de>
583 Date:   Thu Feb 26 09:22:24 2004 +0000
584
585     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
586
587 commit 815fc7150094098c1a749f70fada3c6e62a13a95
588 Author: Kaleb Keithley <kaleb@freedesktop.org>
589 Date:   Mon Feb 23 20:34:29 2004 +0000
590
591     Import most of XFree86 4.4RC3. This import excludes files which have the
592         new license. If we want to, later we can import 4.4RC3 again and pick
593         up the files that have the new license, but for now the vendor branch
594         is "pure."
595
596 commit 556ac2703ceaaaa4a14e4aaba6ac31496a3ccc06
597 Author: Kaleb Keithley <kaleb@freedesktop.org>
598 Date:   Tue Nov 25 19:28:02 2003 +0000
599
600     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
601
602 commit a41f4589db4b9638a73963c9dd65618814b3bd73
603 Author: Kaleb Keithley <kaleb@freedesktop.org>
604 Date:   Fri Nov 14 16:48:42 2003 +0000
605
606     XFree86 4.3.0.1
607
608 commit ba28c09e114061f441034b7c974581702462ed2d
609 Author: Kaleb Keithley <kaleb@freedesktop.org>
610 Date:   Fri Nov 14 16:48:42 2003 +0000
611
612     Initial revision