summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-17swr/rast: Remove unneeded virtual from methodsAlok Hota1-2/+2
2018-05-17broadcom/vc4: Native fence fd supportStefan Schake6-11/+107
2018-05-17broadcom/vc4: Store job fence in syncobjStefan Schake3-4/+35
2018-05-17broadcom/vc4: Detect syncobj supportStefan Schake2-0/+7
2018-05-17v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt5-5/+26
2018-05-17v3d: Enable NaN propagation in the VS and CS as well.Eric Anholt1-1/+3
2018-05-16radeonsi: create .gitignoreDieter Nützel1-0/+2
2018-05-16v3d: Fix wiring filters to NEAREST for 32-bit texture returns.Eric Anholt1-1/+1
2018-05-16v3d: Enable the driver by default.Eric Anholt1-1/+1
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt29-1533/+1533
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt37-114/+114
2018-05-16v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt12-43/+43
2018-05-16v3d: Switch the vc5 driver to using the finalized V3D UABI.Eric Anholt9-234/+39
2018-05-16svga: fix incompatible bind flags at buffer validation timeCharmaine Lee1-2/+7
2018-05-16etnaviv: Fix missing rnndb file in tarballsStuart Young2-0/+2
2018-05-15eg/compute: Use reference counting to handle compute memory pool.Jan Vesely2-12/+7
2018-05-15vc5: use util_copy_framebuffer_stateRob Clark1-12/+2
2018-05-15vc4: use util_copy_framebuffer_stateRob Clark1-12/+2
2018-05-15freedreno/a5xx: remove fd5_shader_stateobjRob Clark3-23/+10