summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-12-12radeonsi: last_gfx_fence is a winsys fenceNicolai Hähnle1-1/+1
2015-12-12gk110/ir: fix imad sat/hi flag emission for immediate argsIlia Mirkin1-8/+3
2015-12-12gk104/ir: sampler doesn't matter for txfIlia Mirkin1-1/+1
2015-12-12radeonsi: disable DCC on StoneyMarek Olšák1-0/+4
2015-12-12st/va: disable MPEG4 by default v2Christian König1-1/+9
2015-12-12gk110/ir: fix imul hi emission with limm argIlia Mirkin1-2/+2
2015-12-12radeonsi: fix occlusion queries on FijiMarek Olšák1-2/+2
2015-12-11vc4: When doing algebraic optimization into a MOV, use the right MOV.Eric Anholt1-1/+6
2015-12-11vc4: Fix handling of src packs on in qir_follow_movs().Eric Anholt1-2/+8
2015-12-11vc4: Add missing progress note in opt_algebraic.Eric Anholt1-0/+1
2015-12-11vc4: Fix handling of sample_mask output.Eric Anholt2-6/+6
2015-12-11vc4: Enable MSAA.Eric Anholt1-2/+3
2015-12-11vc4: Add support for mapping of MSAA resources.Eric Anholt2-8/+105
2015-12-11vc4: Add support for texel fetches from MSAA resources.Eric Anholt5-15/+295
2015-12-11vc4: Add support for multisample framebuffer operations.Eric Anholt7-24/+191
2015-12-11vc4: Add a workaround for HW-2905, and additional failure I saw with MSAA.Eric Anholt1-2/+16
2015-12-11vc4: Add support for drawing in MSAA.Eric Anholt6-50/+148
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