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
path:
root
/
hw
/
kdrive
/
src
/
kxv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Convert hw/kdrive to new *allocarray functions
Alan Coopersmith
1
-2
/
+2
2014-10-27
dix: Always store GC client clip as a region (v2)
Adam Jackson
1
-1
/
+1
2014-10-09
dix: Drop the third argument from WindowExposuresProcPtr
Adam Jackson
1
-3
/
+3
2014-08-07
xv: Drop the ClientPtr from the interface to the DDX.
Eric Anholt
1
-29
/
+20
2014-08-07
xv: Remove the no-op AllocatePort/FreePort interfaces.
Eric Anholt
1
-17
/
+0
2014-08-06
kdrive: Don't bother explicitly clearing new window privates to NULL.
Eric Anholt
1
-21
/
+0
2014-08-06
kdrive: Remove dead KXVPaintRegion().
Eric Anholt
1
-41
/
+0
2014-08-06
xv: Move CloseScreen setup from a DIX hook to normal wrapping.
Eric Anholt
1
-13
/
+5
2014-08-06
xv: Move the DDX XV screen private allocation into the DDXes.
Eric Anholt
1
-7
/
+5
2014-08-06
xv: Drop the ddQueryAdaptors() interface.
Eric Anholt
1
-16
/
+2
2014-08-06
xv: Move common code for adaptor cleanup to xvmain.c
Eric Anholt
1
-27
/
+1
2014-08-06
xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes.
Eric Anholt
1
-46
/
+0
2014-08-06
xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.
Eric Anholt
1
-24
/
+0
2014-06-15
kdrive: Simplify the adaptor setup interface.
Eric Anholt
1
-4
/
+4
2014-06-15
kdrive: Remove dead generic XV adaptors code.
Eric Anholt
1
-43
/
+0
2014-06-15
kdrive: Do a little more cleanup from the XV struct deduplication.
Eric Anholt
1
-18
/
+12
2014-03-26
kdrive: Remove duplicated definitions of some XV-related structs.
Eric Anholt
1
-25
/
+2
2014-01-22
kdrive: Fix -Wshadow errors
Keith Packard
1
-2
/
+2
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2013-03-06
kdrive: fix "set but not used" warnings
Peter Hutterer
1
-2
/
+0
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-4
/
+4
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-4
/
+0
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
-1450
/
+1435
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-6
/
+3
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-05
kdrive: Xv code uses shared screen private instead of kdrive-specific private
Keith Packard
1
-5
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-4
/
+10
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-79
/
+79
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-1
/
+1
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-4
/
+4
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-38
/
+38
2010-01-01
Do not check xfree argument for NULL
Mikhail Gusarov
1
-14
/
+7
2010-01-01
Remove trailing whitespace
Mikhail Gusarov
1
-142
/
+142
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-3
/
+4
2008-07-17
KDrive: Delete rafts of unused code
Daniel Stone
1
-41
/
+0
2007-12-13
devPrivates rework: more cleanup from previous merge operation.
Eamon Walsh
1
-3
/
+7
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+2
2007-11-05
KDrive: Remove usage of alloca
Daniel Stone
1
-2
/
+2
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-28
/
+16
2007-06-29
Death to RCS tags.
Adam Jackson
1
-2
/
+0
2006-07-21
fix KdXvCopyPackedData to actually work
Daniel Stone
1
-1
/
+1
2005-12-27
Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
Adam Jackson
1
-1
/
+1
2005-06-09
- Replace the syncAccel hook in the kdrive structure with a pair of hooks
Eric Anholt
1
-0
/
+43
2004-05-13
Add generic functions for copying packed/planar XV data, copied from
Eric Anholt
1
-0
/
+142
2003-11-10
Fix KdXv interface to pass drawable down so that bits can be put into
Keith Packard
1
-6
/
+6
2003-10-14
Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall
Keith Packard
1
-14
/
+7
2003-09-11
Move kdrive common sources to src dir
Keith Packard
1
-0
/
+3
2003-09-11
Start autoifying everything.
Anders Carlsson
1
-2
/
+2
[next]