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
/
Xext
/
xvmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-01
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
1
-1
/
+1
2016-03-08
xvmc: Fix unchecked AddResource
Julien Cristau
1
-3
/
+14
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-10
/
+10
2014-01-12
Clean up warnings in DIX
Keith Packard
1
-2
/
+2
2012-07-16
Fix two more C99 initialization mistakes using members of same struct
Alan Coopersmith
1
-3
/
+5
2012-07-10
XvMC: Remove unused XvMCGeneration
Daniel Stone
1
-2
/
+0
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-6
/
+0
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-0
/
+8
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-0
/
+1
2012-07-09
Use C99 designated initializers in Xext Replies
Alan Coopersmith
1
-43
/
+55
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-12
/
+12
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-2
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-309
/
+320
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
1
-4
/
+2
2011-06-16
Xext: Fix buggy checks.
Cyril Brulebois
1
-5
/
+6
2011-03-08
xvmc: Use RESTYPE consistently
Adam Jackson
1
-3
/
+3
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-6
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-5
/
+9
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-7
/
+8
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-14
/
+14
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-7
/
+6
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+4
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-2
/
+3
2009-07-14
Xext: switch to byte counting functions
Peter Hutterer
1
-4
/
+4
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-27
/
+30
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-1
/
+1
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-2
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-4
/
+4
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-4
/
+4
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-2
/
+3
2008-07-24
Remove all empty extension reset hooks, replace with NULL.
Adam Jackson
1
-7
/
+1
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu BĂ©rard
1
-5
/
+0
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-14
/
+9
2007-11-21
Xext: Scruffy the janitor don't like no "register" keywords.
Peter Hutterer
1
-2
/
+2
2007-11-20
Revert "registry: Register XvMC extension protocol names."
Eamon Walsh
1
-29
/
+0
2007-10-15
registry: Register XvMC extension protocol names.
Eamon Walsh
1
-0
/
+29
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-14
/
+9
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-1
/
+1
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-0
/
+2
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-2
/
+2
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-2
/
+2
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-6
/
+6
2004-11-24
Add <sys/types.h> include to unbreak build on FreeBSD.
Eric Anholt
1
-0
/
+1
2004-11-23
Bugzilla #1883 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1883): Fix
Thomas Hellstrom
1
-9
/
+25
2004-11-13
lib/XvMC/Imake
Thomas Hellstrom
1
-1
/
+102
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
Egbert Eich
1
-1
/
+1
[next]