swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.
[mesa.git] / src / gallium / drivers / swr / rasterizer / common /
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-04-27 George Kyriazisswr/rast: Use different handing for stream masks
2018-04-27 George Kyriazisswr/rast: Add some SIMD_T utility functors
2018-04-18 George Kyriazisswr/rast: Add support for setting optimization level
2018-04-18 George Kyriazisswr/rast: Permute work for simd16
2018-02-16 George Kyriazisswr/rast: blend_epi32() should return Integer, not...
2018-02-16 George Kyriazisswr/rast: Convert C Sampler intrinsics
2018-02-16 George Kyriazisswr/rast: Make SIMDLib templated types easier to use
2018-01-25 George Kyriazisswr/rast: Better ExecCmd (i.e. system()) implmentation
2018-01-19 George Kyriazisswr/rast: Added missing define for Linux/gcc
2018-01-04 Tim Rowleyswr/rast: fix invalid sign masks in avx512 simdlib...
2017-12-13 Bruce Cherniakswr: Correct texture allocation and limit max size...
2017-11-14 Tim Rowleyswr/rast: Faster emulated simd16 permute
2017-11-14 Tim Rowleyswr/rast: Use gather instruction for i32gather_ps on...
2017-09-25 Tim Rowleyswr/rast: Add support for R10G10B10_FLOAT_A2_UNORM...
2017-08-02 Tim Rowleyswr/rast: fix core / knights split of AVX512 intrinsics
2017-08-02 Tim Rowleyswr/rast: constify swr rasterizer
2017-08-02 Tim Rowleyswr/rast: vmask() implementations for KNL
2017-08-02 Tim Rowleyswr/rast: fix movemask_ps / movemask_pd on AVX512
2017-08-02 Tim Rowleyswr/rast: stop using MSFT types in platform independent...
2017-08-02 Tim Rowleyswr/rast: disable AVX512 optimization of SSE / AVX...
2017-08-02 Tim Rowleyswr/rast: fix USE_SIMD16_FRONTEND issues
2017-08-02 Tim Rowleyswr/rast: simdlib better separation of core vs knights...
2017-07-21 Tim Rowleyswr/rast: quit using linux-specific gettid()
2017-07-21 Tim Rowleyswr/rast: fix memory paths for avx512 optimized avx/sse
2017-07-21 Tim Rowleyswr/rast: simdlib changes for clang/gcc
2017-07-13 Tim Rowleyswr/rast: Fix use of KNL-only intrinsics in SKX build
2017-07-13 Tim Rowleyswr/rast: Fix build warnings when using the Intel compiler
2017-07-13 Tim Rowleyswr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND...
2017-07-11 George Kyriazisswr/rast: make SWR_VISIBLE attribute work for windows
2017-07-06 Tim Rowleyswr/rast: don't use _mm256_fmsub_ps in AVX code
2017-07-06 Tim Rowleyswr/rast: _mm*_undefined_* implementations for gcc<4.9
2017-06-30 Tim Rowleyswr/rast: Switch intrinsic usage to SIMDLib
2017-06-16 Tim Rowleyswr/rast: Refactor includes to limit simdintrin.h usage
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantInt...
2017-05-30 Tim Rowleyswr/rast: make simd16 logicops avx512f safe
2017-05-30 Tim Rowleyswr/rast: fix _simd16_movemask_(ps,pd) native AVX512...
2017-05-30 Tim Rowleyswr/rast: add CreateDirectoryPath to recursively create...
2017-05-30 Tim Rowleyswr/rast: add support for DX1_RGB{_SRGB} formats
2017-04-29 Tim Rowleyswr/rast: add SwrGetInterface() function to return api
2017-04-29 Tim Rowleyswr/rast: name threads to aid debugging
2017-04-11 Tim Rowleyswr: [rasterizer common] Add _simd_testz_si alias
2017-04-11 Tim Rowleyswr: [rasterizer common/core] Fix 32-bit windows build
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - Clipper
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-03-28 Tim Rowleyswr: [rasterizer core] Disable inline function expansion
2017-03-28 Tim Rowleyswr: [rasterizer common] Use C++ thread_local keyword
2017-03-28 Tim Rowleyswr: [rasterizer core] Enable SIMD16
2017-03-20 Tim Rowleyswr: [rasterizer] Convert more SWR_ASSERT(false, ....
2017-03-20 Tim Rowleyswr: [rasterizer core/common] Fix the native AVX512...
2017-03-20 Tim Rowleyswr: [rasterizer core] Allow no arguments to SWR_INVALI...
2017-03-20 Tim Rowleyswr: [rasterizer] Slight assert refactoring
2017-03-20 Tim Rowleyswr: [rasterizer] Backend code adjustments
2017-03-20 Tim Rowleyswr: [rasterizer common] Add InterpolateComponentFlat...
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 PackTraits pack(...
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 transpose functions
2017-01-05 Tim Rowleyswr: [rasterizer core/common/jitter] gl_double support
2016-12-09 Tim Rowleyswr: [rasterizer common/core/jitter] fetch support...
2016-11-30 Tim Rowleyswr: [rasterizer common] add SwrTrace() and macros
2016-11-14 Tim Rowleyswr: [rasterizer common] don't bleed NOMINMAX definitio...
2016-11-14 Tim Rowleyswr: [rasterizer core] 16-wide tile store nearly completed
2016-10-31 George Kyriazisswr: [rasterizer core] Remove deprecated simd intrinsics
2016-10-14 Tim Rowleyswr: [rasterizer core/sim] 8x2 backend + 16-wide tile...
2016-10-14 Eric Engestromswr: [rasterizer common] fix assert index
2016-10-11 Tim Rowleyswr: [rasterizer] eliminate unused label warnings on gcc
2016-10-11 Tim Rowleyswr: [rasterizer core] update/add formats
2016-10-11 Tim Rowleyswr: [rasterizer core] add support for "RAW" surface...
2016-10-11 Tim Rowleyswr: [rasterizer core] align Macrotile FIFO memory...
2016-10-11 Tim Rowleyswr: [rasterizer common] remove threadviz code
2016-10-03 Tim Rowleyswr: [rasterizer common] os.h portability header changes
2016-08-17 Tim Rowleyswr: [rasterizer common] reorder SWR_FORMAT_INFO
2016-08-17 Tim Rowleyswr: [rasterizer] implementing native AVX-512 simd16...
2016-08-10 Tim Rowleyswr: [rasterizer common] add linux definition for Inter...
2016-08-10 Tim Rowleyswr: [rasterizer common] make disabled asserts always...
2016-07-20 Tim Rowleyswr: [rasterizer core] introduce simd16intrin.h
2016-07-20 Tim Rowleyswr: [rasterizer common] icc declspec definitions
2016-07-20 Tim Rowleyswr: [rasterizer core] avx512 simd utility work
2016-07-12 Tim Rowleyswr: [rasterizer] buckets cleanup
2016-06-23 Tim Rowleyswr: [rasterizer] add support for building avx512 version
2016-06-23 Tim Rowleyswr: [rasterizer common] fix include for Intel compiler
2016-06-23 Tim Rowleyswr: [rasterizer common] workaround clang for windows...
2016-05-28 Vinson Leeswr: [rasterizer] Do not define _mm256_storeu2_m128i...
2016-05-24 Tim Rowleyswr: [rasterizer] remove containers.hpp
2016-05-24 Tim Rowleyswr: [rasterizer core] buckets fixes
2016-05-19 Tim Rowleyswr: [rasterizer common] add OSX to unix portability...
2016-05-19 Tim Rowleyswr: [rasterizer] rename _aligned_malloc to AlignedMalloc
2016-05-19 Tim Rowleyswr: [rasterizer common] guard definition of __cdecl...
2016-05-19 Tim Rowleyswr: [rasterizer common] include cstddef for offsetof
2016-05-19 Tim Rowleyswr: [rasterizer common] portable threadviz buckets
2016-05-19 Tim Rowleyswr: [rasterizer common] foreground win32 assert dialog
2016-05-05 Tim Rowleyswr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT...
2016-05-05 Tim Rowleyswr: [rasterizer] Miscellaneous backend changes
2016-05-05 Tim Rowleyswr: [rasterizer] Add support for X24_TYPELESS_G8_UINT...
2016-05-05 Tim Rowleyswr: [rasterizer core] Fix threadviz support in buckets
2016-05-05 Tim Rowleyswr: [rasterizer] Whitespace cleanup and misc changes
2016-04-27 Tim Rowleyswr: [rasterizer] warning cleanup
2016-04-27 Tim Rowleyswr: [rasterizer core] more backend refactoring
2016-04-22 Tim Rowleyswr: [rasterizer] Interpolation utility functions
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
next