summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr
AgeCommit message (Expand)AuthorFilesLines
2019-03-22swr: Fix build with llvm-9.0.Vinson Lee2-0/+24
2019-03-17swr: remove call to pipe_sampler_view_release()Brian Paul1-5/+0
2019-03-01Revert "swr/rast: Archrast codegen updates"Eric Engestrom8-351/+314
2019-02-27swr/codegen: fix autotools buildErik Faye-Lund1-8/+8
2019-02-27meson/swr: replace hard-coded path with current_build_dir()Eric Engestrom1-1/+1
2019-02-25swr/rast: Fix autotools and scons codegenAlok Hota2-20/+12
2019-02-25swr/rast: Add general SWTag statisticsAlok Hota3-161/+191
2019-02-25swr/rast: Add string handling to AR event frameworkAlok Hota5-31/+54
2019-02-25swr/rast: Add initial SWTag proto definitionsAlok Hota2-39/+71
2019-02-25swr/rast: Cleanup and generalize gen_archrastAlok Hota2-81/+41
2019-02-22swr/rast: bypass size limit for non-sampled texturesAlok Hota1-1/+3
2019-02-15swr/rast: Add translation support to streamoutAlok Hota12-37/+106
2019-02-15swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota13-135/+127
2019-02-15swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota5-25/+25
2019-02-15swr/rast: Refactor scratch space variable namesAlok Hota4-14/+14
2019-02-15swr/rast: FP consistency between POSH/RENDER pipesAlok Hota4-11/+33
2019-02-15swr/rast: Move knob defaults to generated cpp fileAlok Hota2-7/+14
2019-02-15swr/rast: Flip BitScanReverse index calculationAlok Hota1-2/+2
2019-02-15swr/rast: Correctly align 64-byte spills/fillsAlok Hota1-2/+2
2019-02-15swr/rast: Disable use of __forceinline by defaultAlok Hota1-1/+12
2019-02-15swr/rast: Convert system memory pointers to gfxptr_tAlok Hota6-3/+18
2019-02-14swr: set PIPE_CAP_MAX_VARYINGS correctlyIlia Mirkin1-0/+2
2019-02-12gallium/swr: Param defaults for unhandled PIPE_CAPsAlok Hota1-4/+3
2019-02-05swr/rast: update SWR rasterizer shader statsAlok Hota10-38/+204
2019-01-24meson: Fix compiler checks for SWR with ICCDylan Baker1-25/+5
2019-01-24meson: fix swr KNL buildDylan Baker1-1/+1
2019-01-16swr/rast: Store cached files in multiple subdirsAlok Hota3-38/+52
2019-01-16swr/rast: New execution engine per JITAlok Hota2-42/+65
2019-01-16swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota6-40/+38
2019-01-16swr/rast: Unaligned and translations in gathersAlok Hota1-21/+35
2019-01-16swr/rast: partial support for Tiled ResourcesAlok Hota2-0/+164
2019-01-16swr/rast: Add annotator to interleave isa textAlok Hota2-3/+36
2019-01-16swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota1-18/+16
2019-01-16gallium/swr: Fix multi-context sync fence deadlock.Bruce Cherniak1-1/+3
2018-10-31configure: allow building with python3Emil Velikov1-1/+1
2018-10-25swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota1-1/+2
2018-10-25swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota6-14/+3
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+1
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-24Revert "configure: allow building with python3"Emil Velikov1-1/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+2
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+2
2018-08-23configure: allow building with python3Emil Velikov1-1/+1
2018-08-20swr: bump minimum supported LLVM version to 6.0Juan A. Suarez Romero2-3/+3
2018-08-10meson: Build with Python 3Mathieu Bridon3-9/+9
2018-08-07swr: don't export swr_create_screen_internalEmil Velikov2-2/+1
2018-08-02swr: Remove unnecessary memset callVlad Golovkin1-1/+0
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4