summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-16swr/rast: New execution engine per JITAlok Hota2-42/+65
2019-01-16swr/rast: Scope MEM_CLIENT enum for mem usagesAlok Hota6-40/+38
2019-01-16swr/rast: Unaligned and translations in gathersAlok Hota1-21/+35
2019-01-16swr/rast: partial support for Tiled ResourcesAlok Hota2-0/+164
2019-01-16swr/rast: Add annotator to interleave isa textAlok Hota2-3/+36
2019-01-16swr/rast: Use gfxptr_t value in JitGatherVerticesAlok Hota1-18/+16
2019-01-16gallium/swr: Fix multi-context sync fence deadlock.Bruce Cherniak1-1/+3
2019-01-16ac/nir: don't trash L1 caches for store operations with writeonly memorySamuel Pitoiset1-5/+15
2019-01-15st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke8-2/+70
2019-01-15winsys/amdgpu: fix whitespaceMarek Olšák1-1/+1
2019-01-15gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke7-2/+53
2019-01-15st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.Kenneth Graunke1-43/+45
2019-01-15st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke2-11/+28
2019-01-15radv: add support for VK_EXT_memory_budgetSamuel Pitoiset6-1/+124
2019-01-15radv: add two small helpers for getting VRAM and visible VRAM sizesSamuel Pitoiset1-5/+16
2019-01-15radv: remove unnecessary returns in GetPhysicalDevice*Properties()Samuel Pitoiset1-4/+4
2019-01-15radv: Set partial_vs_wave for pipelines with just GS, not tess.Bas Nieuwenhuizen1-8/+20
2019-01-14radeonsi: also apply the GS hang workaround to draws without tessellationMarek Olšák1-11/+14
2019-01-14v3d: SHARED but not necessarily SCANOUT buffers on RO must be linear.Eric Anholt1-1/+1
2019-01-14v3d: Add support for CS barrier() intrinsics.Eric Anholt3-0/+61
2019-01-14v3d: Add support for CS shared variable load/store/atomics.Eric Anholt3-13/+83
2019-01-14v3d: Add support for CS workgroup/invocation id intrinsics.Eric Anholt5-1/+67
2019-01-14v3d: Add support for shader_image_load_store.Eric Anholt13-5/+848
2019-01-14v3d: Add SSBO/atomic counters support.Eric Anholt9-7/+245
2019-01-14v3d: Drop the GLSL version level.Eric Anholt1-1/+1
2019-01-14v3d: Add support for matrix inputs to the FS.Eric Anholt1-13/+14
2019-01-14v3d: Add an isr to the simulator to catch GMP violations.Eric Anholt3-0/+39
2019-01-14v3d: Fix txf_ms 2D_ARRAY array index.Eric Anholt1-8/+10
2019-01-14v3d: Add support for GL_ARB_framebuffer_no_attachments.Eric Anholt3-2/+19
2019-01-14v3d: Add support for the early_fragment_tests flag.Eric Anholt1-0/+10
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