summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-19intel/compiler: Add a uses_firstvertex flagNeil Roberts2-0/+5
2018-04-19compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsicsAntia Puentes5-0/+21
2018-04-19meson: Build st_tests_common with gtestMike Lothian1-1/+1
2018-04-19radv: Add Vega M support.Bas Nieuwenhuizen4-2/+11
2018-04-19radv: Add bound checking workaround for dynamic buffers.Bas Nieuwenhuizen3-1/+5
2018-04-19svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom1-1/+1
2018-04-19swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian1-0/+3
2018-04-19radv: enable DCC for MSAA 2x textures on VI under an optionSamuel Pitoiset4-1/+13
2018-04-19radv: decompress DCC for multisampled source images before resolvingSamuel Pitoiset4-4/+18
2018-04-19radv: add a workaround for fast clears with DCC and MSAA texturesSamuel Pitoiset1-0/+9
2018-04-19radv: allocate CMASK for DCC fast clear with MSAASamuel Pitoiset1-0/+7
2018-04-19radv: implement fast color clear for DCC with MSAASamuel Pitoiset1-1/+16
2018-04-19radv: make sure to sync after resolving using the compute pathSamuel Pitoiset1-0/+3
2018-04-19radv: dump the SHA1 of SPIRV in the hang reportSamuel Pitoiset1-1/+8
2018-04-18radv: Enable VK_EXT_descriptor_indexing.Bas Nieuwenhuizen3-0/+63
2018-04-18spirv: Add support for runtime descriptor array cap.Bas Nieuwenhuizen2-0/+5
2018-04-18spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.Bas Nieuwenhuizen2-0/+7
2018-04-18radv: Support allocating variable size descriptor sets.Bas Nieuwenhuizen1-4/+17
2018-04-18radv: Add support for variable descriptor set layouts.Bas Nieuwenhuizen2-1/+30
2018-04-18radv: Fix GetDescriptorSetLayoutSupport.Bas Nieuwenhuizen1-3/+0
2018-04-18radv: Use sorted bindings for set layout creation.Bas Nieuwenhuizen1-2/+41
2018-04-18radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen5-82/+13
2018-04-18radv: Keep a global BO list for VkMemory.Bas Nieuwenhuizen4-39/+146
2018-04-18spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4Bas Nieuwenhuizen2-4/+183
2018-04-18i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke1-1/+4
2018-04-18glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák1-0/+5
2018-04-18radeon/vce: disable vce dual pipe on VegaMLeo Liu1-1/+2
2018-04-18radeonsi: add support for VegaMMarek Olšák9-2/+19
2018-04-18amd/addrlib: add support for VegaMMarek Olšák4-0/+41
2018-04-18radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák1-3/+4
2018-04-18meson: build graw testsDylan Baker5-0/+108
2018-04-18meson: build tests for gallium mesa state trackerDylan Baker2-0/+43
2018-04-18meson: build gallium unit testsDylan Baker2-0/+34
2018-04-18meson: Build gallium trivial testsDylan Baker4-4/+54
2018-04-18meson: Remove TODO about mesa/main testsDylan Baker1-2/+0
2018-04-18meson: enable glcpp testDylan Baker1-1/+17
2018-04-18glcpp/tests: Convert shell scripts to a python scriptDylan Baker3-267/+223
2018-04-18glsl/tests: Remove unused compare_ir.py scriptDylan Baker1-58/+0
2018-04-18meson: enable optimization-testDylan Baker1-0/+5
2018-04-18glsl/tests: Convert optimization-test.sh to pure pythonDylan Baker4-238/+215
2018-04-18meson: run glsl compiler warnings testDylan Baker1-1/+9
2018-04-18glsl/tests: reimplement warnings-test in pythonDylan Baker2-56/+75
2018-04-18swr/rast: Fix VGATHERPD loweringGeorge Kyriazis1-13/+69
2018-04-18swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis5-5/+26
2018-04-18swr/rast: Optimize late/bindless JIT of samplersGeorge Kyriazis25-105/+213
2018-04-18swr/rast: Implement VROUND intrinsic in x86 lowering passGeorge Kyriazis1-1/+37
2018-04-18swr/rast: Refactor to improve code sharing.George Kyriazis1-43/+36
2018-04-18swr/rast: minimize codegen redundant workGeorge Kyriazis6-128/+335
2018-04-18swr/rast: double-pump in x86 lowering passGeorge Kyriazis1-11/+19
2018-04-18swr/rast: Fix 64bit float loads in x86 lowering passGeorge Kyriazis2-45/+25