summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-25.mailmap: Update my address againChad Versace1-4/+5
2016-08-25nir: Walk blocks in source code order in lower_vars_to_ssa.Matt Turner2-106/+106
2016-08-25radeonsi: don't use allocas for arrays with LLVM 3.8Marek Olšák1-1/+3
2016-08-25gallium/radeon: unify and simplify checking for an empty gfx IBMarek Olšák3-27/+23
2016-08-25mesa: Drop sed of now dead Plo files.Matt Turner1-3/+0
2016-08-25meta: Always do GenerateMipmaps in linear colorspace.Kenneth Graunke1-2/+10
2016-08-25configure.ac: raise Mako required version to 0.8.0Eric Engestrom1-1/+1
2016-08-25swrast: fix incorrectly positioned putImage() in swrast driverBrian Paul1-2/+2
2016-08-25radeonsi: disable SDMA texture copying on CarrizoMarek Olšák1-0/+6
2016-08-25gallium/noop: use 3-space indentationMarek Olšák2-292/+292
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák21-16/+46
2016-08-25st/mesa: fix sRGB BlitFramebuffer regressionNicolai Hähnle1-16/+18
2016-08-25loader/dri3: Overhaul dri3_update_num_backMichel Dänzer1-9/+6
2016-08-24anv: Include the pipeline layout in the shader hashJason Ekstrand4-4/+40
2016-08-25anv: Add a --disable-vulkan-icd-full-driver-path optionJason Ekstrand3-2/+15
2016-08-24i965/fs: Don't consider the stencil output to be a color output.Francisco Jerez1-1/+2
2016-08-24glsl: Keep track of the set of fragment outputs read by a GL program.Francisco Jerez2-0/+4
2016-08-24glsl: Don't consider read-only fragment outputs to be written to.Francisco Jerez1-1/+1
2016-08-24glsl/linker: Allow fragment output overlap for gl_LastFragData.Francisco Jerez1-0/+3
2016-08-24glsl/ast: Allow redeclaration of gl_LastFragData with different precision qua...Francisco Jerez1-0/+12
2016-08-24glsl: Don't attempt to do dead varying elimination on gl_LastFragData arrays.Francisco Jerez1-3/+4
2016-08-24glsl: Define a gl_LastFragData built-in for older GLSL versions.Francisco Jerez1-0/+10
2016-08-24glsl: Handle the inout qualifier in fragment shader output declarations.Francisco Jerez2-1/+16
2016-08-24glsl: Add support for representing framebuffer fetch in the GLSL IR.Francisco Jerez2-0/+9
2016-08-24glsl: Add parser state enables for the framebuffer fetch extensions.Francisco Jerez2-0/+14
2016-08-24mesa: Add blend barrier entry point and driver hook.Francisco Jerez3-0/+29
2016-08-24mesa: Move shader memory barrier functions into barrier.c.Francisco Jerez4-57/+57
2016-08-24mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez5-15/+15
2016-08-24mesa: Add support for querying GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT.Francisco Jerez3-0/+14
2016-08-24mesa: Add extension enables for framebuffer fetch extensions.Francisco Jerez2-0/+3
2016-08-24glapi: Add XML for GL_EXT_shader_framebuffer_fetch.Francisco Jerez1-0/+5
2016-08-24nvc0: invalidate textures/samplers on GK104+Samuel Pitoiset2-12/+22
2016-08-24gallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initializationRhys Kidd1-1/+0
2016-08-24travis: Upgrade LLVM dependency to 3.5 and enable LLVM drivers.Eric Anholt1-6/+7
2016-08-24travis: Enable vc4 in libdrm to satisfy vc4 test build dependency.Eric Anholt1-1/+1
2016-08-24travis: Update to the Ubuntu Trusty image.Eric Anholt1-1/+2
2016-08-24travis: Parse configure.ac to pick an updated LIBDRM_VERSION.Eric Anholt1-0/+10
2016-08-24anv: meta_blit2d: adapt texel fetch pitch for fake w-tiledLionel Landwerlin1-1/+3
2016-08-24vc4: Fix GPU hangs with >16 varying values.Eric Anholt2-19/+68
2016-08-24vl/rbsp: fix another three byte not detectedLeo Liu1-1/+1
2016-08-24radeonsi: fix VM faults due NULL internal const buffers on CIKMarek Olšák1-2/+11
2016-08-24gallium/winsys/kms: Look up the GEM handle after importing a prime FDTomasz Figa1-0/+4
2016-08-24gallium/winsys/kms: Move display target handle lookup to separate functionTomasz Figa1-9/+24
2016-08-24gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)Tomasz Figa1-7/+11
2016-08-24gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)Tomasz Figa1-1/+0
2016-08-24shaderapi: don't generate not linked error on GetProgramStage in generalAlejandro Piñeiro1-1/+18
2016-08-24gallium/cso: avoid unnecessary null dereferenceEric Engestrom1-1/+1
2016-08-24.gitignore: Ignore tags generated by `make tags`Eric Engestrom1-0/+1
2016-08-24st/xvmc: fix a couple 'unused-but-set-variable' warningsEric Engestrom1-2/+3
2016-08-24egl: turn a couple asserts static (compile-time)Eric Engestrom1-3/+4