summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-22util: consistently use ifndef guards over pragma onceEmil Velikov4-2/+19
2017-03-22mesa/program: consistently use ifndef guards over pragma onceEmil Velikov4-4/+9
2017-03-22mesa/main: consistently use ifndef guards over pragma onceEmil Velikov5-3/+11
2017-03-22intel/compiler: consistently use ifndef guards over pragma onceEmil Velikov8-5/+31
2017-03-22intel/common: consistently use ifndef guards over pragma onceEmil Velikov1-1/+5
2017-03-22i965: consistently use ifndef guards over pragma onceEmil Velikov4-3/+15
2017-03-22st/wgl: consistently use ifndef guards over pragma onceEmil Velikov1-1/+3
2017-03-22egl/dri2: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2017-03-22spirv: consistently use ifndef guards over pragma onceEmil Velikov3-2/+10
2017-03-22nir: consistently use ifndef guards over pragma onceEmil Velikov10-11/+38
2017-03-22glsl: consistently use ifndef guards over pragma onceEmil Velikov31-23/+48
2017-03-22compiler: consistently use ifndef guards over pragma onceEmil Velikov2-2/+4
2017-03-22radv: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2017-03-22ac: consistently use ifndef guards over pragma onceEmil Velikov3-3/+12
2017-03-22i965: make brw_setup_image_uniform_values staticEmil Velikov2-6/+1
2017-03-22docs/releasing: do not pass any arguments to autogen.shEmil Velikov1-1/+1
2017-03-22mesa: more unused linux/version.h includeEmil Velikov1-3/+0
2017-03-22ac: fix build with LLVM 5.0svnMarek Olšák1-2/+8
2017-03-22gallivm: remove lp_add_attr_dereferenceable in favor of amd/commonMarek Olšák3-15/+1
2017-03-22anv/device: Move push descriptor query handlingJason Ekstrand1-8/+8
2017-03-22anv/image: Return early when unbinding an imageJason Ekstrand1-4/+5
2017-03-22util/sha1: harmonize _mesa_sha1_* wrappersGrazvydas Ignotas2-9/+10
2017-03-22anv: android: remove unused include/vulkan includeEmil Velikov1-1/+0
2017-03-22anv: automake: use the local headers over any system provided onesEmil Velikov1-2/+2
2017-03-22mesa/main: fix MultiDrawElements[BaseVertex] validation of primcountNicolai Hähnle2-3/+23
2017-03-22mesa: Avoid out-of-bounds stack read via _mesa_MaterialiNicolai Hähnle1-2/+3
2017-03-22configure.ac: Do not strip away space after regex word match.Vinson Lee1-3/+3
2017-03-21configure.ac: Use POSIX compatible regex for word boundary.Vinson Lee1-8/+8
2017-03-21isl: Refactor row pitch calculation (v2)Chad Versace1-33/+89
2017-03-21isl: Drop misplaced comment about paddingChad Versace1-46/+0
2017-03-21i965/dri: Turn on support for image modifiersBen Widawsky1-1/+1
2017-03-21i965/dri: Handle X-tiled modifierBen Widawsky1-0/+8
2017-03-21i965/dri: Handle Y-tiled modifierBen Widawsky1-4/+14
2017-03-21i965/dri: Handle the linear fb modifierBen Widawsky1-11/+44
2017-03-21i965/dri: Enable modifier queriesBen Widawsky2-0/+7
2017-03-21i965/dri: Store the screen associated with the imageBen Widawsky2-6/+11
2017-03-21gbm: Disallow INVALID modifiers returned upon image creationBen Widawsky1-0/+32
2017-03-21i965/dri: Disallow image with INVALID modifierBen Widawsky1-0/+3
2017-03-21i965: Shut up major()/minor() warnings.Kenneth Graunke1-0/+7
2017-03-21i965: Drop AUB_TRACE_* stuff.Kenneth Graunke32-123/+70
2017-03-21i965: Use aubinator/genxml for INTEL_DEBUG=bat state decoding.Kenneth Graunke6-870/+151
2017-03-21i965: Use aubinator/genxml for INTEL_DEBUG=bat commands.Kenneth Graunke1-21/+39
2017-03-21intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke5-7/+7
2017-03-21intel: Add a INTEL_DEBUG=color option.Kenneth Graunke3-0/+3
2017-03-21nir: Add positional argument specifiers.Vinson Lee2-2/+2
2017-03-21r600_shader.c: check returned value of eg_get_interpolator_indexJulien Isorce1-2/+4
2017-03-21util/disk_cache: fix build on platforms where shader cache is disabledTimothy Arceri1-1/+1
2017-03-21util/disk_cache: add a write helperGrazvydas Ignotas1-14/+23
2017-03-21tests/cache_test: use the blob key's actual first byteGrazvydas Ignotas1-6/+2
2017-03-21util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas7-25/+51