summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* anv: do not advertise AHW support if extension not enabledahw-fixTapani Pälli2019-01-161-6/+15
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-158-2/+70
* winsys/amdgpu: fix whitespaceMarek Olšák2019-01-151-1/+1
* meson: Fix with_gallium_icd to with_opencl_icdPierre Moreau2019-01-151-1/+1
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-157-2/+53
* st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.Kenneth Graunke2019-01-151-43/+45
* st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke2019-01-152-11/+28
* meson: Add a script to extract the cmd line used for mesonDylan Baker2019-01-151-0/+77
* radv: add support for VK_EXT_memory_budgetSamuel Pitoiset2019-01-156-1/+124
* radv: add two small helpers for getting VRAM and visible VRAM sizesSamuel Pitoiset2019-01-151-5/+16
* radv: remove unnecessary returns in GetPhysicalDevice*Properties()Samuel Pitoiset2019-01-151-4/+4
* radv: Set partial_vs_wave for pipelines with just GS, not tess.Bas Nieuwenhuizen2019-01-151-8/+20
* radeonsi: also apply the GS hang workaround to draws without tessellationMarek Olšák2019-01-141-11/+14
* v3d: SHARED but not necessarily SCANOUT buffers on RO must be linear.Eric Anholt2019-01-141-1/+1
* v3d: Add support for CS barrier() intrinsics.Eric Anholt2019-01-143-0/+61
* v3d: Add support for CS shared variable load/store/atomics.Eric Anholt2019-01-143-13/+83
* v3d: Add support for CS workgroup/invocation id intrinsics.Eric Anholt2019-01-145-1/+67
* v3d: Add support for shader_image_load_store.Eric Anholt2019-01-1413-5/+848
* v3d: Add SSBO/atomic counters support.Eric Anholt2019-01-149-7/+245
* v3d: Drop the GLSL version level.Eric Anholt2019-01-141-1/+1
* v3d: Add support for matrix inputs to the FS.Eric Anholt2019-01-141-13/+14
* v3d: Add an isr to the simulator to catch GMP violations.Eric Anholt2019-01-143-0/+39
* v3d: Fix txf_ms 2D_ARRAY array index.Eric Anholt2019-01-141-8/+10
* v3d: Add support for GL_ARB_framebuffer_no_attachments.Eric Anholt2019-01-143-2/+19
* v3d: Add support for the early_fragment_tests flag.Eric Anholt2019-01-141-0/+10
* v3d: Add support for flushing dirty TMU data at job end.Eric Anholt2019-01-143-0/+43
* ac: add missing 16-bit types to glsl_base_to_llvm_type()Samuel Pitoiset2019-01-141-1/+6
* radv: Only use 32 KiB per threadgroup on Stoney.Bas Nieuwenhuizen2019-01-141-1/+10
* st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák2019-01-141-1/+1
* nir: Add a bool to float32 lowering passJason Ekstrand2019-01-144-0/+181
* src/intel: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-143-8/+4
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-1442-160/+72
* util: Helper to create sets and hashes with pointer keysCaio Marcelo de Oliveira Filho2019-01-144-0/+27
* ac/nir: set cache policy when loading/storing buffer imagesSamuel Pitoiset2019-01-141-14/+11
* ac/nir: add get_cache_policy() helper and use itSamuel Pitoiset2019-01-141-12/+26
* 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