summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-14v3d: Add support for flushing dirty TMU data at job end.Eric Anholt3-0/+43
2019-01-14ac: add missing 16-bit types to glsl_base_to_llvm_type()Samuel Pitoiset1-1/+6
2019-01-14radv: Only use 32 KiB per threadgroup on Stoney.Bas Nieuwenhuizen1-1/+10
2019-01-14st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák1-1/+1
2019-01-14nir: Add a bool to float32 lowering passJason Ekstrand4-0/+181
2019-01-14src/intel: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho3-8/+4
2019-01-14src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho42-160/+72
2019-01-14util: Helper to create sets and hashes with pointer keysCaio Marcelo de Oliveira Filho4-0/+27
2019-01-14ac/nir: set cache policy when loading/storing buffer imagesSamuel Pitoiset1-14/+11
2019-01-14ac/nir: add get_cache_policy() helper and use itSamuel Pitoiset1-12/+26
2019-01-14anv: Implement VK_KHR_depth_stencil_resolveJason Ekstrand5-1/+204
2019-01-14anv: Move resolve_subpass to genX_cmd_buffer.cJason Ekstrand3-70/+59
2019-01-14anv/blorp: Refactor MSAA resolves into an exportable helper functionJason Ekstrand2-132/+107
2019-01-14anv: Rename has_resolve to has_color_resolveJason Ekstrand3-5/+5
2019-01-14intel/blorp: Add two more filter modesJason Ekstrand2-12/+52
2019-01-14amd/common: Restore v4i32 suffix for llvm.SI.load.const intrinsicMichel Dänzer1-1/+1
2019-01-14amd/common/vi+: enable SMEM loads with GLC=1Nicolai Hähnle1-3/+7
2019-01-14amd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0Nicolai Hähnle1-4/+8
2019-01-14anv/pipeline_cache: free NIR shader cacheIago Toral Quiroga1-0/+7
2019-01-14glsl: Fix copying function's out to temp if dereferenced by arrayDanylo Piliaiev1-24/+22
2019-01-13i965: Drop mark_surface_used mechanism.Kenneth Graunke10-105/+7
2019-01-13egl: fix python lib deprecation warningEric Engestrom3-14/+7
2019-01-12spirv: Emit switch conditions on-the-flyJason Ekstrand1-36/+26
2019-01-12nir/gcm: Support deref instructionsJason Ekstrand1-0/+4
2019-01-12intel/nir: Call nir_opt_deref in brw_nir_optimizeJason Ekstrand1-0/+1
2019-01-12spirv: Contain the GLSLang issue #179 workaround to old GLSLangJason Ekstrand3-18/+38
2019-01-12spirv: Whack sampler/image pointers to uniformJason Ekstrand1-0/+12
2019-01-11st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.Kenneth Graunke1-0/+23
2019-01-11glsl/nir: keep bool types when native_integers=falseJonathan Marek1-98/+63
2019-01-11glsl/nir: ftrunc for native_integers=false float to int castJonathan Marek1-0/+4
2019-01-11glsl/nir: int constants as float for native_integers=falseJonathan Marek1-4/+12
2019-01-11intel/peephole_ffma: Fix swizzle propagationJason Ekstrand1-4/+7
2019-01-11nir: Allow a non-existent sampler deref in nir_lower_samplers_as_derefKenneth Graunke1-19/+21
2019-01-11egl: remove unused includeEric Engestrom1-2/+0
2019-01-11egl: add missing includesEric Engestrom6-0/+9
2019-01-11anv/pipeline_cache: fix incorrect guards for NIR cacheIago Toral Quiroga1-2/+3
2019-01-10blorp: Pass the batch to lookup/upload_shader instead of contextKenneth Graunke7-35/+44
2019-01-10blorp: Add blorp_get_surface_address to the driver interface.Kenneth Graunke3-0/+27
2019-01-10docs: fix gallium screen cap docsIlia Mirkin1-11/+11
2019-01-11glsl: Make invariant outputs in ES fragment shader not to cause errorDanylo Piliaiev1-1/+1
2019-01-10anv/pipeline: Cache the pre-lowered NIRJason Ekstrand1-10/+39
2019-01-10anv/pipeline_cache: Add support for caching NIRJason Ekstrand2-0/+118
2019-01-10anv/pipeline: Hash shader modules and spec constants separatelyJason Ekstrand1-15/+39
2019-01-10compiler/types: Serialize/deserialize subpass input types correctlyJason Ekstrand1-2/+2
2019-01-10anv/pipeline: Move wpos and input attachment lowering to lower_nirJason Ekstrand1-11/+8
2019-01-10i965: Compile fp64 funcs only if we do not have 64-bit hardware supportMatt Turner1-1/+1
2019-01-10anv/pipeline: Constant fold after apply_pipeline_layoutJason Ekstrand2-12/+5
2019-01-10freedreno/a6xx: fix 3d+tiled layoutRob Clark1-34/+52
2019-01-10freedreno/a6xx: move tile_mode to sampler-view CSORob Clark2-7/+7
2019-01-10freedreno/a6xx: separate stencil restore/resolve fixesRob Clark1-14/+21