index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-17
glamor: Do glyph private init at screeninit time, and other stuff at CSR.
Eric Anholt
5
-18
/
+46
2014-03-17
glamor: Move the EGL image to the normal pixmap private.
Eric Anholt
2
-49
/
+47
2014-03-17
glamor: Use epoxy_has_egl_extension() instead of rolling our own.
Eric Anholt
1
-24
/
+7
2014-03-17
glamor: Drop the set of the context to NULL at the end of glamor ops.
Eric Anholt
1
-7
/
+1
2014-03-17
xephyr: Don't forget to glViewport() before drawing the screen.
Eric Anholt
3
-0
/
+29
2014-03-10
glx: Clear new FBConfig attributes to 0 by default.
Eric Anholt
1
-1
/
+1
2014-03-10
glamor: Use buffer_storage
Eric Anholt
3
-2
/
+54
2014-03-10
glamor: Fix requested composite VBO size.
Eric Anholt
1
-6
/
+2
2014-03-10
glamor: Extract the streamed vertex data code used by Render.
Eric Anholt
7
-114
/
+183
2014-03-10
glamor: Track the next vertex offset as we go for AA traps.
Eric Anholt
1
-5
/
+9
2014-03-10
glamor: Track the next vertex offset as we go for non-AA traps.
Eric Anholt
1
-7
/
+18
2014-03-10
glamor: Track the next vertex offset as we go in render accel.
Eric Anholt
2
-5
/
+11
2014-03-10
glamor: Move glamor_emit_composite_vert() to traps, where it's used.
Eric Anholt
3
-29
/
+25
2014-03-10
glamor: Don't forget to set GL_INVALIDATE_RANGE_BIT on GL_ARB_mbr.
Eric Anholt
1
-1
/
+2
2014-03-10
glamor: Fix a mismatched glamor_get/put_context().
Eric Anholt
1
-5
/
+0
2014-03-10
glamor: Add a note about the state of GL_ARB_map_buffer_range.
Eric Anholt
1
-0
/
+13
2014-03-10
glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.
Eric Anholt
3
-3
/
+3
2014-03-10
glamor: remove dead global variable.
Eric Anholt
1
-1
/
+0
2014-03-10
Require video drivers to report that they support server managed fds
Hans de Goede
2
-2
/
+15
2014-03-10
xf86platformBus: Make doPlatformProbe accept a NULL gdev argument
Hans de Goede
1
-9
/
+5
2014-03-10
systemd-logind: Fix vt-enter not working when using a legacy video driver
Hans de Goede
1
-1
/
+2
2014-03-10
config_odev_add*_attribute: Don't add the attribute to the list twice
Hans de Goede
1
-10
/
+21
2014-03-10
hashtabletest: Fix warning: format ‘%ld’ expects argument of type ...
Hans de Goede
1
-1
/
+1
2014-03-09
xserver: fix build since system-logind.h
Dave Airlie
1
-2
/
+2
2014-03-07
Merge remote-tracking branch 'jwrdecoede/for-keith'
Keith Packard
19
-53
/
+959
2014-03-07
Fix xephyr build in --disable-glamor case
Jon TURNEY
1
-3
/
+8
2014-03-06
dix: Clear any existing selections before initializing privates
Andrew Eikum
1
-1
/
+3
2014-03-05
glamor: Add support for DRI3.
Eric Anholt
3
-2
/
+92
2014-03-05
glamor: Rename the DRI-related pixmap functions.
Eric Anholt
3
-35
/
+40
2014-03-05
xorg: Connect up the glamor XV code, xorg DDX-only for now.
Eric Anholt
5
-15
/
+13
2014-03-05
xorg: Build a glamor_egl module.
Eric Anholt
5
-2
/
+61
2014-03-05
xephyr: Pass incoming XCB events to the Xlib event filter.
Eric Anholt
3
-2
/
+55
2014-03-05
xephyr: Build support for rendering with glamor using a -glamor option.
Eric Anholt
10
-16
/
+570
2014-03-03
hw/xwin: More closely follow ICCCM for setting input focus
Jon TURNEY
1
-18
/
+59
2014-03-03
hw/xwin: Remove unnecessary casts from malloc/realloc/calloc calls
Colin Harrison
12
-49
/
+35
2014-03-03
hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexer
Colin Harrison
1
-0
/
+1
2014-03-03
hw/xwin: Silence bell when volume is zero
Colin Harrison
1
-1
/
+1
2014-03-03
hw/xwin: Fix typo in comment
Colin Harrison
1
-1
/
+1
2014-03-03
hw/xwin: Align parameter names in prototypes with definition
Colin Harrison
2
-4
/
+4
2014-03-03
hw/xwin: Just generate the WGL wrappers we need
Jon TURNEY
1
-31
/
+14
2014-03-03
hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...
Yaakov Selkowitz
1
-1
/
+4
2014-03-03
xf86OpenSerial: Add support server managed fds
Hans de Goede
1
-1
/
+5
2014-03-03
config-udev: Don't try to add drm devices twice
Hans de Goede
1
-0
/
+4
2014-03-03
systemd-logind: Add delayed input device probing
Hans de Goede
3
-4
/
+49
2014-03-03
systemd-logind: Hookup systemd-logind integration
Hans de Goede
5
-10
/
+107
2014-03-03
systemd-logind: Add systemd-logind "core"
Hans de Goede
9
-1
/
+611
2014-03-03
hotplug: Extend OdevAttributes for server-managed fd support
Hans de Goede
3
-0
/
+25
2014-03-03
OdevAttribute: Remove unowned flag from OdevAttributes head
Hans de Goede
5
-10
/
+15
2014-03-03
OdevAttribute: Add support for integer attributes
Hans de Goede
4
-1
/
+82
2014-03-03
OdevAttribute: config_odev_add_attribute: replace existing values
Hans de Goede
1
-1
/
+4
[next]