summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-12-11vc4: Add kernel RCL support for MSAA rendering.Eric Anholt5-39/+239
2015-12-11vc4: Rename color_ms_write to color_write.Eric Anholt3-22/+21
2015-12-11vc4: Allow RCL blits to the edge of the surface.Eric Anholt1-2/+8
2015-12-11vc4: Fix check for tile RCL blits with mismatched y.Eric Anholt1-1/+1
2015-12-11vc4: Fix compiler warning from size_t change.Eric Anholt1-1/+1
2015-12-11vc4: Fix accidental scissoring when scissor is disabled.Eric Anholt1-5/+23
2015-12-11vc4: Disable RCL blitting when scissors are enabled.Eric Anholt1-0/+3
2015-12-11vc4: Bring over cleanups from submitting to the kernel.Eric Anholt4-87/+78
2015-12-11vc4: Add debug dumping of MSAA surfaces.Eric Anholt2-6/+145
2015-12-11vc4: Add support for laying out MSAA resources.Eric Anholt1-5/+20
2015-12-11vc4: Add support for storing sample mask.Eric Anholt5-0/+24
2015-12-11vc4: Fix up tile alignment checks for blitting using just an RCL.Eric Anholt1-6/+22
2015-12-11vc4: Add support for loading sample mask.Eric Anholt6-1/+19
2015-12-11vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.Eric Anholt2-6/+5
2015-12-11vc4: Fix point size lookup.Eric Anholt1-1/+1
2015-12-04radeon/llvm: Use llvm.AMDIL.exp intrinsic again for nowMichel Dänzer1-1/+1
2015-12-04nv50/ir: avoid looking at uninitialized srcMods entriesIlia Mirkin2-2/+2
2015-12-04nv50/ir: fix DCE to not generate 96-bit loadsIlia Mirkin1-1/+31
2015-12-04radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák1-1/+2
2015-12-04nv50/ir: don't forget to mark flagsDef on cvt in txb loweringIlia Mirkin1-1/+1
2015-12-04nv50/ir: fix instruction permutation logicIlia Mirkin1-1/+1
2015-12-04nv50/ir: the mad source might not have a defining instructionIlia Mirkin1-1/+1
2015-12-04nv50/ir: deal with loops with no breaksIlia Mirkin1-0/+6
2015-12-04nvc0/ir: fold postfactor into immediateIlia Mirkin1-0/+6
2015-12-04r600: SMX returns CONTEXT_DONE early workaroundDave Airlie2-1/+13
2015-12-04r600: do SQ flush ES ring rolling workaroundDave Airlie3-1/+8
2015-12-04clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard1-1/+2
2015-12-04automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray1-1/+1
2015-12-04r600: workaround empty geom shader.Dave Airlie1-0/+5
2015-12-04r600: rv670 use at least 16es/gs threadsDave Airlie1-4/+5
2015-12-04r600: geometry shader gsvs itemsize workaroundDave Airlie1-0/+20
2015-12-04vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce1-1/+1
2015-11-30radeon/vce: disable Stoney VCE for 11.0Leo Liu1-0/+5
2015-11-30auxiliary/vl/dri: fd management cleanupsEmil Velikov1-2/+5
2015-11-30auxiliary/vl/drm: fd management cleanupsEmil Velikov1-1/+7
2015-11-30st/xa: fd management cleanupsEmil Velikov1-1/+8
2015-11-30st/dri: fd management cleanupsEmil Velikov1-2/+14
2015-11-30pipe-loader: check if winsys.name is non-null prior to strcmpEmil Velikov1-4/+4
2015-11-30radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2-2/+9
2015-11-30targets: use the non-inline sw helpersEmil Velikov8-1/+9
2015-11-29target-hepers: add non inline sw helpersEmil Velikov2-0/+83
2015-11-29pipe-loader: fix off-by one errorEmil Velikov1-1/+1
2015-11-29radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2-31/+7
2015-11-29radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard3-6/+6
2015-11-29radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2-1/+6
2015-11-29freedreno/a4xx: use a factor of 32767 for snorm8 blendingIlia Mirkin1-5/+34
2015-11-29pipe-loader: link against libloader regardless of libdrm presenceEmil Velikov1-2/+2
2015-11-29nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin1-4/+42
2015-11-29nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2-15/+17
2015-11-29nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin1-2/+6