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