summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-056-6/+0
* Haiku: Add Gallium winsys and target codeAlexander von Gluck IV2013-05-225-0/+457
* winsys/sw/xlib: Prevent shared memory segment leakage.José Fonseca2013-04-241-0/+6
* build: Get rid of GALLIUM_WINSYS_DIRSMatt Turner2013-04-151-37/+0
* scons: Provide shorthand aliases for software winsyses.José Fonseca2013-03-053-0/+3
* winsys/null: fix var typo templet->templatBrian Paul2013-02-261-1/+1
* Remove hacks for static MakefilesMatt Turner2013-01-136-24/+0
* winsys/sw/wayland: Fix build to properly use wayland cflagsPekka Vuorela2013-01-121-1/+1
* Clean up .gitignore filesMatt Turner2013-01-107-7/+0
* winsys/sw/xlib: Convert to automakeMatt Turner2013-01-103-17/+36
* winsys/sw/wrapper: Convert to automakeMatt Turner2013-01-103-12/+35
* winsys/sw/wayland: Convert to automakeMatt Turner2013-01-103-13/+36
* winsys/sw/null: Convert to automakeMatt Turner2013-01-103-16/+35
* winsys/sw/fbdev: Convert to automakeMatt Turner2013-01-103-13/+35
* winsys/sw/dri: Convert to automakeMatt Turner2013-01-103-13/+35
* winsys/sw: Convert to automakeMatt Turner2013-01-103-26/+38
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* scons: Build ws_xlib on Mac OS X.Vinson Lee2012-11-271-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-14/+10
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* scons: Fix SCons build infrastructure for FreeBSD.Vinson Lee2012-05-241-1/+1
* st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke2012-04-032-0/+2
* android: add support for ICSChia-I Wu2011-11-251-19/+28
* winsys/sw/android: use HAL formatsChia-I Wu2011-08-211-18/+9
* winsys/sw/android: set bo usage correctlyChia-I Wu2011-08-211-10/+3
* android: build android sw winsysChia-I Wu2011-08-211-0/+34
* winsys/android: new SW winsys for AndroidChia-I Wu2011-08-212-0/+320
* st/egl: update fbdev backendChia-I Wu2011-06-282-29/+51
* winsys/wayland: Fix warningBenjamin Franzke2011-06-211-0/+1
* winsys/wayland: Fix typo in MakefileBenjamin Franzke2011-04-251-1/+1
* winsys: Add wayland shm sw winsysBenjamin Franzke2011-04-254-0/+343
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2011-03-082-2/+2
* scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee2011-02-241-1/+1
* scons: Fix Cygwin platform names.Vinson Lee2011-02-231-1/+1
* wrapper: Flush pipe on unmapJakob Bornecrantz2010-12-161-0/+1
* wrapper: Fix width and height given to map and remove uneeded fieldsJakob Bornecrantz2010-12-161-5/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-6/+8
* winsys/xlib: Add cygwin to SConscript.Vinson Lee2010-11-091-1/+1
* winsys/xlib: rename xm->xlibBrian Paul2010-10-211-147/+147
* winsys/xlib: fix up allocation/dealloction of XImageBrian Paul2010-10-211-1/+8
* winsys/xlib: use Bool type for shm fieldBrian Paul2010-10-211-5/+5
* winsys/xlib: formatting fixesBrian Paul2010-10-211-10/+9
* wrapper: Add a way to dewrap a pipe screen without destroying itJakob Bornecrantz2010-10-152-0/+22
* wrapper: Fix spellingJakob Bornecrantz2010-10-152-2/+2
* winsys: automatically build sw winsys needed by EGL and d3d1xLuca Barbieri2010-09-221-0/+10
* winsys: emit warning in null_sw_displaytarget_create()Brian Paul2010-09-091-0/+2
* winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+7
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-284-170/+0
|\
| * gallium: Drop sw drm winsysJakob Bornecrantz2010-06-234-170/+0