summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-07-09xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuffAlan Coopersmith2-41/+52
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith3-12/+18
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-1/+3
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith16-176/+154
2012-07-07dri2/prime: allocate prime id at screen allocation timeDave Airlie1-5/+32
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie3-28/+266
2012-07-07xf86: add callback for offloak sink setting support.Dave Airlie2-1/+32
2012-07-07xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie2-1/+9
2012-07-07xf86: make sure rotate calcs are done on the right screen boundariesDave Airlie1-0/+6
2012-07-07xf86/cursor: fallback to sw cursor if we have slaves present.Dave Airlie1-1/+1
2012-07-07xf86: add output source setting callback (v2)Dave Airlie2-1/+38
2012-07-07xf86/crtc: add new interface to detach slave crtcsDave Airlie2-0/+23
2012-07-07xf86: add initial scanout pixmap support (v2)Dave Airlie3-0/+18
2012-07-07xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie4-5/+15
2012-07-07dix: attach unbound screens to protocol screen 0 (v2)Dave Airlie2-0/+8
2012-07-06xfree86: add framework for provider support in ddx. (v4)Dave Airlie4-0/+101
2012-07-06randr: add provider object and provider property support (v6)Dave Airlie1-3/+6
2012-07-06Merge remote-tracking branch 'airlied/for-keithp-stage1'Keith Packard22-66/+1026
2012-07-06xfree86: EDID Est III parsing skips some modesTorsten Kaiser1-1/+1
2012-07-06xfree86: EDID Est III parsing can walk off end of arrayTorsten Kaiser1-2/+9
2012-07-06xfree86: add autoAddGPU option (v2)Dave Airlie4-3/+30
2012-07-06xfree86: add platform bus hotplug support (v3)Dave Airlie3-0/+157
2012-07-06xfree86: add DDX gpu screen support. (v3)Dave Airlie7-24/+132
2012-07-06xf86: cleanup helper code to use a pointer. (v1.1)Dave Airlie1-9/+10
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie15-15/+691
2012-07-06xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-07-04Look for ModuleData only in appropriate libraryMichal Srb3-1/+8
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer10-132/+51
2012-07-04xfree86: fix use-after-free issue in checkInputPeter Hutterer1-0/+1
2012-07-03Drop custom sigio block/unblock functions from kdrive, ephyr and dmxPeter Hutterer5-88/+24
2012-07-03xfree86: drop ddx-specific SIGIO blockingPeter Hutterer5-30/+25
2012-07-03xfree86: use OsBlockSIGIO from the ddxPeter Hutterer1-15/+2
2012-07-02Merge branch 'sigsafe-logging-varargs'Keith Packard6-14/+19
2012-07-02Bump to ABI_XINPUT_VERSION 18Peter Hutterer1-1/+1
2012-07-02xfree86: constify InputDriverPtr->driverName and default_optionsPeter Hutterer1-2/+2
2012-07-02xfree86: constify InputInfoPtr->type_namePeter Hutterer1-1/+1
2012-07-02Log in OsVendorFatalError() in a signal safe mannerChase Douglas1-7/+7
2012-07-02Log in LoaderUnload() in a signal safe mannerChase Douglas1-1/+1
2012-07-02Log in UnloadModuleOrDriver() in a signal safe mannerChase Douglas1-2/+3
2012-07-02Enable no-undefined symbols mode in Solaris builds if -z parent is in ldAlan Coopersmith1-3/+3
2012-07-02Add pixman to module dependencies for pixman_region_* functionsAlan Coopersmith3-3/+4
2012-07-02Build tda9885.c functions into fi1236 to avoid libtool relinking problemsAlan Coopersmith1-4/+1
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-23/+1
2012-06-28dri2: Fix authentication for < v8 clients (v2).Christopher James Halse Rogers1-4/+4
2012-06-22xfree86: always enable SIGIO on OsVendorInit (#50957)Peter Hutterer1-0/+1
2012-06-21hw/xwin/glx: Fix glxWinCreateContext() function pointer mismatchJon TURNEY1-2/+5
2012-06-21hw/xwin/glx: Update gen_gl_wrappers.py for the current glx/dispatch.hJon TURNEY1-1/+1
2012-06-21hw/xwin/glx: Blacklist 'GDI generic' GL rendererJon TURNEY1-12/+21
2012-06-21hw/xwin/glx: Fix glxLogExtensions to handle a null string without crashingJon TURNEY1-1/+3
2012-06-21hw/xwin/glx: Create a new dispatch table rather than modifying the existing oneJon TURNEY1-2/+10