summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt5-18/+46
2014-03-17glamor: Move the EGL image to the normal pixmap private.Eric Anholt2-49/+47
2014-03-17glamor: Use epoxy_has_egl_extension() instead of rolling our own.Eric Anholt1-24/+7
2014-03-17glamor: Drop the set of the context to NULL at the end of glamor ops.Eric Anholt1-7/+1
2014-03-17xephyr: Don't forget to glViewport() before drawing the screen.Eric Anholt3-0/+29
2014-03-10glx: Clear new FBConfig attributes to 0 by default.Eric Anholt1-1/+1
2014-03-10glamor: Use buffer_storageEric Anholt3-2/+54
2014-03-10glamor: Fix requested composite VBO size.Eric Anholt1-6/+2
2014-03-10glamor: Extract the streamed vertex data code used by Render.Eric Anholt7-114/+183
2014-03-10glamor: Track the next vertex offset as we go for AA traps.Eric Anholt1-5/+9
2014-03-10glamor: Track the next vertex offset as we go for non-AA traps.Eric Anholt1-7/+18
2014-03-10glamor: Track the next vertex offset as we go in render accel.Eric Anholt2-5/+11
2014-03-10glamor: Move glamor_emit_composite_vert() to traps, where it's used.Eric Anholt3-29/+25
2014-03-10glamor: Don't forget to set GL_INVALIDATE_RANGE_BIT on GL_ARB_mbr.Eric Anholt1-1/+2
2014-03-10glamor: Fix a mismatched glamor_get/put_context().Eric Anholt1-5/+0
2014-03-10glamor: Add a note about the state of GL_ARB_map_buffer_range.Eric Anholt1-0/+13
2014-03-10glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.Eric Anholt3-3/+3
2014-03-10glamor: remove dead global variable.Eric Anholt1-1/+0
2014-03-10Require video drivers to report that they support server managed fdsHans de Goede2-2/+15
2014-03-10xf86platformBus: Make doPlatformProbe accept a NULL gdev argumentHans de Goede1-9/+5
2014-03-10systemd-logind: Fix vt-enter not working when using a legacy video driverHans de Goede1-1/+2
2014-03-10config_odev_add*_attribute: Don't add the attribute to the list twiceHans de Goede1-10/+21
2014-03-10hashtabletest: Fix warning: format ‘%ld’ expects argument of type ...Hans de Goede1-1/+1
2014-03-09xserver: fix build since system-logind.hDave Airlie1-2/+2
2014-03-07Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard19-53/+959
2014-03-07Fix xephyr build in --disable-glamor caseJon TURNEY1-3/+8
2014-03-06dix: Clear any existing selections before initializing privatesAndrew Eikum1-1/+3
2014-03-05glamor: Add support for DRI3.Eric Anholt3-2/+92
2014-03-05glamor: Rename the DRI-related pixmap functions.Eric Anholt3-35/+40
2014-03-05xorg: Connect up the glamor XV code, xorg DDX-only for now.Eric Anholt5-15/+13
2014-03-05xorg: Build a glamor_egl module.Eric Anholt5-2/+61
2014-03-05xephyr: Pass incoming XCB events to the Xlib event filter.Eric Anholt3-2/+55
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt10-16/+570
2014-03-03hw/xwin: More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison12-49/+35
2014-03-03hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexerColin Harrison1-0/+1
2014-03-03hw/xwin: Silence bell when volume is zeroColin Harrison1-1/+1
2014-03-03hw/xwin: Fix typo in commentColin Harrison1-1/+1
2014-03-03hw/xwin: Align parameter names in prototypes with definitionColin Harrison2-4/+4
2014-03-03hw/xwin: Just generate the WGL wrappers we needJon TURNEY1-31/+14
2014-03-03hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...Yaakov Selkowitz1-1/+4
2014-03-03xf86OpenSerial: Add support server managed fdsHans de Goede1-1/+5
2014-03-03config-udev: Don't try to add drm devices twiceHans de Goede1-0/+4
2014-03-03systemd-logind: Add delayed input device probingHans de Goede3-4/+49
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede5-10/+107
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede9-1/+611
2014-03-03hotplug: Extend OdevAttributes for server-managed fd supportHans de Goede3-0/+25
2014-03-03OdevAttribute: Remove unowned flag from OdevAttributes headHans de Goede5-10/+15
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede4-1/+82
2014-03-03OdevAttribute: config_odev_add_attribute: replace existing valuesHans de Goede1-1/+4