summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-06-05v3d: Be more explicit about include directory from our generated code.Eric Anholt2-1/+4
2018-06-05virgl: use bits in caps set v2gurchetansingh@chromium.org2-0/+6
2018-06-05virgl: add shader offset alignment to to v2 caps structgurchetansingh@chromium.org3-1/+4
2018-06-01virgl: Always assume that ORIGIN_UPPER_LEFT and PIXEL_CENTER* are supportedGert Wollny1-1/+2
2018-06-01radeonsi: Fix crash on shaders using MSAA image load/storeAlex Smith1-1/+7
2018-05-30v3d: Fix automake linking error.Vinson Lee1-1/+3
2018-05-30virgl: Update virgl_hw.hJakob Bornecrantz1-0/+1
2018-05-30virgl: add ARB_transform_feedback_overflow_query supportDave Airlie2-2/+4
2018-05-30virgl: add polygon offset clampDave Airlie1-1/+2
2018-05-30virgl: add derivative control supportDave Airlie1-1/+2
2018-05-30virgl: add ARB_conditional_render_inverted supportDave Airlie1-1/+2
2018-05-30virgl: update caps bitset to latest version.Dave Airlie1-0/+5
2018-05-30nv30: add a couple of missed shader capsIlia Mirkin1-0/+2
2018-05-30nv30: ensure that displayable formats are marked accordinglyIlia Mirkin1-4/+6
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák16-0/+30
2018-05-30gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie8-31/+31
2018-05-29tegra: Treat resources with modifiers as scanoutThierry Reding1-1/+12
2018-05-29tegra: Fix scanout resources without modifiersThierry Reding1-1/+18
2018-05-29tegra: Remove usage of non-stable UAPIThierry Reding1-66/+3
2018-05-29nv50/ir: Extend ImmediateValue::applyLog2 to 64-bit integersPierre Moreau1-1/+10
2018-05-28gm107/ir: prevent WaW hazards in instruction schedulingRhys Perry1-54/+57
2018-05-28r600: Fix SSG when not all components are writtenGert Wollny1-4/+10
2018-05-28r600: Correct IDIV if DST and SRC use the same temporaryGert Wollny1-3/+49
2018-05-25radeonsi: remove unused variable addr_vecMarek Olšák1-1/+1
2018-05-25radeonsi: fix passing gl_ClipVertex for GS and tessMarek Olšák3-4/+8
2018-05-25radeonsi: fix color inputs/outputs for GS and tessMarek Olšák3-20/+34
2018-05-25radeonsi: fix incorrect parentheses around VS-PS varying eliminationMarek Olšák1-2/+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-24radeonsi: set DB_EQAA.MAX_ANCHOR_SAMPLES correctlyMarek Olšák1-4/+12
2018-05-24radeonsi: round ps_iter_samples in set_min_samplesMarek Olšák2-3/+5
2018-05-24radeonsi: remove redundant ps_iter_samples clampMarek Olšák1-1/+0
2018-05-24radeonsi: disable primitive binning for all blitter opsMarek Olšák3-2/+12
2018-05-23llvmpipe: improve rasterization discard logicRoland Scheidegger15-89/+118
2018-05-21v3d: Include v3d_drm.h path.Vinson Lee1-0/+1
2018-05-21virgl: set texture buffer offset alignment to disable ARB_texture_buffer_range.Dave Airlie1-1/+1
2018-05-19r600/compute: Mark several functions as staticAaron Watry2-30/+29
2018-05-19r600/compute: Remove unused compute_memory_pool functionsAaron Watry2-103/+0
2018-05-18radeonsi: skip ES output stores for undefined output componentsMarek Olšák1-0/+3
2018-05-18llvmpipe: fix check for a no-op shaderBrian Paul1-2/+4
2018-05-17amd: remove support for LLVM 4.0Marek Olšák3-6/+3
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