summaryrefslogtreecommitdiff
path: root/hw/vfb
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+5
2010-05-21vfb: Remove dead variable and header fileAdam Jackson3-161/+0
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
2010-04-27Make Xvfb independent of MAXSCREENS.Jamey Sharp1-5/+11
2010-04-27Xvfb: Simplify screen option processing.Jamey Sharp1-64/+27
2010-04-27Delete redundant scrnum field from Xvfb private screen-info struct.Jamey Sharp1-4/+2
2010-04-27Track screens' installed colormaps as screen privates.Jamey Sharp1-10/+13
2010-04-21Xvfb: Usage message typo fix.Keith Packard1-1/+1
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-4/+0
2010-04-16vfb: add a name and type to the pointer and keyboardJulien Cristau1-0/+6
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1
2010-03-22Use EXEEXT in relink rules for portable DDXsYaakov Selkowitz1-1/+1
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+5
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-2/+3
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-3/+21
2009-06-11vfb: Re-enable 30bpp supportAdam Jackson1-0/+6
2009-05-29vfb: Fix depth setup.Adam Jackson1-27/+3
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-2/+4
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-0/+1
2009-04-17input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer1-3/+1
2009-01-27Xvfb: add missing include for new xkbsrv.hMagnus Kessler1-0/+1
2009-01-25Xvfb: Remove unused function GetLK201Mappings in InitInput.cMagnus Kessler1-195/+0
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-9/+7
2009-01-11Xvfb: ANSI cleanupsJulien Cristau2-6/+6
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2-2/+0
2008-07-23Unifdef AIX.Adam Jackson1-5/+0
2008-07-02Fix GLX in Xvfb and kdrive.Adam Jackson1-0/+1
2008-05-26Merge branch 'master' into mpxPeter Hutterer1-5/+0
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer1-1/+1
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-5/+0
2008-05-16mi: remove miPointerUpdate() -> replaced by miPointerUpdateSprite().Peter Hutterer1-1/+0
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-3/+3
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-9/+9
2008-03-01bug #10008: Make Xvfb.1 document the correct default depthDavid Nusinow1-3/+3
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson1-9/+9
2008-01-21Xi: add XACE hooks for device creation (ChangeDeviceHierarchy)Peter Hutterer1-2/+2
2007-12-07Darwin: Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-1/+1
2007-11-05Xvfb: Remove usage of allocaDaniel Stone1-6/+6
2007-09-19XVFB: Removed obsolete hack to build on DarwinBen Byer1-16/+0
2007-08-31Convert servers to using _DEPENDENCIES to ensure proper rebuilds.Eric Anholt1-6/+7
2007-04-03Split the xserver/fb/fbcmap.c file into two files.Brian1-2/+2
2007-02-13Update Xvfb man page: remove monolith build instructions, use /var/tmp instea...Alan Coopersmith1-10/+3
2007-02-05dmx, vfb, xnest: fix fbcmap compilationDaniel Stone1-12/+13
2006-12-16For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86ServerKevin E Martin1-0/+1
2006-11-04Merge master back to randr-1.2Keith Packard1-5/+8
2006-11-04Add DIX_CFLAGS to hw/vfb/Makefile.amKeith Packard1-2/+2