summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-0/+2
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard3-12/+3
2015-03-24xwayland: Add dependency on glamor libsOlivier Fourdan1-0/+1
2015-03-24ephyr: Fail if glamor is requested but not usableOlivier Fourdan1-3/+6
2015-03-13int10: Fix error check for pci_device_map_legacyJürg Billeter2-2/+2
2015-03-13symbols: Fix sdksyms.sh to cope with gcc5Egbert Eich1-1/+13
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer10-67/+22
2015-02-10dmx: include header for DMXExtensionInit() in dmx.cAlan Coopersmith1-0/+1
2015-02-10dmx: constify GCOps & GCFuncs pointersAlan Coopersmith2-4/+4
2015-02-10dmx: Mark glxIsExtensionSupported as a const char *Alan Coopersmith2-2/+2
2015-02-10dmx: remove redundant redeclarations of variables from other headersAlan Coopersmith2-4/+0
2015-02-10dmx: remove redundant declaration of dmxFontPrivateIndex from dmxfont.hAlan Coopersmith1-2/+0
2015-02-10dmx: glxproxy prototype cleanupAlan Coopersmith12-27/+41
2015-02-10dmx: more unshadowing of variablesAlan Coopersmith3-10/+10
2015-02-10dmx: attempt to untangle nested loops using same index variableAlan Coopersmith1-15/+15
2015-02-10dmx: remove unused variablesAlan Coopersmith2-5/+0
2015-02-10dmx: fix printf format argument warningsAlan Coopersmith2-9/+9
2015-02-10dmx: move format strings inline so gcc can checkAlan Coopersmith1-15/+3
2015-02-10dmx: Add _X_ATTRIBUTE_PRINTF to dmxConfigLog() & dmxConfigOutput()Alan Coopersmith2-2/+3
2015-01-26dri2: Set vdpau driver name if ddx does not provide any driver nameAdel Gadllah1-3/+3
2015-01-23modesetting: Return the crtc for a drawable even if it's rotatedJason Ekstrand1-8/+1
2015-01-23modesetting: Add support for using RandR shadow buffersJason Ekstrand2-3/+115
2015-01-23modesetting: Add drmmode_bo_has_bo and drmmode_bo_map helper functionJason Ekstrand1-11/+32
2015-01-23modesetting: Refactor drmmode_glamor_new_screen_pixmapJason Ekstrand1-12/+27
2015-01-23dri2: SourceOffloads may be for DRI3 onlyChris Wilson1-0/+3
2015-01-23Avoid possible null pointer dereference.Carlos Olmedo Escobar1-1/+1
2015-01-23drivers/modesetting: Save current BlockHandler on return in msBlockHandlerKeith Packard1-0/+1
2015-01-17xwayland: Set glamor filter to nearestMarkus Wick1-0/+3
2015-01-10Merge remote-tracking branch 'whot/for-keith'Keith Packard2-2/+15
2015-01-10modesetting: Update the cursor without hiding itJasper St. Pierre1-0/+1
2015-01-07Synchronize capslock in Xnest and XephyrOlivier Fourdan2-2/+15
2015-01-04Remove explicit dependency on $(WAYLAND_LIBS)Olivier Fourdan1-1/+0
2015-01-05xfree86: rename Xorg.bin to XorgPeter Hutterer4-9/+9
2015-01-02ephyr: Implement per-screen colormapsMichele Baldessari4-7/+9
2015-01-01modesetting: Fix build with --disable-glamor.Kenneth Graunke1-0/+2
2014-12-25modesetting: Add vblank synchronization support when using Present.Kenneth Graunke5-0/+256
2014-12-25modesetting: Include glamor.h from driver.h.Kenneth Graunke4-15/+8
2014-12-25modesetting: Check DPMS mode in ms_covering_crtc().Kenneth Graunke1-1/+9
2014-12-25modesetting: Track the CRTC's DPMS mode.Kenneth Graunke2-12/+6
2014-12-25Fix "Back", "Forward", and other special mouse buttons in XWayland.Dima Ryazanov1-1/+6
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-19Solaris: Move shared declarations to xf86_OSlib.hAlan Coopersmith3-3/+5
2014-12-19modesetting: Enable Xv when using glamorKeith Packard1-0/+13
2014-12-18modesetting: [v2] Don't re-enable the cursor when loading the imageKeith Packard2-35/+41
2014-12-11Solaris: delete undocumented, unuseful -protect0 flagAlan Coopersmith1-31/+0
2014-12-11modesetting: Use GBM for buffer allocations if Glamor supports it.Kenneth Graunke3-8/+68
2014-12-11modesetting: Create a drmmode_bo wrapper; use it for front_bo.Kenneth Graunke3-24/+61
2014-12-11modesetting: Drop dumb_bo::map_count field and dead unmap code.Kenneth Graunke2-11/+0
2014-12-11modesetting: Move dumb_bo into its own source files.Kenneth Graunke5-117/+194