summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr/rasterizer/common/os.h
Commit message (Expand)AuthorAgeFilesLines
* swr: Fix GCC 4.9 checks.Vinson Lee2020-02-071-1/+1
* swr/rast: AVX512 support compiled in by defaultAlok Hota2019-04-261-2/+0
* swr/rast: FP consistency between POSH/RENDER pipesAlok Hota2019-02-151-0/+21
* swr/rast: Flip BitScanReverse index calculationAlok Hota2019-02-151-2/+2
* swr/rast: Disable use of __forceinline by defaultAlok Hota2019-02-151-1/+12
* swr/rast: Clang-Format most rasterizer source codeAlok Hota2018-06-181-81/+72
* swr/rast: Use different handing for stream masksGeorge Kyriazis2018-04-271-0/+3
* swr/rast: Better ExecCmd (i.e. system()) implmentationGeorge Kyriazis2018-01-251-0/+9
* swr/rast: Added missing define for Linux/gccGeorge Kyriazis2018-01-191-0/+1
* swr: Correct texture allocation and limit max size to 2GBBruce Cherniak2017-12-131-1/+1
* swr/rast: stop using MSFT types in platform independent codeTim Rowley2017-08-021-6/+0
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-07-211-2/+0
* swr/rast: make SWR_VISIBLE attribute work for windowsGeorge Kyriazis2017-07-111-1/+1
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-061-0/+6
* swr/rast: add CreateDirectoryPath to recursively create directoriesTim Rowley2017-05-301-2/+1
* swr/rast: add SwrGetInterface() function to return apiTim Rowley2017-04-281-0/+6
* swr/rast: name threads to aid debuggingTim Rowley2017-04-281-1/+4
* swr: [rasterizer core] Disable inline function expansionTim Rowley2017-03-281-0/+12
* swr: [rasterizer common] Use C++ thread_local keywordTim Rowley2017-03-281-2/+2
* swr: [rasterizer common] don't bleed NOMINMAX definition after <windows.h>Tim Rowley2016-11-141-1/+4
* swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley2016-10-131-0/+3
* swr: [rasterizer] eliminate unused label warnings on gccTim Rowley2016-10-111-0/+6
* swr: [rasterizer common] os.h portability header changesTim Rowley2016-10-031-0/+6
* swr: [rasterizer common] add linux definition for InterlockedAdd64Tim Rowley2016-08-101-0/+2
* swr: [rasterizer common] icc declspec definitionsTim Rowley2016-07-201-1/+17
* swr: [rasterizer common] fix include for Intel compilerTim Rowley2016-06-231-1/+1
* swr: [rasterizer] Do not define _mm256_storeu2_m128i with icc.Vinson Lee2016-05-281-1/+1
* swr: [rasterizer common] add OSX to unix portability sectionsTim Rowley2016-05-191-1/+8
* swr: [rasterizer] rename _aligned_malloc to AlignedMallocTim Rowley2016-05-191-2/+17
* swr: [rasterizer common] guard definition of __cdecl/__stdcallTim Rowley2016-05-191-0/+4
* swr: [rasterizer common] include cstddef for offsetofTim Rowley2016-05-191-0/+1
* swr: [rasterizer] Whitespace cleanup and misc changesTim Rowley2016-05-051-0/+1
* swr: [rasterizer] Ensure correct alignment of stack variables used as vectorsTim Rowley2016-04-121-3/+1
* swr: [rasterizer common] win32 build fixupsTim Rowley2016-04-121-6/+0
* swr: [rasterizer core] CachedArena optimizationsTim Rowley2016-03-251-0/+2
* swr: [rasterizer common] changes for cygwinTim Rowley2016-03-251-1/+4
* swr: [rasterizer] code styling and update copyrightsTim Rowley2016-03-251-8/+8
* swr: [rasterizer] remove use of BYTE typeTim Rowley2016-03-251-10/+1
* swr: [rasterizer] remove use of UCHAR and UINT64 typesTim Rowley2016-03-251-2/+0
* swr: [rasterizer] remove use of FLOAT typeTim Rowley2016-03-251-1/+0
* swr: [rasterizer common] remove old unused win32 typesTim Rowley2016-03-251-6/+0
* swr: [rasterizer core] RingBuffer class for DC/DSTim Rowley2016-03-251-0/+1
* gallium/swr: fix issues preventing a 32-bit buildTim Rowley2016-03-071-1/+0
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-021-0/+221