index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
misc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-30
modesetting: Fix potential buffer overflow
Daniel Martin
1
-1
/
+1
2017-09-20
sync: Convert from "CARD64" to int64_t.
Eric Anholt
1
-0
/
+29
2017-04-25
Remove support for unaligned swaps.
Eric Anholt
1
-12
/
+3
2017-04-25
Rewrite the byte swapping macros.
Eric Anholt
1
-63
/
+34
2016-07-21
Allow 1024 and 2048 for LimitClients
Keith Packard
1
-1
/
+1
2016-05-26
Create a threaded mechanism for input [v7]
Keith Packard
1
-0
/
+1
2015-08-24
configurable maximum number of clients
Olivier Fourdan
1
-1
/
+2
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-8
/
+8
2014-10-30
include: fix compiler warning about casting int to uint16_t
Peter Hutterer
1
-1
/
+1
2014-06-02
Fix overflow checking extension versions
Robert Ancell
1
-7
/
+11
2014-02-04
Revert "os: xstrtokenize takes and returns const char * now"
Peter Hutterer
1
-1
/
+1
2014-01-12
os: xstrtokenize takes and returns const char * now
Keith Packard
1
-1
/
+1
2013-10-31
Add swapll to byte swap 64-bit datatypes
Keith Packard
1
-0
/
+29
2013-01-17
os: add support for %f to pnprintf
Peter Hutterer
1
-0
/
+1
2012-08-21
Add FormatInt64 to convert signed integers in signal-safe manner
Peter Hutterer
1
-0
/
+1
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-0
/
+14
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
1
-0
/
+4
2012-07-02
Make BUG_WARN* signal safe
Chase Douglas
1
-4
/
+4
2012-06-21
Add FormatUInt64{,Hex}() for formatting numbers in a signal safe manner
Chase Douglas
1
-0
/
+2
2012-06-07
include: add BUG_RETURN_* macros
Peter Hutterer
1
-0
/
+12
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-44
/
+49
2012-01-13
include: prettify BUG_WARN output
Peter Hutterer
1
-1
/
+2
2011-12-15
include: fix BUG_WARN_MSG for constant messages only
Peter Hutterer
1
-2
/
+2
2011-12-13
dix: add a MAXEVENTS define for the number of core + extension events
Peter Hutterer
1
-0
/
+2
2011-12-09
include: add BUG_WARN_MSG for custom error message on bug condition
Peter Hutterer
1
-1
/
+8
2011-11-29
include: add BUG_WARN macro for internal bug cases.
Peter Hutterer
1
-0
/
+7
2011-11-23
Fix Sun compiler check that got turned around
Alan Coopersmith
1
-1
/
+1
2011-10-03
Remove incorrect & in swap_uint32
Matt Turner
1
-1
/
+1
2011-09-28
Address regressions from e8ff555b95ba and d206d52f657c to work with other com...
Jeremy Huddleston
1
-2
/
+4
2011-09-21
Use __builtin_constant_p to determine if we can use lswapl
Matt Turner
1
-2
/
+13
2011-09-21
Use lswap{l,s} in cpswap{l,s}
Matt Turner
1
-8
/
+6
2011-09-21
Make lswap{l,s} inline functions
Matt Turner
1
-6
/
+12
2011-09-21
Add type checking to swap macros
Matt Turner
1
-0
/
+16
2011-09-21
Introduce swap_uint{16,32} functions, used in swap{l,s}
Matt Turner
1
-10
/
+20
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-6
/
+8
2011-09-21
Replace Fabs() macro with fabs() function
Matt Turner
1
-3
/
+0
2011-05-13
include: add version_compare helper function
Peter Hutterer
1
-0
/
+18
2011-03-14
dix: Fix ATOM typedef
Adam Jackson
1
-1
/
+2
2011-03-14
Consolidate all the PATH_MAX handling into misc.h
Christopher James Halse Rogers
1
-0
/
+11
2011-03-08
dix: Remove PIXEL typedef
Adam Jackson
1
-2
/
+0
2010-05-13
Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN
Jeremy Huddleston
1
-12
/
+0
2010-05-13
Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gcc
Mikhail Gusarov
1
-0
/
+6
2010-04-30
Move X_DEPRECATED to misc.h so it can be used outside resource.h
Keith Packard
1
-0
/
+6
2010-02-11
Add xstrtokenize to the dix.
Peter Hutterer
1
-0
/
+3
2009-07-14
include: introduce byte counting functions.
Peter Hutterer
1
-0
/
+30
2009-05-04
include: up the number of max. input devices to 40.
Peter Hutterer
1
-1
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2008-10-31
Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.
Peter Hutterer
1
-0
/
+3
2008-10-31
Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.
Peter Hutterer
1
-0
/
+1
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-3
/
+1
[next]