aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* swr: Fix build with llvm-9.0.Vinson Lee2019-03-222-0/+24
* swr: remove call to pipe_sampler_view_release()Brian Paul2019-03-171-5/+0
* Revert "swr/rast: Archrast codegen updates"Eric Engestrom2019-03-018-351/+314
* swr/codegen: fix autotools buildErik Faye-Lund2019-02-271-8/+8
* meson/swr: replace hard-coded path with current_build_dir()Eric Engestrom2019-02-271-1/+1
* swr/rast: Fix autotools and scons codegenAlok Hota2019-02-252-20/+12
* swr/rast: Add general SWTag statisticsAlok Hota2019-02-253-161/+191
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-02-255-31/+54
* swr/rast: Add initial SWTag proto definitionsAlok Hota2019-02-252-39/+71
* swr/rast: Cleanup and generalize gen_archrastAlok Hota2019-02-252-81/+41
* swr/rast: bypass size limit for non-sampled texturesAlok Hota2019-02-221-1/+3
* swr/rast: Add translation support to streamoutAlok Hota2019-02-1512-37/+106
* swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota2019-02-1513-135/+127
* swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota2019-02-155-25/+25
* swr/rast: Refactor scratch space variable namesAlok Hota2019-02-154-14/+14
* swr/rast: FP consistency between POSH/RENDER pipesAlok Hota2019-02-154-11/+33
* swr/rast: Move knob defaults to generated cpp fileAlok Hota2019-02-152-7/+14
* swr/rast: Flip BitScanReverse index calculationAlok Hota2019-02-151-2/+2
* swr/rast: Correctly align 64-byte spills/fillsAlok Hota2019-02-151-2/+2
* swr/rast: Disable use of __forceinline by defaultAlok Hota2019-02-151-1/+12
* swr/rast: Convert system memory pointers to gfxptr_tAlok Hota2019-02-156-3/+18
* swr: set PIPE_CAP_MAX_VARYINGS correctlyIlia Mirkin2019-02-141-0/+2
* gallium/swr: Param defaults for unhandled PIPE_CAPsAlok Hota2019-02-121-4/+3
* swr/rast: update SWR rasterizer shader statsAlok Hota2019-02-0510-38/+204
* meson: Fix compiler checks for SWR with ICCDylan Baker2019-01-241-25/+5
* meson: fix swr KNL buildDylan Baker2019-01-241-1/+1
* swr/rast: Store cached files in multiple subdirsAlok Hota2019-01-163-38/+52
* swr/rast: New execution engine per JITAlok Hota2019-01-162-42/+65
* swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota2019-01-166-40/+38
* swr/rast: Unaligned and translations in gathersAlok Hota2019-01-161-21/+35
* swr/rast: partial support for Tiled ResourcesAlok Hota2019-01-162-0/+164
* swr/rast: Add annotator to interleave isa textAlok Hota2019-01-162-3/+36
* swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota2019-01-161-18/+16
* gallium/swr: Fix multi-context sync fence deadlock.Bruce Cherniak2019-01-161-1/+3
* configure: allow building with python3Emil Velikov2018-10-311-1/+1
* swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota2018-10-251-1/+2
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-256-14/+3
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+1
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* Revert "configure: allow building with python3"Emil Velikov2018-08-241-1/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+2
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+2
* configure: allow building with python3Emil Velikov2018-08-231-1/+1
* swr: bump minimum supported LLVM version to 6.0Juan A. Suarez Romero2018-08-202-3/+3
* meson: Build with Python 3Mathieu Bridon2018-08-103-9/+9
* swr: don't export swr_create_screen_internalEmil Velikov2018-08-072-2/+1
* swr: Remove unnecessary memset callVlad Golovkin2018-08-021-1/+0
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+4