summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-07Update version to 11.1.0-rc3mesa-11.1.0-rc3Emil Velikov1-1/+1
2015-12-04radeon/llvm: Use llvm.AMDIL.exp intrinsic again for nowMichel Dänzer1-1/+1
2015-12-04i965: fix 64-bit immediates in brw_inst(_set)_bitsConnor Abbott1-2/+2
2015-12-04mesa: rework the meaning of gl_debug_message::lengthEmil Velikov1-16/+24
2015-12-04mesa: errors: validate the length of null terminated stringEmil Velikov1-3/+17
2015-12-04mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsertEmil Velikov1-1/+1
2015-12-04mesa: add SEVERITY_NOTIFICATION to default stateEmil Velikov1-2/+3
2015-12-04mesa: return the correct value for GroupStackDepthEmil Velikov1-1/+1
2015-12-04mesa: rename GroupStackDepth to CurrentGroupEmil Velikov1-16/+16
2015-12-04mesa: do not enable KHR_debug for ES 1.0Emil Velikov2-11/+11
2015-12-04glapi: add GetPointervKHR to the ES dispatchEmil Velikov2-1/+9
2015-12-04mesa: remove len argument from _mesa_shader_debug()Emil Velikov5-10/+9
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-04mesa/version: Update gl_extensions::Version during version overrideNanley Chery1-0/+1
2015-12-04i965: use _Shader to get fragment program when updating surface stateTapani Pälli1-2/+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-04mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queriesRoland Scheidegger3-2/+8
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 Gray2-2/+3
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-04cherry-ignore: ignore unneeded header updateEmil Velikov1-0/+2
2015-12-04vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce1-1/+1