summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xfree86: Bump XINPUT ABI to 3.0.mpxPeter Hutterer2008-05-261-1/+1
* input: change dxremaind, dyremaind to floats for better acceleration #9156Simon Thum2008-05-261-1/+1
* Merge branch 'master' into mpxPeter Hutterer2008-05-26155-13167/+34604
|\
| * EXA: Only record damage generated by rendering operations.Michel Dänzer2008-05-247-11/+32
| * EXA: Don't migrate twice in exaImageGlyphBlt.Michel Dänzer2008-05-241-12/+2
| * EXA: Don't suggest exaCopyDirty be inlined.Michel Dänzer2008-05-241-1/+1
| * EXA: Specify region used for source pixmap migration in exaCopyNtoN.Michel Dänzer2008-05-241-21/+31
| * xfree86: fix build on GNU/kFreeBSDJulien Cristau2008-05-231-1/+1
| * glx: fix memory corruption with r5g6b5George Sapountzis2008-05-231-2/+5
| * glx: fix forgotten swrast -> SWRastGeorge Sapountzis2008-05-232-2/+2
| * glx: missing swrast is fatalGeorge Sapountzis2008-05-232-3/+4
| * glx: drop stray glcore.h includeGeorge Sapountzis2008-05-231-6/+0
| * kdrive: need not export symbols for glx anymoreGeorge Sapountzis2008-05-235-20/+0
| * XQuartz: A 2 second delay for launchd socket connections should be sufficient.Jeremy Huddleston2008-05-231-2/+4
| * XQuartz: Add the launchd fd to AllSockets as wellJeremy Huddleston2008-05-231-6/+8
| * XQuartz: Don't need launchd checking in configure.ac anymore since its functi...Jeremy Huddleston2008-05-232-19/+0
| * XQuartz: Move the launchd display grabbing into mach_startupJeremy Huddleston2008-05-232-31/+33
| * XQuartz: Fixed a few issues with fd passing... still not working =(Jeremy Huddleston2008-05-232-15/+14
| * Actually enable building GLX without Mesa sourceDan Nicholson2008-05-211-1/+1
| * int10: add pci_device_enable support on LinuxDave Airlie2008-05-223-0/+8
| * Clean up remaining afb references.Kristian Høgsberg2008-05-213-11/+0
| * Death to afb.Adam Jackson2008-05-2137-11867/+2
| * Fix up paths for GL/glx -> glx renamingDan Nicholson2008-05-218-13/+13
| * Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg2008-05-2161-15/+5
| * Move the windows GL files to the xwin DDX.Kristian Høgsberg2008-05-215-0/+7
| * Get out of the mesa symlinking business.Kristian Høgsberg2008-05-2124-226/+33618
| * Use LD_EXPORT_SYMBOLS_FLAG when linking Xnest.Kristian Høgsberg2008-05-211-0/+1
| * Drop glcore GLX provider.Kristian Høgsberg2008-05-217-545/+9
| * Stop symlinking glcontextmodes.[ch] from mesa.Kristian Høgsberg2008-05-212-6/+0
| * glx: drop drm.h, sareaHandle from swrast loaderGeorge Sapountzis2008-05-211-5/+2
| * drop xprint remnants: InitGlobalsGeorge Sapountzis2008-05-2113-67/+1
| * drop xprint remnants: xpstubsGeorge Sapountzis2008-05-213-67/+8
| * Short-circuit PanoramiXTranslateVisualID after verifying that the visual actu...Aaron Plattner2008-05-201-4/+4
| * Add loader for the swrast dri driver.George Sapountzis2008-05-208-207/+806
| * Restore return type on xf86SetScrnInfoModesAlan Coopersmith2008-05-191-0/+1
* | dix: store the absolute values in the motion history.Peter Hutterer2008-05-262-3/+4
* | If core motion history is required, scale back to screen coords and INT16.Peter Hutterer2008-05-266-15/+51
* | Ensure the motion history is merged for master devices.Peter Hutterer2008-05-264-25/+111
* | dix: Allocate MD's motion history to be large enough for potential valuatorsPeter Hutterer2008-05-262-6/+16
* | Remove GetMotionProc from ValuatorClassRec.Peter Hutterer2008-05-258-32/+13
* | dmx: remove some #if 0'd code.Peter Hutterer2008-05-251-5/+0
* | Xi: reset motion history when swapping device classes.Peter Hutterer2008-05-251-0/+2
* | Xi: remove deprecated comment.Peter Hutterer2008-05-241-2/+0
* | dix: update valuators > 2 as well.Peter Hutterer2008-05-231-12/+45
* | Xi: update device valuators based on the event.Peter Hutterer2008-05-231-75/+35
* | dix: don't allow relative data in deviceValuators.Peter Hutterer2008-05-231-17/+4
* | Revert "dix: Correct values in the device axisVal are calculated in GPE"Peter Hutterer2008-05-231-2/+101
* | dix: more device scaling insanity.Peter Hutterer2008-05-232-30/+40
* | input: instead of lastx/y, use a last.valuators[] array on the device.Peter Hutterer2008-05-237-37/+49
* | dix: coreEvents doesn't have meaning here, use master instead.Peter Hutterer2008-05-231-3/+4