summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/sw
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 Airlie8-11/+26
2013-11-16gallium/winsys: compact compiler flags into Automake.incEmil Velikov6-13/+12
2013-10-29winsys: Correct Haiku winsys display target codeAlexander von Gluck IV4-8/+41
2013-10-08gallium/swrast: don't export any private symbolsMarek Olšák1-1/+2
2013-10-04haiku: Add first Haiku renderer (softpipe)Alexander von Gluck IV1-1/+0
2013-09-19winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.Gaetan Nadon1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller6-6/+0
2013-05-22Haiku: Add Gallium winsys and target codeAlexander von Gluck IV5-0/+457
2013-04-24winsys/sw/xlib: Prevent shared memory segment leakage.José Fonseca1-0/+6
2013-04-15build: Get rid of GALLIUM_WINSYS_DIRSMatt Turner1-37/+0
2013-03-05scons: Provide shorthand aliases for software winsyses.José Fonseca3-0/+3
2013-02-26winsys/null: fix var typo templet->templatBrian Paul1-1/+1
2013-01-13Remove hacks for static MakefilesMatt Turner6-24/+0
2013-01-12winsys/sw/wayland: Fix build to properly use wayland cflagsPekka Vuorela1-1/+1
2013-01-10Clean up .gitignore filesMatt Turner7-7/+0
2013-01-10winsys/sw/xlib: Convert to automakeMatt Turner3-17/+36
2013-01-10winsys/sw/wrapper: Convert to automakeMatt Turner3-12/+35
2013-01-10winsys/sw/wayland: Convert to automakeMatt Turner3-13/+36
2013-01-10winsys/sw/null: Convert to automakeMatt Turner3-16/+35
2013-01-10winsys/sw/fbdev: Convert to automakeMatt Turner3-13/+35
2013-01-10winsys/sw/dri: Convert to automakeMatt Turner3-13/+35
2013-01-10winsys/sw: Convert to automakeMatt Turner3-26/+38
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