summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEXNeil Roberts2018-04-193-5/+18
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-197-13/+35
* intel/compiler: Add a uses_firstvertex flagNeil Roberts2018-04-192-0/+5
* compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsicsAntia Puentes2018-04-195-0/+21
* meson: Build st_tests_common with gtestMike Lothian2018-04-191-1/+1
* radv: Add Vega M support.Bas Nieuwenhuizen2018-04-194-2/+11
* radv: Add bound checking workaround for dynamic buffers.Bas Nieuwenhuizen2018-04-193-1/+5
* svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom2018-04-191-1/+1
* swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian2018-04-191-0/+3
* radv: enable DCC for MSAA 2x textures on VI under an optionSamuel Pitoiset2018-04-194-1/+13
* radv: decompress DCC for multisampled source images before resolvingSamuel Pitoiset2018-04-194-4/+18
* radv: add a workaround for fast clears with DCC and MSAA texturesSamuel Pitoiset2018-04-191-0/+9
* radv: allocate CMASK for DCC fast clear with MSAASamuel Pitoiset2018-04-191-0/+7
* radv: implement fast color clear for DCC with MSAASamuel Pitoiset2018-04-191-1/+16
* radv: make sure to sync after resolving using the compute pathSamuel Pitoiset2018-04-191-0/+3
* radv: dump the SHA1 of SPIRV in the hang reportSamuel Pitoiset2018-04-191-1/+8
* radv: Enable VK_EXT_descriptor_indexing.Bas Nieuwenhuizen2018-04-183-0/+63
* spirv: Add support for runtime descriptor array cap.Bas Nieuwenhuizen2018-04-182-0/+5
* spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.Bas Nieuwenhuizen2018-04-182-0/+7
* radv: Support allocating variable size descriptor sets.Bas Nieuwenhuizen2018-04-181-4/+17
* radv: Add support for variable descriptor set layouts.Bas Nieuwenhuizen2018-04-182-1/+30
* radv: Fix GetDescriptorSetLayoutSupport.Bas Nieuwenhuizen2018-04-181-3/+0
* radv: Use sorted bindings for set layout creation.Bas Nieuwenhuizen2018-04-181-2/+41
* radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen2018-04-185-82/+13
* radv: Keep a global BO list for VkMemory.Bas Nieuwenhuizen2018-04-184-39/+146
* spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4Bas Nieuwenhuizen2018-04-182-4/+183
* i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke2018-04-181-1/+4
* glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák2018-04-181-0/+5
* radeon/vce: disable vce dual pipe on VegaMLeo Liu2018-04-181-1/+2
* radeonsi: add support for VegaMMarek Olšák2018-04-189-2/+19
* amd/addrlib: add support for VegaMMarek Olšák2018-04-184-0/+41
* radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák2018-04-181-3/+4
* meson: build graw testsDylan Baker2018-04-185-0/+108
* meson: build tests for gallium mesa state trackerDylan Baker2018-04-182-0/+43
* meson: build gallium unit testsDylan Baker2018-04-182-0/+34
* meson: Build gallium trivial testsDylan Baker2018-04-184-4/+54
* meson: Remove TODO about mesa/main testsDylan Baker2018-04-181-2/+0
* meson: enable glcpp testDylan Baker2018-04-181-1/+17
* glcpp/tests: Convert shell scripts to a python scriptDylan Baker2018-04-183-267/+223
* glsl/tests: Remove unused compare_ir.py scriptDylan Baker2018-04-181-58/+0
* meson: enable optimization-testDylan Baker2018-04-181-0/+5
* glsl/tests: Convert optimization-test.sh to pure pythonDylan Baker2018-04-184-238/+215
* meson: run glsl compiler warnings testDylan Baker2018-04-181-1/+9
* glsl/tests: reimplement warnings-test in pythonDylan Baker2018-04-182-56/+75
* swr/rast: Fix VGATHERPD loweringGeorge Kyriazis2018-04-181-13/+69
* swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis2018-04-185-5/+26
* swr/rast: Optimize late/bindless JIT of samplersGeorge Kyriazis2018-04-1825-105/+213
* swr/rast: Implement VROUND intrinsic in x86 lowering passGeorge Kyriazis2018-04-181-1/+37
* swr/rast: Refactor to improve code sharing.George Kyriazis2018-04-181-43/+36
* swr/rast: minimize codegen redundant workGeorge Kyriazis2018-04-186-128/+335