summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-22incomplete: Remove xf86{Un,}MapVidMemioaddressAdam Jackson10-1539/+0
2011-09-22int10: Port internal users off xf86MapVidMemAdam Jackson2-7/+11
2011-09-22pci: Remove xf86MapDomainMemoryAdam Jackson7-282/+4
2011-09-22int10: Use pciaccess rom fetch for !PC machinesAdam Jackson1-57/+1
2011-09-22pci: Remove the PCITAG typeAdam Jackson3-9/+1
2011-09-22xfree86: Remove unused bios_devmem.cAdam Jackson2-78/+0
2011-09-22linux: Remove ia64 domain I/O support codeAdam Jackson3-198/+1
2011-09-22linux: Remove pre-2.6 PCI interface supportAdam Jackson1-30/+2
2011-09-22bus: remove some dead struct fieldsAdam Jackson1-6/+0
2011-09-22linux: Use pci_device_get_parent_bridge instead of open-coding itAdam Jackson1-40/+1
2011-09-22pci: Port xf86MapLegacyIO to pciaccessAdam Jackson9-157/+21
2011-09-22vgahw: Port to pciaccess IO space routinesAdam Jackson2-60/+55
2011-09-22vgahw: Don't default to standard (port space) access routinesAdam Jackson1-3/+0
2011-09-22vgahw: Remove IO domain setupAdam Jackson1-1/+0
2011-09-22int10: Port to pciaccess' legacy IO APIAdam Jackson4-52/+52
2011-09-22xfree86: Move xf86GetClocks to vgahwAdam Jackson4-96/+96
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard121-4203/+3244
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard12-532/+610
2011-09-21Merge remote-tracking branch 'jamey/reviewed'Keith Packard41-242/+99
2011-09-21xkb: add missing swaps for xkbGetDeviceInfoReplyfor-keithPeter Harris1-0/+3
2011-09-21Use __builtin_constant_p to determine if we can use lswaplMatt Turner1-2/+13
2011-09-21Use lswap{l,s} in cpswap{l,s}Matt Turner1-8/+6
2011-09-21Make lswap{l,s} inline functionsMatt Turner1-6/+12
2011-09-21Add type checking to swap macrosMatt Turner1-0/+16
2011-09-21Introduce swap_uint{16,32} functions, used in swap{l,s}Matt Turner1-10/+20
2011-09-21Cast char* buffers to swap functionsMatt Turner3-11/+11
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner9-25/+13
2011-09-21fb: Rename wfbTriangles and wfbTrapezoidsAaron Plattner1-0/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner115-4140/+3164
2011-09-21Silence printf format warnings in helper_exec.cMatt Turner1-16/+16
2011-09-21Replace Fabs() macro with fabs() functionMatt Turner4-8/+5
2011-09-21Remove unnecessary #undefs of [f]abs and old commentsMatt Turner2-12/+0
2011-09-21devbook.am: maintenance update from docbook.amGaetan Nadon1-26/+19
2011-09-21docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon1-2/+0
2011-09-21docbook.am: global maintenance update - entities, images and olinkingGaetan Nadon1-54/+62
2011-09-21DRI2: Allow DDX to validate swap_limit changesPauli Nieminen2-1/+25
2011-09-21DRI2: Expose API to set drawable swap limit.Pauli Nieminen2-0/+24
2011-09-21DRI2: Add ReuseBufferNotify hookPauli Nieminen2-1/+23
2011-09-21print DisplayMode type bitsvdb@picaros.org1-7/+48
2011-09-21Merge remote-tracking branch 'kibi/master'Keith Packard2-6/+2
2011-09-21xfree86: Bump extension ABI version to 6.0Aaron Plattner1-1/+1
2011-09-20Space & style cleanup of hw/xfree86/i2c/fi1236.cAlan Coopersmith1-466/+536
2011-09-20Cross-reference cvt(1) & gtf(1) man pagesAlan Coopersmith2-4/+2
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith2-15/+5
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp2-6/+1
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp8-15/+15
2011-09-19Revert "Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state"Jamey Sharp2-22/+2
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith2-6/+3
2011-09-19sun_init.c: Implement novtswitch & sharevts for SolarisAlan Coopersmith1-3/+13
2011-09-19Replace XmuSnprintf with snprintf.Jamey Sharp9-32/+31