summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-17glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt16-97/+82
2014-03-17glamor: Allow nested mapping of pixmaps.Eric Anholt2-1/+28
2014-03-17glamor: Drop unused GLAMOR_ACCESS_WO.Eric Anholt2-11/+1
2014-03-17glamor: Drop stale comment.Eric Anholt1-4/+0
2014-03-17glamor: Replace some goofy enum-likes with a real enum.Eric Anholt6-19/+26
2014-03-17glamor: Fix up doxygen for glamor_fill.c.Eric Anholt1-1/+17
2014-03-17glamor: Rename more solid fill variables to clean up the code.Eric Anholt1-18/+16
2014-03-17glamor: Rename a variable to be more descriptive.Eric Anholt1-4/+4
2014-03-17glamor: Fix some integer overflow errors.Eric Anholt1-2/+2
2014-03-17glamor: Drop bogus _X_UNLIKELY.Eric Anholt1-1/+1
2014-03-17glamor: Fix stack overflow in glamor_solid vertex handling.Eric Anholt1-1/+1
2014-03-17glamor: Drop duplicated lines for getting pixmap state in GetImage.Eric Anholt1-2/+0
2014-03-17glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.Eric Anholt3-5/+6
2014-03-17glamor: Drop the body of the function for enabling DRI3 extensions.Eric Anholt2-14/+1
2014-03-17sync: Add a header include necessary to use misyncstr.hEric Anholt1-0/+1
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