1commit 82ee29eaa466dbdca6d8c075270896127944fc0d 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Thu Aug 1 17:33:00 2024 -0700 4 5 x11perf 1.7.0 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 397cfd30aed296e1f3f7c37e0c65ecf558ca8baa 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sat Jul 13 16:42:19 2024 -0700 12 13 Include both option name & argument in invalid argument errors 14 15 Found by gcc 14.1: 16 x11perf.c: In function ‘invalid_arg’: 17 x11perf.c:339:21: warning: too many arguments for format [-Wformat-extra-args] 18 339 | fprintf(stderr, "Error: invalid argument to %s\n", arg, option); 19 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 21 Fixes: e7a6545 ("When users give invalid arguments, tell them what they did wrong") 22 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 23 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/11> 24 25commit e7a65459a2f6ce9ea5fd3d0ac413043986c19471 26Author: Alan Coopersmith <alan.coopersmith@oracle.com> 27Date: Thu Apr 18 14:26:38 2024 -0700 28 29 When users give invalid arguments, tell them what they did wrong 30 31 Don't just dump a usage message and leave them to figure it out 32 33 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 34 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10> 35 36commit 6deca4cb7bd0293760d0f1e3678387d74ca72251 37Author: Alan Coopersmith <alan.coopersmith@oracle.com> 38Date: Thu Apr 18 13:27:10 2024 -0700 39 40 Add -help [options|tests|all] and remove tests from default usage message 41 42 Previously, the error message when giving a bad option was over 350 lines 43 long. This moves the list of tests out into the `-help tests` option and 44 makes the usage error message a much more reasonable 32 lines long. 45 46 (Also accepts but does not document --help.) 47 48 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 49 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10> 50 51commit 7e24793ede11649a412413ff2567bf20670ba4ef 52Author: Alan Coopersmith <alan.coopersmith@oracle.com> 53Date: Thu Apr 18 13:06:17 2024 -0700 54 55 Mark tests introduced in version 1.6 as version 1.6 & later 56 57 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 58 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10> 59 60commit 3fd3380e289717d657b7c42e6f6980d4207e5bbb 61Author: Alan Coopersmith <alan.coopersmith@oracle.com> 62Date: Thu Apr 18 13:04:16 2024 -0700 63 64 Mark tests introduced since version 1.6 as version 1.7 65 66 Also bumps package version to 1.6.99.0 to prepare for 1.7 release. 67 68 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 69 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10> 70 71commit cb073d318328d8ac2df64aed195d933cf64b5358 72Author: Alan Coopersmith <alan.coopersmith@oracle.com> 73Date: Thu Apr 18 12:23:45 2024 -0700 74 75 Add -version option 76 77 (Also accepts but does not document --version) 78 79 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 80 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10> 81 82commit 16fda0825a0c6a51f800c225e66adce65e5f327c 83Author: Alan Coopersmith <alan.coopersmith@oracle.com> 84Date: Thu Apr 18 12:00:43 2024 -0700 85 86 Add -v1.6 & -v1.7 to recognized version flags 87 88 Also adds missing -v1.4 & -v1.5 to the man page. 89 90 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 91 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/10> 92 93commit 2454977d35ee9961ade650a8fa0e908d8feaf363 94Author: Alan Coopersmith <alan.coopersmith@oracle.com> 95Date: Sat Apr 13 17:07:32 2024 -0700 96 97 x11perf.man: Add missing tests inherited from XFree86 4.3 98 99 Fixes: ee11b04 ("XFree86 4.3.0.1") 100 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 101 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 102 103commit bb2566b73b547fb6d097ff9b86c2e3a38808c35d 104Author: Alan Coopersmith <alan.coopersmith@oracle.com> 105Date: Sat Apr 13 17:03:40 2024 -0700 106 107 x11perf.man: Add missing tests inherited from X11R6.6 108 109 Fixes: d7d99c8 ("R6.6 is the Xorg base-line") 110 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 111 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 112 113commit 7964896807fa0bb608ce2d274b2ae5a56e16bc95 114Author: Alan Coopersmith <alan.coopersmith@oracle.com> 115Date: Sat Apr 13 16:38:12 2024 -0700 116 117 x11perf.man: Add tests for anti-aliased trapezoids 118 119 Fixes: 9f86498 ("Add RenderAddTraps. Rewrite trapezoid rendering code.") 120 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 121 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 122 123commit 9b289139ffaf017857dc3cbb0ceea21a44da6f7d 124Author: Alan Coopersmith <alan.coopersmith@oracle.com> 125Date: Sat Apr 13 16:26:28 2024 -0700 126 127 x11perf.man: Add tests for ShmGetImage 128 129 Fixes: 7f46d58 ("Add tests for ShmGetImage") 130 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 131 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 132 133commit 3853dd4a66d1fb6c29965a6664f9a7e6a3fe7bf7 134Author: Alan Coopersmith <alan.coopersmith@oracle.com> 135Date: Sat Apr 13 16:15:14 2024 -0700 136 137 x11perf.man: Add tiled text test 138 139 Fixes: 0fcb26e ("Add tiled text test") 140 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 141 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 142 143commit 76df8ca88c6553a290e9e003b117ee800c165451 144Author: Alan Coopersmith <alan.coopersmith@oracle.com> 145Date: Sat Apr 13 16:13:00 2024 -0700 146 147 x11perf.man: Add xybitmap putimage tests 148 149 Fixes: bd6b810 ("Add xybitmap putimage tests") 150 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 151 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 152 153commit c923e89b0756dd40c41b6969f400a248ca4d0b22 154Author: Alan Coopersmith <alan.coopersmith@oracle.com> 155Date: Sat Apr 13 16:32:02 2024 -0700 156 157 man pages: use .BR markup for references to other man pages 158 159 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 160 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 161 162commit bcabb502977e3680b955c131f037f8d817a3af4f 163Author: Alan Coopersmith <alan.coopersmith@oracle.com> 164Date: Sat Apr 13 16:07:00 2024 -0700 165 166 configure: use @-style substitutions for man pages instead of __-style 167 168 Moves substitution of variables from Makefile.am to configure.ac 169 in preparation for allowing meson.build to do the same. 170 171 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 172 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/9> 173 174commit ebab5f63aaab943a8e6495fbac0cd5c41869d286 175Author: Mike A. Harris <mharris@redhat.com> 176Date: Thu Aug 27 13:09:49 2020 -0400 177 178 Move x11perfcomp scripts into datadir 179 180 These don't need to be in libdir, they're not arch-sensitive. 181 182 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/2> 183 184commit 55e9fceffc45bb4cbbeabe8fd45028f50caec906 185Author: Keith Packard <keithp@keithp.com> 186Date: Fri Apr 3 17:57:43 2020 -0700 187 188 Fix core AA text tests which now fail due to change in fontconfig 189 190 Xft can no longer support 'render' in font names due to a 191 change in fontconfig. Work around this by removing that from 192 the font names and apply it to the pattern manually whenever 193 the 'bfont' name is not NULL. 194 195 Signed-off-by: Keith Packard <keithp@keithp.com> 196 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 197 198commit 95a84fd5584873885f3123f25b6424008409afc1 199Author: Keith Packard <keithp@keithp.com> 200Date: Fri Apr 3 16:48:10 2020 -0700 201 202 Validate fonts used in Xft tests 203 204 This compares the font family from the loaded font with the requested 205 family and skips tests where the requested family wasn't available. 206 207 It's not perfect, as someone could have a mis-configured font family, 208 but should catch most incorrect font usages. 209 210 I've also switched from Charter to DejaVu Sans as that is more widely 211 installed. 212 213 Signed-off-by: Keith Packard <keithp@keithp.com> 214 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 215 216commit c0ba2f7af7270f2e6edf1bc2386c97ed3f0783cb 217Author: Keith Packard <keithp@keithp.com> 218Date: Mon Oct 3 15:12:34 2016 -0700 219 220 Don't try to make XOR 'look good'. Best to make it visible. 221 222 Attempts to pick 'good' pixel values to make XOR rendering look decent 223 instead make it invisible on modern TrueColor visuals. Just use the 224 defined fg/bg pixel values, which at least make it appear. 225 226 Adapt to this change by drawing the lines for the blt tests in copy 227 mode so they appear on the screen. 228 229 Signed-off-by: Keith Packard <keithp@keithp.com> 230 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 231 232commit bd6b8109b34e2effbe071b7881aebb8a7cfac53d 233Author: Keith Packard <keithp@keithp.com> 234Date: Mon Oct 3 15:09:20 2016 -0700 235 236 Add xybitmap putimage tests 237 238 Signed-off-by: Keith Packard <keithp@keithp.com> 239 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 240 241commit ba26e97853d209663de8527cfefee16afe3b959b 242Author: Keith Packard <keithp@keithp.com> 243Date: Tue Apr 1 14:48:42 2014 -0700 244 245 Make put image tests work with planemasks 246 247 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 248 249commit 0fcb26e0efdab2a8662b50dd6957b681c87b6737 250Author: Keith Packard <keithp@keithp.com> 251Date: Tue Apr 1 15:38:22 2014 -0700 252 253 Add tiled text test 254 255 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 256 257commit c6bbcba1102cb4420303afa0f6c1338e5885cf3d 258Author: Keith Packard <keithp@keithp.com> 259Date: Tue Apr 1 15:37:51 2014 -0700 260 261 Eliminate overlaps in rects and traps 262 263 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 264 265commit bd0f1e637f960962203cb5bb7cf0c5ce58cb2cec 266Author: Keith Packard <keithp@keithp.com> 267Date: Tue Mar 25 16:59:02 2014 -0700 268 269 Ensure that 100x100 rectangle outlines do not overlap 270 271 Signed-off-by: Keith Packard <keithp@keithp.com> 272 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 273 274commit f0c5c1c49bfbae402b11367103acae7675edf779 275Author: Keith Packard <keithp@keithp.com> 276Date: Tue Mar 25 16:56:29 2014 -0700 277 278 Ensure that 100x100 rectangles do not overlap 279 280 This avoids the obvious optimization which catch overlapping 281 rectangles to avoid re-rendering the same pixels. 282 283 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 284 285commit a2f8e2cf966156b2ce93e16068c31e088c578eda 286Author: Keith Packard <keithp@keithp.com> 287Date: Tue Mar 25 16:54:40 2014 -0700 288 289 Set position of the status window based on perf window pos 290 291 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 292 293commit 3e9ee84d8ce39c3f8cbc598c4105dcc9da9a7c15 294Author: Keith Packard <keithp@keithp.com> 295Date: Tue Mar 25 16:52:02 2014 -0700 296 297 Ensure that vertical/horizontal segments do not overlap 298 299 Some drivers manage to optimize the solid block of segments into a 300 single square fill operation, which is a nifty optimization, but 301 doesn't really measure what we're interested here. 302 303 Signed-off-by: Keith Packard <keithp@keithp.com> 304 Part-of: <https://gitlab.freedesktop.org/xorg/test/x11perf/-/merge_requests/1> 305 306commit 688bebb13c9a82983f544ff415440321a721fd53 307Author: Alan Coopersmith <alan.coopersmith@oracle.com> 308Date: Sat Apr 13 15:09:08 2024 -0700 309 310 Strip trailing whitespace from source files 311 312 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 313 314commit 95ff3954dea7deb1cc995c09c404ebb22b6f18a0 315Author: Alan Coopersmith <alan.coopersmith@oracle.com> 316Date: Fri Oct 28 19:19:52 2022 -0700 317 318 x11perf 1.6.2 319 320 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 321 322commit 74b90ae3c226295a6ff196b71273983da3e1a70e 323Author: Aaron Plattner <aplattner@nvidia.com> 324Date: Wed Sep 14 10:20:47 2022 -0700 325 326 tests: Skip trapezoids for unsupported XRender formats 327 328 xserver commit 436fd7e8b4966c305ea9c43f3c14c2ca04c35539 removed support 329 for PictStandardA4. x11perf assumes this format always exists, so trying 330 to run the -aa4trap* tests causes a segmentation fault when 331 `XRenderFindStandardFormat (xp->d, PictStandardA4)` returns NULL. 332 333 Since the server change was intentional, skip the tests if 334 XRenderFindStandardFormat() returns NULL. 335 336 See also: https://gitlab.freedesktop.org/xorg/xserver/-/commit/436fd7e8b4966c305ea9c43f3c14c2ca04c35539 337 338commit c420f450d0a2b1f26d4043334bb8b6524fea4b07 339Author: Alan Coopersmith <alan.coopersmith@oracle.com> 340Date: Sat Oct 15 13:10:52 2022 -0700 341 342 Stop casting return value of malloc() and calloc() 343 344 Not needed in C89 and later, and may hide errors 345 346 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 347 348commit 2900d7a7e7929414268cb142bf00c57d370e1396 349Author: Alan Coopersmith <alan.coopersmith@oracle.com> 350Date: Sat Oct 15 13:00:22 2022 -0700 351 352 Variable scope reductions as recommended by cppcheck 353 354 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 355 356commit f021fe33579e75bd19e7b5784858be14c3e3c4b6 357Author: Alan Coopersmith <alan.coopersmith@oracle.com> 358Date: Thu Jul 21 15:57:38 2022 -0700 359 360 gitlab CI: add a basic build test 361 362 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 363 364commit e7d9ca95f3afacd4d14eccc9d3492d651b8936fe 365Author: Alan Coopersmith <alan.coopersmith@oracle.com> 366Date: Thu Jul 21 15:52:42 2022 -0700 367 368 Build xz tarballs instead of bzip2 369 370 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 371 372commit 8527d4cf67018d793e8912f66fde0cd8a19d30a5 373Author: Alan Coopersmith <alan.coopersmith@oracle.com> 374Date: Sun Jan 9 13:02:18 2022 -0800 375 376 Fix spelling/wording issues 377 378 Found by using: 379 codespell --builtin clear,rare,usage,informal,code,names 380 381 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 382 383commit ed96e6ce90f8a2177db00c56c2af9311bc167cc4 384Author: Alan Coopersmith <alan.coopersmith@oracle.com> 385Date: Sat Mar 16 15:49:38 2019 -0700 386 387 x11perf 1.6.1 388 389 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 390 391commit 5e8ed9bbaf67aee3236ad78e5dc62ebf3d9714de 392Author: Alan Coopersmith <alan.coopersmith@oracle.com> 393Date: Fri Dec 7 20:02:50 2018 -0800 394 395 Update configure.ac bug URL for gitlab migration 396 397 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 398 399commit 356f6e0bd5cb881f43200ff1db1eb257e261afdd 400Author: Alan Coopersmith <alan.coopersmith@oracle.com> 401Date: Fri Nov 16 20:56:58 2018 -0800 402 403 Update README for gitlab migration 404 405 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 406 407commit 98648d7bac718b8401e4277f5fccdf53aa038834 408Author: Alan Coopersmith <alan.coopersmith@oracle.com> 409Date: Fri Mar 9 21:34:43 2018 -0800 410 411 Update minpixwin info in man page to match implemenation 412 413 Scales to 50x50 window since commit 920b070987c00b369bd6c77c6283f68dffbc7b83 414 415 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 416 417commit 0f5d1af67be196416a6136255dc8525ac430b979 418Author: Mihail Konev <k.mvc@ya.ru> 419Date: Thu Jan 26 14:00:20 2017 +1000 420 421 autogen: add default patch prefix 422 423 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 424 425commit 609c78d5b32732810062139be9cfdcf1a37041ea 426Author: Emil Velikov <emil.l.velikov@gmail.com> 427Date: Mon Mar 9 12:00:52 2015 +0000 428 429 autogen.sh: use quoted string variables 430 431 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 432 fall-outs, when they contain space. 433 434 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 435 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 436 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 437 438commit 4697ef8385836d1e5db0d9f5839e23a4f9ca8bc8 439Author: Peter Hutterer <peter.hutterer@who-t.net> 440Date: Tue Jan 24 10:32:07 2017 +1000 441 442 autogen.sh: use exec instead of waiting for configure to finish 443 444 Syncs the invocation of configure with the one from the server. 445 446 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 447 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 448 449commit c8eb3414f68cdc1b02a64c5321d4b0abe9c70d1e 450Author: Thomas Klausner <wiz@NetBSD.org> 451Date: Sun Jul 19 12:08:15 2015 +0200 452 453 Make NameFromFormat() const. 454 455 Fixes a const-discard warning. 456 457 Signed-off-by: Thomas Klausner <wiz@NetBSD.org> 458 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 459 460commit 920b070987c00b369bd6c77c6283f68dffbc7b83 461Author: Adam Jackson <ajax@redhat.com> 462Date: Wed Jul 15 11:10:59 2015 -0400 463 464 tests: Fix thinko in minpixwin50 465 466 The other minpixwin tests draw to a window 50% the size of the pixmap, 467 it's clear this one was meant to too. 468 469 Signed-off-by: Adam Jackson <ajax@redhat.com> 470 471commit 01d77ac727032d003a7381ca2ee0f55022295d16 472Author: Niveditha Rau <niveditha.rau@oracle.com> 473Date: Fri Apr 24 11:14:44 2015 -0700 474 475 Add new options from 1.6.0 release to man page 476 477 -pause, -compwinwin*, -comppixwin*, -magpixwin*, -minpixwin* 478 479 Signed-off-by: Niveditha Rau <niveditha.rau@oracle.com> 480 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 481 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 482 483commit 294ea038fe9cefd690f06f6b5f48507c266b4d24 484Author: Alan Coopersmith <alan.coopersmith@oracle.com> 485Date: Thu Apr 16 22:42:25 2015 -0700 486 487 x11perf 1.6.0 488 489 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 490 491commit bb2c3601b2bc1f4adcd21c79501fc514ae1688f3 492Author: Matthieu Herrb <matthieu@herrb.eu> 493Date: Sat Jan 10 10:46:46 2015 +0100 494 495 remove srand(1) call as nothing calls any rand like functions in x11perf 496 497 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> 498 Reviewed-by: Thomas Klausner <wiz@NetBSD.org> 499 500commit 2b5c1ff8926b82675c8db1f44de4c910dd9265a4 501Author: Alan Coopersmith <alan.coopersmith@oracle.com> 502Date: Sat Oct 25 14:10:02 2014 -0700 503 504 Combine help_message array into a single string 505 506 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 507 508commit 2179b566688838439d6388e1468af404e06d7350 509Author: Alan Coopersmith <alan.coopersmith@oracle.com> 510Date: Sat Oct 25 13:57:43 2014 -0700 511 512 Mark bitmap data as const 513 514 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 515 516commit ebaf6141a9932f934c87fce0c6f91c5ca25d1f3c 517Author: Peter Harris <pharris@opentext.com> 518Date: Wed Mar 26 13:45:59 2014 -0400 519 520 Fix name collision in -rgb*text 521 522 Prepend a c to the test names of the "core" versions, to match the 523 -aa*text and -caa*text tests. 524 525 Signed-off-by: Peter Harris <pharris@opentext.com> 526 527commit cb8d37dc33f2044636a04b0f81ebb4023daa93a6 528Author: Alan Coopersmith <alan.coopersmith@oracle.com> 529Date: Mon Jun 2 22:08:51 2014 -0700 530 531 autogen.sh: Honor NOCONFIGURE=1 532 533 See http://people.gnome.org/~walters/docs/build-api.txt 534 535 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 536 537commit 6333588e55df50cea89171352dcf15db969af69d 538Author: Alan Coopersmith <alan.coopersmith@oracle.com> 539Date: Mon Jun 2 22:08:51 2014 -0700 540 541 configure: Drop AM_MAINTAINER_MODE 542 543 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 544 545commit 1999b37e12fc358aa21f8dac2d11edff43377fc0 546Author: Keith Packard <keithp@keithp.com> 547Date: Mon Mar 10 09:12:45 2014 -0700 548 549 Add '-pause' option to delay between runs 550 551 This lets the package cool down to get more consistent performance numbers. 552 553 Signed-off-by: Keith Packard <keithp@keithp.com> 554 555commit f640487e27a3904831ff85033a2869e981e9d942 556Author: Keith Packard <keithp@keithp.com> 557Date: Wed Mar 5 19:11:25 2014 -0800 558 559 Switch to 64-bit ints 560 561commit 9ba0ce7d849bbd94644664b60b50bd1e2d5813b7 562Author: Keith Packard <keithp@keithp.com> 563Date: Sat Mar 29 13:48:02 2008 -0700 564 565 Add scaling composite tests 566 567commit 21c0d1903161a88d09c64811cf97dda3a8a8e751 568Author: Keith Packard <keithp@keithp.com> 569Date: Sat Mar 29 13:47:40 2008 -0700 570 571 Fix reported pixmap format name 572 573commit 734c164464a3b5d9d9dd2dc3993de85b1f63c2ff 574Author: Keith Packard <keithp@keithp.com> 575Date: Sat Mar 29 11:45:29 2008 -0700 576 577 Add up/down scaling composite tests 578 579commit ccd5cd064817595cfd0e04a926b73fb17fe31092 580Author: Alan Coopersmith <alan.coopersmith@oracle.com> 581Date: Sat Feb 23 10:09:59 2013 -0800 582 583 Assume signal handlers return void, as C89 requires 584 585 Drops use of autoconf's obsolete AC_TYPE_SIGNAL 586 587 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 588 589commit b1f22217f6c513be07612d8ed88fe5540ce7be48 590Author: Alan Coopersmith <alan.coopersmith@oracle.com> 591Date: Sun Jan 20 23:25:16 2013 -0800 592 593 Drop imake fallback for RETSIGTYPE definition 594 595 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 596 597commit 47479aabdb82907929d76ac87ca71f44819791f8 598Author: Alan Coopersmith <alan.coopersmith@oracle.com> 599Date: Sun Jan 20 23:22:29 2013 -0800 600 601 Mark usage & AbortTest as _X_NORETURN 602 603 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 604 605commit 5340bddccdd21fd34aae996ac3347ddb71f00de6 606Author: Alan Coopersmith <alan.coopersmith@oracle.com> 607Date: Wed Sep 28 18:53:17 2011 -0700 608 609 Add const attributes to fix gcc -Wwrite-strings warnings 610 611 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 612 613commit 84bfc56a89929999db92925c078d9e2f801b1689 614Author: Alan Coopersmith <alan.coopersmith@oracle.com> 615Date: Wed Jul 27 18:29:38 2011 -0700 616 617 x11perf 1.5.4 618 619 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 620 621commit d171454212bff8f4a32cf3cef08566e29237da9d 622Author: Alan Coopersmith <alan.coopersmith@oracle.com> 623Date: Thu Jul 7 22:40:14 2011 -0700 624 625 Add MKTEMP to DIR_SUBSTS in Makefile 626 627 Needed for commit 1188465112a1 to work after revert of 4af24b2f5b3f8f 628 629 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 630 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 631 632commit 86cf2ab52ad5c6b4b262c1673ad5bd4c8713e3e8 633Author: Alan Coopersmith <alan.coopersmith@oracle.com> 634Date: Thu Jul 7 17:16:52 2011 -0700 635 636 Revert "Let autoconf generate x11perfcomp directly instead of doing it via sed" 637 638 This reverts commit 4af24b2f5b3f8f2c20271ae323b6fa528b9b2127. 639 640 Letting autoconf do it failed to handle the recursive expansion needed, 641 resulting in "PATH=${exec_prefix}/lib/X11/x11perfcomp:..." without having 642 exec_prefix defined in x11perfcomp. 643 644 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 645 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 646 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 647 648commit be99f1c0ecac26255aa9b0bb0347bab1b6e0fb88 649Author: Alan Coopersmith <alan.coopersmith@oracle.com> 650Date: Fri Jul 1 19:59:34 2011 -0700 651 652 Remove stray remaining CVS id tag 653 654 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 655 656commit 1188465112a1a3c6acce9d370d448df70fd4fa4d 657Author: Alan Coopersmith <alan.coopersmith@oracle.com> 658Date: Fri Jul 1 19:51:47 2011 -0700 659 660 x11perfcomp should use mktemp instead of pid for tmp directory 661 662 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 663 664commit 4af24b2f5b3f8f2c20271ae323b6fa528b9b2127 665Author: Alan Coopersmith <alan.coopersmith@oracle.com> 666Date: Fri Jul 1 17:38:01 2011 -0700 667 668 Let autoconf generate x11perfcomp directly instead of doing it via sed 669 670 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 671 672commit fefc834c419085b2db3b2d7d57bdbfe240d1b75c 673Author: Alan Coopersmith <alan.coopersmith@oracle.com> 674Date: Fri Jul 1 17:30:14 2011 -0700 675 676 x11perfcomp: use saner $PATH 677 678 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 679 680commit 4e86c85ac8cf2fc6631be704de45f098d1a58ab3 681Author: Alan Coopersmith <alan.coopersmith@oracle.com> 682Date: Fri Mar 11 14:46:00 2011 -0800 683 684 Make Makefile.am's compatible with Solaris make 685 686 Solaris make won't substitute $< in explicit rules, only implicit ones 687 688 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 689 690commit 8b8f94bca1576e7365c492cfc8131d5aa7bcd7c8 691Author: Gaetan Nadon <memsize@videotron.ca> 692Date: Sat Jan 22 14:41:33 2011 -0500 693 694 config: substitute x11perfcompdir using Autoconf @x11perfcompdir@ 695 696 Use the Autoconf recommended way of substituting bindir and friends, see 697 http://www.gnu.org/software/autoconf/manual/autoconf.html 698 699 Use # sign for comment in script. 700 Only sed is used, drop the cpp terminology. 701 702 Reviewed-by: Rémi Cardona <remi@gentoo.org> 703 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 704 705commit 490ceddc3e97e8c5bf1ed61265525c213abf65d1 706Author: Gaetan Nadon <memsize@videotron.ca> 707Date: Wed Jan 19 10:06:55 2011 -0500 708 709 config: move man pages into their own directory 710 711 Use services provided by XORG_MANPAGE_SECTIONS. 712 Use standard Makefile for man pages. 713 714 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 715 716commit 36d4517099505fac29a3c0b8c6c3779b3f05b8ff 717Author: Gaetan Nadon <memsize@videotron.ca> 718Date: Thu Jan 13 17:15:36 2011 -0500 719 720 man: replace hard coded man page section with substitution strings 721 722 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 723 724commit 8ebaae2bf1350b9414d261fc8509fcd898d9b152 725Author: Gaetan Nadon <memsize@videotron.ca> 726Date: Thu Jan 13 11:15:47 2011 -0500 727 728 man: remove trailing spaces and tabs 729 730 Using s/[ \t]*$// 731 732 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 733 734commit 7f46d58f7523a07e9086b7c47534c37240d83409 735Author: Chris Wilson <chris@chris-wilson.co.uk> 736Date: Thu Jan 6 10:58:53 2011 +0000 737 738 Add tests for ShmGetImage 739 740 Similar to GetImage and ShmPutImage, test the performance of retrieving 741 pixel data from the X server without the overhead of copying the pixels. 742 In the upper bound, using XShmGetImage, the performance will be limited 743 by the RTT latency (x11perf -prop). However, comparing the scaling factors 744 of XShmGetImage and XGetImage will give some insight into the driver 745 efficiency. 746 747 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> 748 Reviewed-by: Adam Jackson <ajax@redhat.com> 749 750commit c39d831d409537fce2f36c8672f908a7cc810519 751Author: Alan Coopersmith <alan.coopersmith@oracle.com> 752Date: Wed Jan 5 16:33:36 2011 -0800 753 754 x11perf 1.5.3 755 756 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 757 758commit e7917bbec06e5c8e17f07b0eb833602b33111f08 759Merge: 5072fb4 cc84118 760Author: Peter Harris <pharris@opentext.com> 761Date: Tue Nov 23 14:41:33 2010 -0500 762 763 Merge fixes from git://anongit.freedesktop.org/~peterh/x11perf 764 765commit cc84118bd700745f02c65b2d6900e512e4c333af 766Author: Peter Harris <peter.harris@hummingbird.com> 767Date: Mon Oct 29 11:35:22 2007 -0400 768 769 Avoid "rep" calculation overflow. 770 771 On today's fast machines, "treps" can easily overflow a 32-bit number. 772 Use "long long" to calculate reps. 773 774 Signed-off-by: Peter Harris <pharris@opentext.com> 775 Reviewed-by: Adam Jackson <ajax@redhat.com> 776 777commit 17a30e7c65c0b03b71b5b1ac54ae3ba33ae3b42a 778Author: Peter Harris <peter.harris@hummingbird.com> 779Date: Mon Oct 29 11:29:32 2007 -0400 780 781 Clamp test time to positive values. 782 783 If there is some jitter in the sync time, operations can complete in a 784 negative amount of time (confusing both humans and x11perfcomp). 785 786 Signed-off-by: Peter Harris <pharris@opentext.com> 787 Reviewed-by: Adam Jackson <ajax@redhat.com> 788 789commit 5072fb464ffebcd97ec3a33cbff7095c3ec16225 790Author: Alan Coopersmith <alan.coopersmith@oracle.com> 791Date: Fri Nov 19 22:34:02 2010 -0800 792 793 Remove unneccessary AC_SUBST of CFLAGS & LIBS vars from PKG_CHECK_MODULES 794 795 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 796 797commit 2f6fa453f485739575296da9317243ddda25c4f6 798Author: Alan Coopersmith <alan.coopersmith@oracle.com> 799Date: Fri Nov 19 22:32:12 2010 -0800 800 801 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 802 803 Regroup AC statements under the Autoconf initialization section. 804 Regroup AM statements under the Automake initialization section. 805 Add missing AC_CONFIG_SRCDIR 806 807 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 808 809commit d970d9de1c98bc828365f15fb08aaa8dda214dd6 810Author: Alan Coopersmith <alan.coopersmith@oracle.com> 811Date: Fri Nov 19 22:28:22 2010 -0800 812 813 Bug 31640 - x11perf: Doesn't build without libXft 814 815 https://bugs.freedesktop.org/show_bug.cgi?id=31640 816 817 Fix trapezoid checks to look for both render & xft 818 819 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 820 821commit 3147d783925bb42c7af78c9f5508c0dc245b942b 822Author: Alan Coopersmith <alan.coopersmith@oracle.com> 823Date: Tue Sep 21 20:48:33 2010 -0700 824 825 x11perf 1.5.2 826 827 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 828 829commit 172260eee2180448594def3fcf719ce501528e56 830Author: Alan Coopersmith <alan.coopersmith@oracle.com> 831Date: Tue Sep 21 20:46:39 2010 -0700 832 833 config: update AC_PREREQ statement to 2.60 834 835 Unrelated to the previous patches, the new value simply reflects 836 the reality that the minimum level for autoconf to configure 837 all x.org modules is 2.60 dated June 2006. 838 839 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 840 841 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 842 843commit c4b59fd280aa0f647f7f889122adf8b92b9e5cf8 844Author: Alan Coopersmith <alan.coopersmith@oracle.com> 845Date: Tue Sep 21 20:43:58 2010 -0700 846 847 config: use AC_PROG_CC & AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS 848 849 The existing statements can now be removed from the configuration file. 850 851 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 852 853commit 4ed4ff8d692293995910da29e4d05ad9191105ea 854Author: Alan Coopersmith <alan.coopersmith@oracle.com> 855Date: Tue Sep 21 20:42:54 2010 -0700 856 857 config: upgrade to util-macros 1.8 for additional man page support 858 859 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 860 The value of MAN_SUBST is the same for all X.Org packages. 861 862 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 863 The existing statement can now be removed from the configuration file. 864 865 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 866 867commit 1f990bc605d520f58e0c321a1338da76d76529fa 868Author: Timo Myyra <Timo.Myyra@gmail.com> 869Date: Sun Sep 19 10:54:40 2010 -0700 870 871 Remove reference to xbench in x11perf.man (#29830) 872 873 xbench isn't supported by fd.o, and searching for it shows the latest version released in 1995. 874 875 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> 876 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 877 878commit 05759c8550bf994f4ae4e87a658aa7ffdd9dd517 879Author: Alan Coopersmith <alan.coopersmith@oracle.com> 880Date: Fri Aug 6 08:34:31 2010 -0700 881 882 Add HP notice to COPYING for Xmark script 883 884 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 885 886commit 3b427a6c4cc1551ce445abd975f5a128ea53d9be 887Author: Gaetan Nadon <memsize@videotron.ca> 888Date: Thu Jan 7 21:25:09 2010 -0500 889 890 COPYING: replace stub with actual copyright notice 891 892 Refer to x11perf.c 893 Copyright 1988, 1989 by Digital Equipment Corporation 894 895 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 896 897commit 374bee27ef4d45044f7562ffed162a5b6f095e40 898Author: Adam Jackson <ajax@redhat.com> 899Date: Sat Jan 2 17:36:17 2010 -0500 900 901 Add -falseprecision flag for ludicrously precise stats 902 903 The normal round-to-three-significant-figures behaviour, while morally 904 correct from a benchmarking perspective, makes it impossible to measure 905 variances between runs of less than 1%. Occasionally you really do need 906 to measure that finely - for example, if tweaking the server's main 907 dispatch loop. 908 909 Signed-off-by: Adam Jackson <ajax@redhat.com> 910 911commit af29c01b5d41f08053263dfe251d0a2a26c7eb1f 912Author: Adam Jackson <ajax@redhat.com> 913Date: Sat Jan 2 17:23:50 2010 -0500 914 915 Death to RCS tags. 916 917 Signed-off-by: Adam Jackson <ajax@redhat.com> 918 919commit f8193c3f472fb0b7357552d10a6033e8ac08b9fa 920Author: Gaetan Nadon <memsize@videotron.ca> 921Date: Thu Nov 26 09:19:52 2009 -0500 922 923 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 924 925 Now that the INSTALL file is generated. 926 Allows running make maintainer-clean. 927 928commit e6d0de5d8f13ca73753cb70b12b2f9b98f82b39f 929Author: Gaetan Nadon <memsize@videotron.ca> 930Date: Wed Oct 28 14:09:08 2009 -0400 931 932 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 933 934 Add missing INSTALL file. Use standard GNU file on building tarball 935 README may have been updated 936 Remove AUTHORS file as it is empty and no content available yet. 937 Remove NEWS file as it is empty and no content available yet. 938 939commit 5d3fb3c68c681cce10d3625bab85bb39c18e5e3b 940Author: Gaetan Nadon <memsize@videotron.ca> 941Date: Mon Oct 26 22:08:38 2009 -0400 942 943 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 944 945 ChangeLog filename is known to Automake and requires no further 946 coding in the makefile. 947 948commit 6b8182c54689c67fa35ac471fcfc4e7ee73b7b91 949Author: Gaetan Nadon <memsize@videotron.ca> 950Date: Thu Oct 22 12:34:15 2009 -0400 951 952 .gitignore: use common defaults with custom section # 24239 953 954 Using common defaults will reduce errors and maintenance. 955 Only the very small or inexistent custom section need periodic maintenance 956 when the structure of the component changes. Do not edit defaults. 957 958commit 1b811f2bf9c3cdef966b18ea802f1f79b5f34ef2 959Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 960Date: Wed Oct 21 12:47:20 2009 -0700 961 962 This is not a GNU project, so declare it foreign. 963 964 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 965 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 966 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 967 > > was quite annoying to work around since 'autoreconf -fvi' replaces 968 > > it and git wants to commit it. Should these files even be in git? 969 > > Can I nuke them for the betterment of humanity and since they get 970 > > created by autoreconf anyways? 971 > 972 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 973 974 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 975 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 976 of the INSTALL file. It is also part of the 24206 solution. 977 978 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 979 980commit 98ca2c35b05a2d248063047c50770a018e35e810 981Author: Alan Coopersmith <alan.coopersmith@sun.com> 982Date: Fri Oct 16 17:19:36 2009 -0700 983 984 x11perf 1.5.1 985 986 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 987 988commit 266da0b9c176cf0dc615005bb0ad4aa585892bd8 989Author: Alan Coopersmith <alan.coopersmith@sun.com> 990Date: Fri Oct 16 17:17:41 2009 -0700 991 992 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 993 994 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 995 996commit 9851abff574fe041f4e3f45b39c61d943e3a7f86 997Author: Alan Coopersmith <alan.coopersmith@sun.com> 998Date: Thu Oct 1 14:54:20 2009 -0700 999 1000 Add README with pointers to mailing lists, bugzilla, & git 1001 1002 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1003 1004commit c7f3c6652e9507e4303fd9ed913c593afb7447f0 1005Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 1006Date: Tue Jan 13 18:55:51 2009 -0200 1007 1008 Ansification and compile warning fixes. 1009 1010 This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects 1011 make distcheck. 1012 1013commit 828c0323450eadaf040749c010918679f5e4fe53 1014Author: Adam Jackson <ajax@redhat.com> 1015Date: Fri Mar 7 16:51:53 2008 -0500 1016 1017 x11perf-1.5 1018 1019commit 1540dc21e1ef7bb473af7616294e5730e38f66ec 1020Author: James Cloos <cloos@jhcloos.com> 1021Date: Thu Dec 6 16:37:08 2007 -0500 1022 1023 Replace static ChangeLog with dist-hook to generate from git log 1024 1025commit b1c5b72bb4bb5f3e116255f9d04b368137ff25f7 1026Author: Michel Dänzer <michel@tungstengraphics.com> 1027Date: Thu Nov 1 09:13:43 2007 +0100 1028 1029 Fix typos in descriptions of -compwinwin{1,5}00. 1030 1031commit 569a5eaaef9a5c8bf50f1323fe39e81347976875 1032Merge: 55aa9c2 e906fe5 1033Author: Keith Packard <keithp@koto.keithp.com> 1034Date: Mon Sep 10 16:56:06 2007 +0100 1035 1036 Merge branch 'origin' 1037 1038commit 55aa9c238c5d81c9dc0f679dfd2fea00f356247b 1039Author: Keith Packard <keithp@koto.keithp.com> 1040Date: Mon Sep 10 16:12:29 2007 +0100 1041 1042 Add Compositing tests. 1043 1044 -compwinwinXX, -comppixwinXX where XX is 10, 100 or 500. 1045 1046 -pop <POP> <POP> ... where <POP> is one of Clear, Src, Dst, Over, 1047 OverReverse, In, InReverse, Out, OutReverse, Atop, AtopReverse, Xor, Add or 1048 Saturate. 1049 1050 -format <FORMAT> <FORMAT> ... where <FORMAT> is one of RGB24, ARGB32, A8, 1051 A4, A1 or NATIVE 1052 1053commit 8b3b9d1d1d3a255000fb43bd09c62ef1e0798023 1054Author: Keith Packard <keithp@koto.keithp.com> 1055Date: Mon Sep 10 16:08:51 2007 +0100 1056 1057 Rename .cvsignore to .gitignore 1058 1059commit e906fe589a852e9b4af4aac6c72580494139a0b7 1060Author: Eric S. Raymond <esr@thyrsus.com> 1061Date: Tue Jan 2 10:07:00 2007 -0800 1062 1063 Bug 9520: Markup problems in Xmark.1x 1064 1065 X.Org Bugzilla #9520 <https://bugs.freedesktop.org/show_bug.cgi?id=9520> 1066 1067commit d36c3c0e7db2254dc1385fe7ffc187797e109e0e 1068Author: Alan Coopersmith <alan.coopersmith@sun.com> 1069Date: Wed Apr 11 15:45:48 2007 -0700 1070 1071 Another man page typo fix: s/aprox./approx./ 1072 1073commit e9bb1f2d13cad8240cc95f1aae19316fe7568cbd 1074Author: Alan Coopersmith <alan.coopersmith@sun.com> 1075Date: Wed Apr 11 15:41:27 2007 -0700 1076 1077 renamed: .cvsignore -> .gitignore 1078 1079commit ad4686b388da891ca07fba41a748ea90a3bb15cb 1080Author: Alan Coopersmith <alan.coopersmith@sun.com> 1081Date: Wed Apr 11 15:39:23 2007 -0700 1082 1083 Bug #10616: Man page typo: s/peform/perform/ 1084 1085 X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616> 1086 Reported upstream from 1087 Debian Bug #395445 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395445> 1088 1089commit fabb885e8db6dd54d31b7223e9bb4f5d9e835d8c 1090Author: Adam Jackson <ajax@nwnk.net> 1091Date: Thu Mar 2 23:36:27 2006 +0000 1092 1093 Bump to 1.4.1 (was 1.0.1 because we screwed up during modularising). 1094 1095commit 21ce0f2bab1743ed15474ba1468286d6782bf781 1096Author: Keith Packard <keithp@keithp.com> 1097Date: Tue Feb 14 16:33:38 2006 +0000 1098 1099 Split detection of Xrender and Xft. Add detection of MIT-SHM. Clean up 1100 CFLAGS in Makefile.am 1101 1102commit 32393ee83c8ad63dbb54aab709cdd4dc5802a74c 1103Author: Eric Anholt <anholt@freebsd.org> 1104Date: Tue Feb 14 02:48:22 2006 +0000 1105 1106 Detect when Render is available and turn those tests on. 1107 1108commit d121367a04832aafb27800283bac5ce35365d84e 1109Author: Kevin E Martin <kem@kem.org> 1110Date: Wed Dec 21 02:29:48 2005 +0000 1111 1112 Update package version for X11R7 release. 1113 1114commit 883de694b5dac055f0d7fd33cb84ee10c080ba8c 1115Author: Adam Jackson <ajax@nwnk.net> 1116Date: Mon Dec 19 16:22:42 2005 +0000 1117 1118 Stub COPYING files 1119 1120commit 2c3643dc1503b7e9136f678e0af238d507acf262 1121Author: Kevin E Martin <kem@kem.org> 1122Date: Thu Dec 15 00:24:04 2005 +0000 1123 1124 Update package version number for final X11R7 release candidate. 1125 1126commit 8e9f6aa0f81fa57e8b08684a1110e945f6f0dacd 1127Author: Kevin E Martin <kem@kem.org> 1128Date: Tue Dec 6 22:48:19 2005 +0000 1129 1130 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 1131 1132commit e09f755a36b9848a7c76013d324713b1ee5cf0e3 1133Author: Kevin E Martin <kem@kem.org> 1134Date: Sat Dec 3 05:49:18 2005 +0000 1135 1136 Update package version number for X11R7 RC3 release. 1137 1138commit 9a94217191edf8e719ff9d4fbf485b5c33d0bde3 1139Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1140Date: Mon Nov 28 22:01:39 2005 +0000 1141 1142 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 1143 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 1144 1145commit 95895b619909e2b9f2e144e972b83aee6595d5f3 1146Author: Eric Anholt <anholt@freebsd.org> 1147Date: Mon Nov 21 10:34:58 2005 +0000 1148 1149 Another pass at .cvsignores for apps. 1150 1151commit 67eaa3cc45db8ab1a9aedb4675a09d5a3db31a7f 1152Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1153Date: Mon Nov 21 03:14:15 2005 +0000 1154 1155 Change dependency from xmu to xmuu since the full xmu (with all its baggage 1156 like Xt) is not needed here. 1157 1158commit 583d5d1c988ab24c61e2bbb21a5e5847328e86ec 1159Author: Eric Anholt <anholt@freebsd.org> 1160Date: Sun Nov 20 22:08:50 2005 +0000 1161 1162 Add/improve .cvsignore files for apps. 1163 1164commit 2350482506abae44fcf656a3383c354ac2910d34 1165Author: Kevin E Martin <kem@kem.org> 1166Date: Wed Oct 19 02:47:50 2005 +0000 1167 1168 Update package version number for RC1 release. 1169 1170commit a489b54c63515aa2be297ef340501b1b7ef09423 1171Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1172Date: Mon Oct 17 23:56:21 2005 +0000 1173 1174 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 1175 work better with BSD make 1176 1177commit 4ac6e7bffbd29ae179fbc053a8317db4fa2f3f75 1178Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1179Date: Fri Oct 14 00:25:42 2005 +0000 1180 1181 Use sed to fill in variables in man page 1182 1183commit 64a324c6ffd7ba8a9bce52d41db3e63d77b69eca 1184Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1185Date: Thu Oct 6 20:04:20 2005 +0000 1186 1187 Strip .sh from filenames of scripts to match the way they are installed by 1188 the monolith 1189 1190commit eb51653deaa7a8cac0bac02f4a1fe4cd8291590b 1191Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1192Date: Thu Oct 6 03:47:12 2005 +0000 1193 1194 Fix file names of beforelight, x11perfcomp, and xlsclients man pages 1195 1196commit eb44ab57c5e989429f94bb67d01abaef70b9174d 1197Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1198Date: Mon Aug 1 20:25:28 2005 +0000 1199 1200 Install man pages to section 1 instead of section m (Patch from Donnie 1201 Berkholz) 1202 1203commit a1e27c9edcb4b99a0550e674dea66bd1d3111747 1204Author: Kevin E Martin <kem@kem.org> 1205Date: Fri Jul 29 21:22:30 2005 +0000 1206 1207 Various changes preparing packages for RC0: 1208 - Verify and update package version numbers as needed 1209 - Implement versioning scheme 1210 - Change bug address to point to bugzilla bug entry form 1211 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 1212 reenable it) 1213 - Fix makedepend to use pkgconfig and pass distcheck 1214 - Update build script to build macros first 1215 - Update modular Xorg version 1216 1217commit 9dc00b804b6283a6371cae136f0c4abc743e3462 1218Author: Kevin E Martin <kem@kem.org> 1219Date: Thu Jul 28 15:57:12 2005 +0000 1220 1221 Fix distcheck for remaining apps 1222 1223commit 8b5dc957345bbee8349340e345a6a06ec42a16e8 1224Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1225Date: Tue Jul 26 18:58:15 2005 +0000 1226 1227 Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and 1228 -DHAS_VFORK 1229 1230commit 74c819bed573af85aabd92f023c885e53fb0cf77 1231Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1232Date: Tue Jul 26 18:55:42 2005 +0000 1233 1234 Add config.h includes for modularization Use RETSIGTYPE if defined by 1235 autoconf in addition to Imake's SIGNALRETURNSINT. Use 1236 HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's 1237 HAS_VFORK 1238 1239commit 81a51fb38778c54442657142cf5d57fae4ac3e0e 1240Author: Adam Jackson <ajax@nwnk.net> 1241Date: Wed Jul 20 19:31:51 2005 +0000 1242 1243 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 1244 configure cache, you cache it, and the cached value is probably wrong. 1245 1246commit 2975cf615c2e0b79c3392d6d95b393ce4b0fd312 1247Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 1248Date: Sat Jul 16 23:29:38 2005 +0000 1249 1250 x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am: 1251 - Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac: 1252 xvidtune/Makefile.am: xvidtune/configure.ac: 1253 - Use more portable cpp invocations for pre-processing files 1254 xfs/configure.ac: 1255 - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set 1256 correctly 1257 1258commit 68ebb5b755791822c2f1d9f9659c2ee94bb63f1c 1259Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 1260Date: Wed Jun 29 20:41:01 2005 +0000 1261 1262 Add x11perf build system Add some x11perf shell script to symlink.sh 1263 1264commit 21b7ff0b54fcf28e933738aaaedf5aef46880717 1265Author: Eric Anholt <anholt@freebsd.org> 1266Date: Wed Aug 11 08:05:31 2004 +0000 1267 1268 - Fix the build with old libXrender headers installed by including 1269 TOP_INCLUDES first in the INCLUDES line. 1270 - Drive-by fix of unused variables warnings in do_traps.c. 1271 1272commit 9f86498395945e52accedc6bf3d938c2d21abd5d 1273Author: Keith Packard <keithp@keithp.com> 1274Date: Fri Aug 6 23:42:11 2004 +0000 1275 1276 Add RenderAddTraps. Rewrite trapezoid rendering code. 1277 1278commit cc61a0dd9da513e24a0c39793e4e70237a8d35b5 1279Author: Egbert Eich <eich@suse.de> 1280Date: Fri Apr 23 19:54:38 2004 +0000 1281 1282 Merging XORG-CURRENT into trunk 1283 1284commit 3208453773436841fd97a5a841f75aea2a84ea07 1285Author: Egbert Eich <eich@suse.de> 1286Date: Sun Mar 14 08:34:59 2004 +0000 1287 1288 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 1289 1290commit c090b9c09ddb3f21983506a90418d6e5387cbd94 1291Author: Egbert Eich <eich@suse.de> 1292Date: Wed Mar 3 12:12:54 2004 +0000 1293 1294 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 1295 1296commit c501072fc6aae9867785226575d87b6a3d89ecaa 1297Author: Egbert Eich <eich@suse.de> 1298Date: Thu Feb 26 13:36:16 2004 +0000 1299 1300 readding XFree86's cvs IDs 1301 1302commit 767875979a99fba9d7c00fd9eb7da316d88596dc 1303Author: Egbert Eich <eich@suse.de> 1304Date: Thu Feb 26 09:23:58 2004 +0000 1305 1306 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 1307 1308commit c3ee38aec0f064a3916ecef9a29ecf6538a794a1 1309Author: Kaleb Keithley <kaleb@freedesktop.org> 1310Date: Tue Nov 25 19:29:03 2003 +0000 1311 1312 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 1313 1314commit ee11b04c48b57b74beacd0a905fbc96a86c75931 1315Author: Kaleb Keithley <kaleb@freedesktop.org> 1316Date: Fri Nov 14 16:48:58 2003 +0000 1317 1318 XFree86 4.3.0.1 1319 1320commit 76312369bde4267f6405a4e1d26697258cc06b32 1321Author: Kaleb Keithley <kaleb@freedesktop.org> 1322Date: Fri Nov 14 16:48:58 2003 +0000 1323 1324 Initial revision 1325 1326commit d7d99c8433b3bd35c8bad352ebd1fc49cff45264 1327Author: Kaleb Keithley <kaleb@freedesktop.org> 1328Date: Fri Nov 14 15:54:53 2003 +0000 1329 1330 R6.6 is the Xorg base-line 1331