summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-06-28swr/rast: Updating code style based on current clang-format rulesAlok Hota4-253/+260
2018-06-28swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.Vinson Lee1-0/+4
2018-06-28swr/rast: Handling removed LLVM intrinsics in trunkAlok Hota1-0/+40
2018-06-28swr/rast: Adding SCATTERPS functionality to BuilderGfxMemAlok Hota2-0/+19
2018-06-28swr/rast: Adding Read/Write specifier to TranslateGfxAddress stackAlok Hota2-27/+28
2018-06-21swr: bump minimum supported LLVM version to 5.0Juan A. Suarez Romero2-5/+5
2018-06-18swr/rast: Clang-Format most rasterizer source codeAlok Hota114-22174/+27802
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+2
2018-05-25swr/rast: Adjusted avx512 primitive assembly for msvc codegenAlok Hota1-49/+90
2018-05-25swr/rast: Moved memory init out of core swr initAlok Hota7-7/+86
2018-05-25swr/rast: Removed superfluous JitManager argument from passesAlok Hota6-14/+13
2018-05-25swr/rast: Renamed MetaData callsAlok Hota2-87/+87
2018-05-25swr/rast: Use metadata to communicate between passesAlok Hota1-0/+28
2018-05-25swr/rast: Check gCoreBuckets/CORE_BUCKETS equal length at compile timeAlok Hota1-0/+1
2018-05-25swr/rast: Added in-place building to SCATTERPSAlok Hota1-9/+20
2018-05-17swr/rast: Added FEClipRectangles eventAlok Hota2-0/+4
2018-05-17swr/rast: Whitespace and tab-to-spaces changesAlok Hota5-17/+18
2018-05-17swr/rast: fix VCVTPD2PS generation for AVX512Alok Hota1-2/+10
2018-05-17swr/rast: Rectlist support for GSAlok Hota6-1/+102
2018-05-17swr/rast: Remove unneeded virtual from methodsAlok Hota1-2/+2
2018-05-15meson: fix copyright symbolEric Engestrom1-1/+1
2018-05-15autotools, meson: add tileset.hJuan A. Suarez Romero2-1/+3
2018-05-11swr/rast: Thread locked tiles improvementGeorge Kyriazis7-24/+152
2018-05-11swr/rast: Add Builder::GetVectorType()George Kyriazis2-0/+45
2018-05-11swr/rast: Prepend the console output with a newlineGeorge Kyriazis1-1/+1
2018-05-11swr/rast: Add ConcatLists()George Kyriazis1-0/+6
2018-05-11swr/rast: Add constant initializer for uint64_tGeorge Kyriazis2-0/+6
2018-05-11swr/rast: Use binner topology to assemble backend attributesGeorge Kyriazis1-1/+1
2018-05-11swr/rast: Change formattingGeorge Kyriazis1-1/+6
2018-05-05swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.Vinson Lee1-0/+1
2018-05-03swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.Vinson Lee1-0/+4
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+10