summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-22nv50: fix max level clamping on G80Ilia Mirkin1-2/+9
2015-07-22gm107/ir: fix indirect txq emissionIlia Mirkin1-2/+8
2015-07-22nvc0/ir: don't worry about sampler in txq handlingIlia Mirkin1-22/+8
2015-07-22nvc0/ir: fix txq on indirect samplersIlia Mirkin2-2/+56
2015-07-22program: Allow redundant OPTION ARB_fog_* directives.Kenneth Graunke1-13/+37
2015-07-22i965/gen9: Use custom MOCS entries set up by the kernel.Francisco Jerez2-7/+7
2015-07-22osmesa: fix OSMesaPixelsStore typoBrian Paul2-2/+2
2015-07-22auxiliary/vl: use the correct screen indexEmil Velikov1-4/+13
2015-07-22nv50, nvc0: enable at least one color RT if alphatest is enabledIlia Mirkin2-0/+36
2015-07-22mesa: Fix generation of git_sha1.h.tmp for gitlinksChad Versace1-1/+4
2015-07-22xa: don't leak fencesRob Clark3-3/+7
2015-07-22st/vdpau: fix mixer size checksChristian König1-11/+11
2015-07-22vl: cleanup video buffer private when the decoder is destroyedChristian König2-0/+28
2015-07-08i965: Don't try to print the GLSL IR if it has been freedNeil Roberts1-4/+7
2015-07-08Revert "i965: Delete linked GLSL IR when using NIR."Kenneth Graunke1-4/+1
2015-07-08Revert "glsl: clone inputs and outputs during linking"Kenneth Graunke1-3/+1
2015-07-08i965: allocate at least 1 BLEND_STATE elementMike Stroyan1-1/+1
2015-07-08st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfacesMarek Olšák1-1/+1
2015-07-08Revert SHA1 additions.Matt Turner5-385/+0
2015-07-08loader: Look for any version of currently linked libudev.soChris Wilson1-18/+28
2015-07-08nvc0: turn sample counts off during blitIlia Mirkin1-0/+7
2015-07-08i965/vs: Fix matNxM vertex attributes where M != 4.Kenneth Graunke1-4/+11
2015-07-08glsl: Make sure not to dereference NULLNeil Roberts1-1/+1
2015-07-08glsl: Add missing check for whether an expression is an add operationNeil Roberts1-1/+1
2015-07-08i965: Reserve more batch space to accomodate Gen6 perfmonitors.Kenneth Graunke1-2/+2
2015-07-08i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRANeil Roberts4-0/+9
2015-07-08radeonsi: fix a hang with DrawTransformFeedback on 4 SE chipsMarek Olšák1-0/+4
2015-07-08nv50/ir: UCMP arguments are float, so make sure modifiers are appliedIlia Mirkin1-1/+2
2015-07-08winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner1-3/+10
2015-07-08r600g: disable single-sample fast color clear due to hangsMarek Olšák1-1/+6
2015-07-08mesa/prog: relative offsets into constbufs are not constantIlia Mirkin1-0/+2
2015-07-08nv50/ir: don't emit src2 in immediate formIlia Mirkin1-2/+2
2015-07-08mesa: reset the source packing when creating temp transfer imageIlia Mirkin1-0/+1
2015-07-08nv50/ir: copy joinAt when splitting both before and afterIlia Mirkin3-0/+5
2015-07-08glsl: validate sampler array indexing for 'constant-index-expression'Tapani Pälli1-0/+77
2015-07-08mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5Tapani Pälli1-0/+5
2015-07-08i915: use EmitNoIndirectSamplerTapani Pälli1-0/+3
2015-07-08i965: use EmitNoIndirectSampler for gen < 7Tapani Pälli1-0/+4
2015-07-08mesa/glsl: new compiler option EmitNoIndirectSamplerTapani Pälli2-0/+13
2015-07-08glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00Tapani Pälli1-19/+19
2015-07-08nv50/ir: fix emission of address reg in 3rd sourceIlia Mirkin1-2/+6
2015-07-08nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner1-1/+5
2015-07-08meta: Only change and restore viewport 0 in mesa meta modeMike Stroyan1-2/+2
2015-07-08i965/fs: Fix ir_txs in emit_texture_gen4_simd16().Kenneth Graunke1-3/+4
2015-07-08nv50/ir: propagate modifier to right arg when const-folding madIlia Mirkin1-1/+4
2015-07-08i965: Delete linked GLSL IR when using NIR.Tapani Pälli1-1/+4
2015-07-08glsl: clone inputs and outputs during linkingTapani Pälli1-1/+3
2015-07-08winsys/radeon: Unmap GPU VM address range when destroying BOMichel Dänzer3-4/+29
2015-07-08i965/fs: Don't mess up stride for uniform integer multiplication.Matt Turner1-4/+16
2015-06-25egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding1-5/+0