index
:
~daenzer/xserver
for-master
randr12-colormaps
Michel Daenzer's personal xserver repository.
daenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-01
glamor: Expose glamor_destroy_pixmap()
Kristian Høgsberg
2
-2
/
+1
2014-04-01
glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flag
Kristian Høgsberg
2
-1
/
+10
2014-04-01
glamor: Move glamor_egl_screen_init() prototype to glamor.h
Kristian Høgsberg
3
-4
/
+5
2014-04-01
dri3: Allow asynchronous implementation for dri3_open
Kristian Høgsberg
4
-17
/
+32
2014-04-01
composite: Add exception mechanism for implicit redirection policy
Kristian Høgsberg
4
-0
/
+53
2014-04-01
Make XYToWindow a screen function
Keith Packard
6
-43
/
+79
2014-04-01
configure: Change DEFAULT_LOGPREFIX to really be a filename prefix
Hans de Goede
4
-7
/
+8
2014-03-31
Merge remote-tracking branch 'jturney/master'
Keith Packard
19
-47
/
+39
2014-03-29
mi: Hush extension initialization (#75870)
Adam Jackson
1
-8
/
+0
2014-03-27
fb: fix fast-path blt detection
Keith Packard
1
-27
/
+33
2014-03-27
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
4
-8
/
+10
2014-03-27
Fix build when configured --enable-debug
Jon TURNEY
2
-0
/
+2
2014-03-27
Fix ephyr build with --disable-glamor
Jon TURNEY
1
-1
/
+4
2014-03-27
Build fbcmap_mi.c once, rather than once for each DDX
Jon TURNEY
9
-23
/
+5
2014-03-27
Build Xi/stubs.c once as a convenience library, rather than once for each DDX...
Jon TURNEY
5
-10
/
+11
2014-03-27
Build dpmsstubs.c once as a convenience library, rather than once for each DD...
Jon TURNEY
5
-9
/
+11
2014-03-26
Xephyr: restore initial window resize lost in xcb conversion
Julien Cristau
1
-0
/
+6
2014-03-26
glamor: Add glamor_program PolyPoint implementation
Keith Packard
4
-57
/
+133
2014-03-26
glamor: Move glamor_poly_segment to separate glamor_segment.c file
Keith Packard
3
-26
/
+40
2014-03-26
glamor: Add infrastructure for generating shaders on the fly
Keith Packard
6
-0
/
+793
2014-03-26
glamor: Add helper functions to walk pixmap tiling
Keith Packard
1
-0
/
+46
2014-03-26
glamor: Add bounding box to one-fbo pixmaps
Keith Packard
2
-0
/
+9
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
8
-27
/
+24
2014-03-26
mi: miPutImage with XYPixmap failed at depth 32 on 64-bit machines
Keith Packard
1
-1
/
+1
2014-03-26
dix: Allow NULL stipple in ChangeGC
Keith Packard
1
-3
/
+5
2014-03-26
glamor: Drop feature dependent optimization on startup.
Markus Wick
1
-20
/
+3
2014-03-26
glamor: Remove unneeded unbindings.
Markus Wick
1
-8
/
+0
2014-03-26
glamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to the same IB.
Markus Wick
4
-18
/
+1
2014-03-26
glamor: Select VBO path by ARB_mbr extension.
Markus Wick
3
-3
/
+6
2014-03-26
glamor: Update GL requirements to 2.1.
Markus Wick
1
-2
/
+2
2014-03-26
glamor: Use epoxy_gl_version() instead of rolling our own.
Markus Wick
3
-31
/
+3
2014-03-26
glamor: Use epoxy_has_gl_extension() instead of rolling our own.
Markus Wick
3
-28
/
+5
2014-03-26
glamor: Use glsl "fract/mod" instead of "while" in gradient shaders.
Markus Wick
1
-44
/
+4
2014-03-26
kdrive: Remove duplicated definitions of some XV-related structs.
Eric Anholt
2
-59
/
+4
2014-03-26
xfree86: glamor_egl subdir must be distributed - breaks distcheck
Gaetan Nadon
1
-1
/
+1
2014-03-26
ephyr: typo where "()" should be "$()" in the Makefile - breaks make dist
Gaetan Nadon
1
-1
/
+1
2014-03-26
systemd-logind: Monitor systemd-logind going away
Hans de Goede
1
-2
/
+32
2014-03-26
Buildsys: Create SUID_WRAPPER_DIR before using it
Hans de Goede
1
-0
/
+1
2014-03-26
suid: adding Xorg.sh.in to EXTRA_DIST is redundant
Gaetan Nadon
1
-1
/
+1
2014-03-26
suid: add generated Xorg.sh to hw/xfree86/.gitignore
Gaetan Nadon
1
-0
/
+1
2014-03-26
suid: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Gaetan Nadon
1
-2
/
+2
2014-03-25
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
7
-12
/
+50
2014-03-25
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
Emil Velikov
10
-45
/
+31
2014-03-25
xkb: Restore XkbCopyDeviceKeymap
Adam Jackson
2
-0
/
+9
2014-03-25
os: Add AddClientOnOpenFD() to create a new client for an file descriptor
Kristian Høgsberg
2
-0
/
+29
2014-03-23
miinitext: avoid allocating a sentinel ExtensionModule
Emil Velikov
1
-3
/
+2
2014-03-23
miinitext: constify staticExtensions
Emil Velikov
1
-1
/
+1
2014-03-23
miinitext: drop sentinel detection during LoadExtension
Emil Velikov
1
-3
/
+0
2014-03-23
miinitext: move AddStaticExtensions() to LoadExtension()
Emil Velikov
1
-4
/
+4
2014-03-22
Add necessary headers for major()/minor() on Solaris to xf86Xinput.c
Alan Coopersmith
3
-1
/
+9
[prev]
[next]