summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/sw/xlib
AgeCommit message (Expand)AuthorFilesLines
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2-1/+12
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-1/+2
2013-11-16gallium/winsys: compact compiler flags into Automake.incEmil Velikov1-2/+2
2013-09-19winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.Gaetan Nadon1-1/+1
2013-04-24winsys/sw/xlib: Prevent shared memory segment leakage.José Fonseca1-0/+6
2013-03-05scons: Provide shorthand aliases for software winsyses.José Fonseca1-0/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-4/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10winsys/sw/xlib: Convert to automakeMatt Turner3-17/+36
2012-11-27scons: Build ws_xlib on Mac OS X.Vinson Lee1-1/+1
2012-05-24scons: Fix SCons build infrastructure for FreeBSD.Vinson Lee1-1/+1
2011-03-08scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee1-1/+1
2011-02-24scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee1-1/+1
2011-02-23scons: Fix Cygwin platform names.Vinson Lee1-1/+1
2010-11-09winsys/xlib: Add cygwin to SConscript.Vinson Lee1-1/+1
2010-10-21winsys/xlib: rename xm->xlibBrian Paul1-147/+147
2010-10-21winsys/xlib: fix up allocation/dealloction of XImageBrian Paul1-1/+8
2010-10-21winsys/xlib: use Bool type for shm fieldBrian Paul1-5/+5
2010-10-21winsys/xlib: formatting fixesBrian Paul1-10/+9
2010-05-27sw/xlib: avoid dereferencing a null pointerBrian Paul1-1/+1
2010-05-24sw/xlib: NULL-out pointers after freeing image dataBrian Paul1-1/+7
2010-04-24sw/xlib: Fix bad logic in shm allocation.José Fonseca1-5/+5
2010-04-23xlib/sw: remove stray semicolonBrian Paul1-1/+1
2010-04-23gallium: Convert some uses of get option to staticJakob Bornecrantz1-1/+3
2010-04-23sw/xlib: Fallback to XPutImage when shmget fails.José Fonseca1-6/+5
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-03-28ws/xlib: Call XFlush after PutImageKeith Whitwell1-0/+2
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz3-0/+504