swr: [rasterizer core] Reduce templates to speed compile
[mesa.git] / src / gallium / drivers / swr / rasterizer / common /
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
2016-04-12 Tim Rowleyswr: [rasterizer] Ensure correct alignment of stack...
2016-04-12 Tim Rowleyswr: [rasterizer common] win32 build fixups
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer core] CachedArena optimizations
2016-03-25 Tim Rowleyswr: [rasterizer common] changes for cygwin
2016-03-25 Tim Rowleyswr: [rasterizer] code styling and update copyrights
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of BYTE type
2016-03-25 Tim Rowleyswr: [rasterizer common] add _simd_s[rl]lv_epi32
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of UCHAR and UINT64 types
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of FLOAT type
2016-03-25 Tim Rowleyswr: [rasterizer] Fix Coverity issues reported by Mesa...
2016-03-25 Tim Rowleyswr: [rasterizer common] remove old unused win32 types
2016-03-25 Tim Rowleyswr: [rasterizer jitter] vpermps support
2016-03-25 Tim Rowleyswr: [rasterizer] Add rdtsc buckets support for shaders
2016-03-25 Tim Rowleyswr: [rasterizer core] backend reorganization
2016-03-25 Tim Rowleyswr: [rasterizer core] RingBuffer class for DC/DS
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-07 Tim Rowleygallium/swr: fix issues preventing a 32-bit build
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer