aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv: Implement VK_KHR_depth_stencil_resolveJason Ekstrand2019-01-145-1/+204
* anv: Move resolve_subpass to genX_cmd_buffer.cJason Ekstrand2019-01-143-70/+59
* anv/blorp: Refactor MSAA resolves into an exportable helper functionJason Ekstrand2019-01-142-132/+107
* anv: Rename has_resolve to has_color_resolveJason Ekstrand2019-01-143-5/+5
* intel/blorp: Add two more filter modesJason Ekstrand2019-01-142-12/+52
* bin/get-pick-list.sh: fix redirection in shAndres Gomez2019-01-141-1/+1
* bin/get-pick-list.sh: fix the oneline printingAndres Gomez2019-01-141-1/+1
* amd/common: Restore v4i32 suffix for llvm.SI.load.const intrinsicMichel Dänzer2019-01-141-1/+1
* amd/common/vi+: enable SMEM loads with GLC=1Nicolai Hähnle2019-01-141-3/+7
* amd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0Nicolai Hähnle2019-01-141-4/+8
* anv/pipeline_cache: free NIR shader cacheIago Toral Quiroga2019-01-141-0/+7
* glsl: Fix copying function's out to temp if dereferenced by arrayDanylo Piliaiev2019-01-141-24/+22
* i965: Drop mark_surface_used mechanism.Kenneth Graunke2019-01-1310-105/+7
* egl: fix python lib deprecation warningEric Engestrom2019-01-133-14/+7
* spirv: Emit switch conditions on-the-flyJason Ekstrand2019-01-121-36/+26
* nir/gcm: Support deref instructionsJason Ekstrand2019-01-121-0/+4
* intel/nir: Call nir_opt_deref in brw_nir_optimizeJason Ekstrand2019-01-121-0/+1
* spirv: Contain the GLSLang issue #179 workaround to old GLSLangJason Ekstrand2019-01-123-18/+38
* spirv: Whack sampler/image pointers to uniformJason Ekstrand2019-01-121-0/+12
* st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.Kenneth Graunke2019-01-111-0/+23
* glsl/nir: keep bool types when native_integers=falseJonathan Marek2019-01-111-98/+63
* glsl/nir: ftrunc for native_integers=false float to int castJonathan Marek2019-01-111-0/+4
* glsl/nir: int constants as float for native_integers=falseJonathan Marek2019-01-111-4/+12
* intel/peephole_ffma: Fix swizzle propagationJason Ekstrand2019-01-111-4/+7
* nir: Allow a non-existent sampler deref in nir_lower_samplers_as_derefKenneth Graunke2019-01-111-19/+21
* travis: avoid using unset llvm-configEric Engestrom2019-01-111-6/+10
* egl: remove unused includeEric Engestrom2019-01-111-2/+0
* egl: add missing includesEric Engestrom2019-01-116-0/+9
* anv/pipeline_cache: fix incorrect guards for NIR cacheIago Toral Quiroga2019-01-111-2/+3
* blorp: Pass the batch to lookup/upload_shader instead of contextKenneth Graunke2019-01-107-35/+44
* blorp: Add blorp_get_surface_address to the driver interface.Kenneth Graunke2019-01-103-0/+27
* docs: fix gallium screen cap docsIlia Mirkin2019-01-101-11/+11
* glsl: Make invariant outputs in ES fragment shader not to cause errorDanylo Piliaiev2019-01-111-1/+1
* anv/pipeline: Cache the pre-lowered NIRJason Ekstrand2019-01-101-10/+39
* anv/pipeline_cache: Add support for caching NIRJason Ekstrand2019-01-102-0/+118
* anv/pipeline: Hash shader modules and spec constants separatelyJason Ekstrand2019-01-101-15/+39
* compiler/types: Serialize/deserialize subpass input types correctlyJason Ekstrand2019-01-101-2/+2
* anv/pipeline: Move wpos and input attachment lowering to lower_nirJason Ekstrand2019-01-101-11/+8
* i965: Compile fp64 funcs only if we do not have 64-bit hardware supportMatt Turner2019-01-101-1/+1
* anv/pipeline: Constant fold after apply_pipeline_layoutJason Ekstrand2019-01-102-12/+5
* freedreno/a6xx: fix 3d+tiled layoutRob Clark2019-01-101-34/+52
* freedreno/a6xx: move tile_mode to sampler-view CSORob Clark2019-01-102-7/+7
* freedreno/a6xx: separate stencil restore/resolve fixesRob Clark2019-01-101-14/+21
* freedreno: make cmdstream bo's read-only to GPURob Clark2019-01-102-5/+11
* etnaviv: fix typo in cflush_all descriptionGuido Günther2019-01-101-1/+1
* radv: remove a few more unnecessary KHR suffixesEric Engestrom2019-01-103-11/+11
* nir: fix copy-paste error in nir_lower_constant_initializersRhys Perry2019-01-101-2/+2
* docs: complete the calendar and release schedule documentationAndres Gomez2019-01-102-2/+22
* glsl/linker: specify proper direction in location aliasing errorAndres Gomez2019-01-101-5/+10
* editorconfig: Add max_line_length propertyAndres Gomez2019-01-101-0/+1