aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/dri
Commit message (Expand)AuthorAgeFilesLines
* gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V2020-07-011-0/+6
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+1
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-132-2/+2
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-20/+0
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-181-1/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-221-6/+6
* drisw: move build logic to build systemsEric Engestrom2019-06-211-6/+4
* Delete autotoolsDylan Baker2019-04-151-33/+0
* drisw: fix incomplete type compilation failureBrian Paul2019-03-111-0/+1
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-251-4/+9
* gallium: Constify drisw_loader_funcs structMichal Srb2018-12-052-3/+3
* drisw: Fix build on Android Nougat, which lacks shm (v2)Chad Versace2018-08-061-0/+11
* drisw: Fix invalid pointer arithmeticJan Vesely2018-06-071-1/+1
* drisw: learn to query shmid handle typeMarc-André Lureau2018-05-301-1/+9
* drisw: use shared memory when possibleMarc-André Lureau2018-05-301-12/+60
* meson: define empty variables for libswdri and libswkmsdriDylan Baker2018-02-151-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* meson: build gallium winsys for dri, null, and wrapperDylan Baker2017-10-161-0/+27
* winsys/sw/dri: don't use GNU void pointer arithmeticEmil Velikov2017-04-191-1/+1
* winsys/sw/dri: use correct free function for dri_sw_dt->dataWuZhen2016-05-011-1/+1
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-0/+15
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* android: add rules to build a gallium_dri.soChih-Wei Huang2015-06-091-0/+35
* winsys/sw: add the final files to the tarballEmil Velikov2014-08-281-0/+2
* winsys/sw: automake: consistently use Makefile.sourcesEmil Velikov2014-08-283-5/+6
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-4/+12
* gallium/winsys: compact compiler flags into Automake.incEmil Velikov2013-11-161-3/+2
* gallium/swrast: don't export any private symbolsMarek Olšák2013-10-081-1/+2
* Remove hacks for static MakefilesMatt Turner2013-01-131-4/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* winsys/sw/dri: Convert to automakeMatt Turner2013-01-103-13/+35
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2011-03-081-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-292-7/+34
* ws/sw/dri: s/xm/dri_sw/George Sapountzis2010-03-291-73/+74
* drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-23/+2
* drisw: add comment to libGL about strideGeorge Sapountzis2010-03-271-0/+1
* drisw: make stride issue profoundGeorge Sapountzis2010-03-271-3/+3
* swrastg: Build with sconsJakob Bornecrantz2010-03-261-0/+23
* swrastg_dri: hack for loader hardcoded strideGeorge Sapountzis2010-03-251-3/+25
* swrastg_dri: add winsys and targetGeorge Sapountzis2010-03-253-0/+246