summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change return statements to fix compiler errors: "fbcompose.c", line 2815:XORG-6_8_99_7Alan Coopersmith2005-05-141-4/+8
* - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it inSøren Sandmann Pedersen2005-05-134-0/+12
* Bugzilla #2561: Disable some keycode translations on PC98, which hadEric Anholt2005-05-101-0/+4
* Bugzilla #2429: Correct the sysarch prototype for FreeBSD/alpha.Eric Anholt2005-05-091-1/+1
* Increase the maximum number of buttons from 12 to 24. Helps withEric Anholt2005-05-091-1/+1
* Render performance improvements. (Lars Knoll, Zack Rusin)Adam Jackson2005-05-091-3/+3
* Render performance improvements. (Lars Knoll, Zack Rusin)Adam Jackson2005-05-083-2952/+2667
* Only call ConfigureWindow from winRaiseWindow if the windows messageAlexander Gottwald2005-05-083-1/+15
* Fix build issues on Mac OS X 10.4.0.XORG-6_8_99_6Torrey Lyons2005-05-062-3/+3
* Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse inEric Anholt2005-05-043-4/+4
* Fix comments for pointers in parameter lists to work with fussy compilersHarold L Hunt II2005-05-024-6/+6
* Fix message type (respose->response) and fix */*comment*/ blocks to workHarold L Hunt II2005-05-021-9/+9
* Print correct logfile in FatalError messagesco_port_update-baseAlexander Gottwald2005-05-022-2/+8
* Set stencil size for Xgl GLX visualsDavid Reveman2005-05-021-0/+1
* New algorithm for calculating glyph extents in XglDavid Reveman2005-05-011-32/+82
* Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn'tXORG-6_8_99_5Egbert Eich2005-04-271-0/+3
* Minor optimizationDavid Reveman2005-04-271-0/+3
* Line drawing improvements to XglDavid Reveman2005-04-276-148/+472
* Fix typoDavid Reveman2005-04-271-12/+12
* Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLXDavid Reveman2005-04-261-133/+747
* xc/programs/Xserver/Xprint/Init.cRoland Mainz2005-04-262-14/+16
* Add scissor based clipping to Xgl GLXDavid Reveman2005-04-251-78/+830
* Bug #2138: When the server is built with MakeDllModules YES, preferAdam Jackson2005-04-251-40/+39
* Bug #2141: Rework misleading warning message when APM support isAdam Jackson2005-04-251-3/+3
* xc/config/cf/X11.tmplXORG-6_8_99_4Roland Mainz2005-04-244-1/+18
* //bugs.freedesktop.org/show_bug.cgi?id=3118) attachment #2525Roland Mainz2005-04-231-6/+0
* Bug #3016: Don't complain as loudly about failing to load a module that'sAdam Jackson2005-04-231-3/+5
* Bug #3109: Handle R_ALPHA_BRSGP relocations in elfloader. (Sergey Tikhonov)Adam Jackson2005-04-232-0/+52
* Clean up formatting, projectroot substutition, and grammatical nits.Alan Coopersmith2005-04-221-13/+13
* Work around clash between Solaris headers and module loader headers overAlan Coopersmith2005-04-221-0/+4
* Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.Adam Jackson2005-04-2211-481/+0
* Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,Adam Jackson2005-04-222-0/+132
* Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,Adam Jackson2005-04-2211-30/+513
* Change xf86bigfont.h include to X11/extensions/xf86bigfont.h.Daniel Stone2005-04-211-2/+2
* Change keymap.h includes to X11/keymap.hDaniel Stone2005-04-211-2/+2
* Change dmxext.h and dmxproto.h to <X11/extensions/...>.Daniel Stone2005-04-201-2/+2
* Change "eviestr.h" to <X11/extensions/eviestr.h>.Daniel Stone2005-04-201-1/+1
* Fix includes right throughout the Xserver tree:Alexander Gottwald2005-04-206-9/+9
* warning fix for Win32Alexander Gottwald2005-04-201-1/+1
* Change "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes.Daniel Stone2005-04-201-1/+1
* Add missing space after -query hostnameAlexander Gottwald2005-04-201-0/+1
* Change xf86bigfstr.h to X11/extensions/xf86bigfstr.h for includes.Daniel Stone2005-04-201-2/+2
* Change xf86bigfont.h to X11/extensions/xf86bigfont.h for includes.Daniel Stone2005-04-201-2/+2
* Add glyphstr.h to includes.Daniel Stone2005-04-201-0/+1
* Conditionalise usage of Xprint functions and headers.Daniel Stone2005-04-201-1/+7
* Change keysymdef.h to X11/keysymdef.h for include statement.Daniel Stone2005-04-201-1/+1
* Change Xalloca.h to X11/Xalloca.h for include.Daniel Stone2005-04-201-1/+1
* Fix includes right throughout the Xserver tree:Daniel Stone2005-04-20672-1475/+1649
* Prevent recursive calls to winRaiseWindow.Alexander Gottwald2005-04-192-1/+10
* Hash texture objects and display lists in XglDavid Reveman2005-04-194-51/+910