summaryrefslogtreecommitdiff
path: root/hw/xfree86/drivers/modesetting/driver.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-30modesetting: Implement page flipping support for Present.for-keithpKenneth Graunke1-0/+6
2015-06-30modesetting: don't try and load dri2Dave Airlie1-1/+0
2015-06-30modesetting: reverse prime support (v1.1)Dave Airlie1-3/+14
2015-06-30modesetting: add output master supportDave Airlie1-0/+58
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-1/+1
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard1-4/+1
2015-01-23drivers/modesetting: Save current BlockHandler on return in msBlockHandlerKeith Packard1-0/+1
2015-01-10modesetting: Update the cursor without hiding itJasper St. Pierre1-0/+1
2014-12-25modesetting: Add vblank synchronization support when using Present.Kenneth Graunke1-0/+5
2014-12-25modesetting: Include glamor.h from driver.h.Kenneth Graunke1-5/+0
2014-12-25modesetting: Detect whether damage tracking is neededKeith Packard1-11/+16
2014-12-25modesetting: Fix damage tracking auto-disable codeKeith Packard1-6/+3
2014-12-19modesetting: Enable Xv when using glamorKeith Packard1-0/+13
2014-12-11modesetting: Use GBM for buffer allocations if Glamor supports it.Kenneth Graunke1-4/+12
2014-12-11modesetting: Create a drmmode_bo wrapper; use it for front_bo.Kenneth Graunke1-1/+1
2014-12-11modesetting: Create helper for glamor_egl_create_textured_screen call.Kenneth Graunke1-12/+2
2014-12-11modesetting: Stop using glamor_egl_create_textured_screen_ext().Kenneth Graunke1-6/+5
2014-12-08modesetting: Move Bool glamor into drmmode structDaniel Martin1-7/+7
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-10-27modesetting: Add support for DRI2 with glamor.Eric Anholt1-1/+26
2014-10-09modesetting: Add support for rendering using glamor.Eric Anholt1-11/+90
2014-10-09modesetting: Deduplicate some scrn setup.Eric Anholt1-33/+22
2014-10-09modesetting: Run x-indent-all.sh.Eric Anholt1-277/+302
2014-09-16modesetting: Drop remaining old-xserver compatibility.Eric Anholt1-4/+2
2014-09-16modesetting: Drop use of compat-api.hEric Anholt1-29/+21
2014-09-16modesetting: Connect the driver to the build.Eric Anholt1-4/+6
2014-09-15modesetting: Update for the platform device API change.Eric Anholt1-4/+4
2014-09-15modesetting: Drop use of "pointer" for "void *"Eric Anholt1-3/+3
2014-09-15modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORTEric Anholt1-14/+1
2014-05-21Use own thunk function instead of shadowUpdatePackedWeakAdam Jackson1-1/+7
2014-05-02modesetting: fix build regression against older servers.Dave Airlie1-1/+1
2014-04-28Add support for server managed fdsHans de Goede1-16/+61
2014-02-25modesetting: Don't (brokenly) double-track software cursorAdam Jackson1-1/+1
2014-02-21modesetting: move closing fd to after we check outputsDave Airlie1-1/+1
2014-02-12modesetting: query cursor size from the kernelAlex Deucher1-1/+20
2013-11-15Clean up compiler warnings.Keith Packard1-7/+9
2013-06-12modesetting: probe only succeeds if connectors are detectedMaarten Lankhorst1-8/+20
2013-06-11modesetting: fix adjust frame crashDave Airlie1-10/+3
2013-04-03support 32 bpp pixmaps when 24 bpp fb is used.Maarten Lankhorst1-1/+1
2013-03-26modesetting: clean up leaksMaarten Lankhorst1-8/+20
2013-03-21modesetting: match PCI class 3, any subclassAaron Plattner1-1/+1
2012-11-29Remove call to miInitializeBackingStore()Thierry Reding1-1/+0
2012-09-17modesetting: remove alloca usage againDave Airlie1-1/+5
2012-08-16Implement ->driverFuncAdam Jackson1-1/+18
2012-07-25modesetting: add output slave support.Dave Airlie1-23/+113
2012-07-25modesetting: add platform bus supportDave Airlie1-15/+69
2012-07-25modesetting: drop useless xf86PciInfo includeDave Airlie1-1/+0
2012-06-22modesetting: pci probing requires interface version 1.4Dave Airlie1-0/+11
2012-06-01modesetting: bump to latest X server compat api.Dave Airlie1-31/+30
2012-05-23modesetting: convert to new scrn conversion APIs.Dave Airlie1-5/+5