summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-04vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce1-1/+1
2015-11-30i965: Handle lum, intensity and missing components in the fast clearNeil Roberts1-2/+32
2015-11-30mesa/teximage: Fix S3TC regression due to ASTC interactionNanley Chery1-28/+15
2015-11-30mesa/extensions: Enable overriding permanently enabled extensionsNanley Chery1-40/+24
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-30mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin4-4/+11
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