summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-11Add release notes for the 10.6.2 releasemesa-10.6.2Emil Velikov1-0/+164
2015-07-11Update version to 10.6.2Emil Velikov1-1/+1
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 Turner6-530/+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-29docs: Add sha256 checksums for the 10.6.1 releaseEmil Velikov1-1/+2
2015-06-29Add release notes for the 10.6.1 releasemesa-10.6.1Emil Velikov1-0/+103
2015-06-29Update version to 10.6.1Emil Velikov1-1/+1
2015-06-25egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding1-5/+0
2015-06-25nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin4-0/+4
2015-06-25nvc0: always put all tfb bufs into bufctxIlia Mirkin1-3/+4
2015-06-25glsl: binding point is a texture unit, which is a combined spaceIlia Mirkin1-1/+1
2015-06-25gbm: do not (over)link against libglapi.soEmil Velikov1-1/+2
2015-06-25gbm: dlopen libglapi so gbm_create_device worksFrank Henigman1-0/+8
2015-06-25configure: error out when building libEGL without shared-glapiEmil Velikov1-0/+3
2015-06-25configure: error out when building backend-less libEGLEmil Velikov1-2/+6
2015-06-25configure: warn about shared_glapi & xlib-glx only when both are setEmil Velikov1-1/+1