summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-19intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes
2018-04-19intel/compiler: Add a uses_firstvertex flagNeil Roberts
2018-04-19compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsicsAntia Puentes
2018-04-19meson: Build st_tests_common with gtestMike Lothian
2018-04-19radv: Add Vega M support.Bas Nieuwenhuizen
2018-04-19radv: Add bound checking workaround for dynamic buffers.Bas Nieuwenhuizen
2018-04-19svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom
2018-04-19swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian
2018-04-19radv: enable DCC for MSAA 2x textures on VI under an optionSamuel Pitoiset
2018-04-19radv: decompress DCC for multisampled source images before resolvingSamuel Pitoiset
2018-04-19radv: add a workaround for fast clears with DCC and MSAA texturesSamuel Pitoiset
2018-04-19radv: allocate CMASK for DCC fast clear with MSAASamuel Pitoiset
2018-04-19radv: implement fast color clear for DCC with MSAASamuel Pitoiset
2018-04-19radv: make sure to sync after resolving using the compute pathSamuel Pitoiset
2018-04-19radv: dump the SHA1 of SPIRV in the hang reportSamuel Pitoiset
2018-04-18radv: Enable VK_EXT_descriptor_indexing.Bas Nieuwenhuizen
2018-04-18spirv: Add support for runtime descriptor array cap.Bas Nieuwenhuizen
2018-04-18spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.Bas Nieuwenhuizen
2018-04-18radv: Support allocating variable size descriptor sets.Bas Nieuwenhuizen
2018-04-18radv: Add support for variable descriptor set layouts.Bas Nieuwenhuizen
2018-04-18radv: Fix GetDescriptorSetLayoutSupport.Bas Nieuwenhuizen
2018-04-18radv: Use sorted bindings for set layout creation.Bas Nieuwenhuizen
2018-04-18radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen
2018-04-18radv: Keep a global BO list for VkMemory.Bas Nieuwenhuizen
2018-04-18spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4Bas Nieuwenhuizen
2018-04-18i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke
2018-04-18glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák
2018-04-18radeon/vce: disable vce dual pipe on VegaMLeo Liu
2018-04-18radeonsi: add support for VegaMMarek Olšák
2018-04-18amd/addrlib: add support for VegaMMarek Olšák
2018-04-18radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák
2018-04-18meson: build graw testsDylan Baker
2018-04-18meson: build tests for gallium mesa state trackerDylan Baker
2018-04-18meson: build gallium unit testsDylan Baker
2018-04-18meson: Build gallium trivial testsDylan Baker
2018-04-18meson: Remove TODO about mesa/main testsDylan Baker
2018-04-18meson: enable glcpp testDylan Baker
2018-04-18glcpp/tests: Convert shell scripts to a python scriptDylan Baker
2018-04-18glsl/tests: Remove unused compare_ir.py scriptDylan Baker
2018-04-18meson: enable optimization-testDylan Baker
2018-04-18glsl/tests: Convert optimization-test.sh to pure pythonDylan Baker
2018-04-18meson: run glsl compiler warnings testDylan Baker
2018-04-18glsl/tests: reimplement warnings-test in pythonDylan Baker
2018-04-18swr/rast: Fix VGATHERPD loweringGeorge Kyriazis
2018-04-18swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis
2018-04-18swr/rast: Optimize late/bindless JIT of samplersGeorge Kyriazis
2018-04-18swr/rast: Implement VROUND intrinsic in x86 lowering passGeorge Kyriazis
2018-04-18swr/rast: Refactor to improve code sharing.George Kyriazis
2018-04-18swr/rast: minimize codegen redundant workGeorge Kyriazis
2018-04-18swr/rast: double-pump in x86 lowering passGeorge Kyriazis