summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/sw
AgeCommit message (Expand)AuthorFilesLines
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+1
2012-11-27scons: Build ws_xlib on Mac OS X.Vinson Lee1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-14/+10
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-3/+1
2012-05-24scons: Fix SCons build infrastructure for FreeBSD.Vinson Lee1-1/+1
2012-04-03st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke2-0/+2
2011-11-25android: add support for ICSChia-I Wu1-19/+28
2011-08-21winsys/sw/android: use HAL formatsChia-I Wu1-18/+9
2011-08-21winsys/sw/android: set bo usage correctlyChia-I Wu1-10/+3
2011-08-21android: build android sw winsysChia-I Wu1-0/+34
2011-08-21winsys/android: new SW winsys for AndroidChia-I Wu2-0/+320
2011-06-28st/egl: update fbdev backendChia-I Wu2-29/+51
2011-06-21winsys/wayland: Fix warningBenjamin Franzke1-0/+1
2011-04-25winsys/wayland: Fix typo in MakefileBenjamin Franzke1-1/+1
2011-04-25winsys: Add wayland shm sw winsysBenjamin Franzke4-0/+343
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+1
2011-03-08scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2-2/+2
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-12-16wrapper: Flush pipe on unmapJakob Bornecrantz1-0/+1
2010-12-16wrapper: Fix width and height given to map and remove uneeded fieldsJakob Bornecrantz1-5/+3
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-6/+8
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-10-15wrapper: Add a way to dewrap a pipe screen without destroying itJakob Bornecrantz2-0/+22
2010-10-15wrapper: Fix spellingJakob Bornecrantz2-2/+2
2010-09-22winsys: automatically build sw winsys needed by EGL and d3d1xLuca Barbieri1-0/+10
2010-09-09winsys: emit warning in null_sw_displaytarget_create()Brian Paul1-0/+2
2010-08-20winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri1-1/+7
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz4-170/+0
2010-06-23gallium: Drop sw drm winsysJakob Bornecrantz4-170/+0
2010-06-11winsys: Add fbdev software winsys.Chia-I Wu4-0/+298
2010-05-27sw/xlib: avoid dereferencing a null pointerBrian Paul1-1/+1
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-3/+2
2010-05-24sw/xlib: NULL-out pointers after freeing image dataBrian Paul1-1/+7
2010-05-16sw/wrapper: Implement dt_get_handleJakob Bornecrantz1-0/+13
2010-05-16sw/wrapper: Make sure targets are texturesJakob Bornecrantz1-0/+1
2010-05-10gallium: Add software drm api helper to scons buildJakob Bornecrantz1-0/+21
2010-05-10gallium: Add pipe wrapper software winsys to scons buildJakob Bornecrantz1-0/+21
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-12winsys/sw: Fix error pathsJakob Bornecrantz2-3/+14
2010-04-10Squashed commit of the following:Keith Whitwell5-28/+28
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2-7/+34
2010-03-29ws/sw/dri: s/xm/dri_sw/George Sapountzis1-73/+74