summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-14spirv2nir: Add kernel spirv supportElie Tournier1-1/+65
2020-02-14spirv2nir: print nir shader if translation succedElie Tournier1-1/+5
2020-02-14zink: do not use SpvDimRectErik Faye-Lund2-2/+2
2020-02-14lima: handle early-z and pixel kill betterVasily Khoruzhick1-5/+19
2020-02-14radv: remove unnecessary RADV_DEBUG=nobatchchain optionSamuel Pitoiset5-15/+11
2020-02-14glsl: fix gl_nir_set_uniform_initializers() for image arraysTimothy Arceri1-1/+1
2020-02-13intel/tools: Update aubinator_error_decode.Rafael Antognolli1-0/+2
2020-02-13freedreno: allow INVALID modifierRob Clark1-0/+1
2020-02-13intel/isl: Switch to R8_UNORM format for compatiblitySagar Ghuge1-0/+9
2020-02-13intel/isl: Move get_format_encoding function to islSagar Ghuge3-73/+75
2020-02-13freedreno/a6xx: fix Z24_UNORM_S8_UINT_AS_R8G8B8A8Jonathan Marek1-1/+1
2020-02-13iris: add support INTEL_blackhole_renderLionel Landwerlin4-0/+69
2020-02-13st: add support for INTEL_blackhole_renderLionel Landwerlin5-0/+21
2020-02-13i965: enable INTEL_blackhole_renderLionel Landwerlin5-0/+49
2020-02-13mesa: add INTEL_blackhole_renderLionel Landwerlin3-0/+17
2020-02-13Revert "st/va: Convert interlaced NV12 to progressive"Thong Thai1-51/+4
2020-02-13anv: Reject modifiers on depth/stencil formatsJason Ekstrand1-3/+7
2020-02-13gallium/swr: fix rdtsc debug statistics mechanismKrzysztof Raszkowski9-58/+44
2020-02-13nir: fix nir_const_value_as_uint bit size in load/store vectorizer testsRhys Perry2-4/+6
2020-02-13Revert "nir: Add a couple trivial abs optimizations"Erik Faye-Lund1-2/+0
2020-02-13iris: fix aux buf map failure in 32bits app on AndroidTapani Pälli1-8/+9
2020-02-13radv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADERSamuel Pitoiset1-6/+5
2020-02-13radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sischedSamuel Pitoiset5-43/+32
2020-02-13radv: remove LLVM sicheduler enable for The Talos PrincipleSamuel Pitoiset1-9/+1
2020-02-13glsl: fix a memory leak with resource_setTapani Pälli1-1/+3
2020-02-13radv: implement VK_EXT_line_rasterizationSamuel Pitoiset5-7/+112
2020-02-13radv: fix line width range and granularitySamuel Pitoiset1-2/+2
2020-02-12tu: Force sysmem with mipmapped non-aligned linear storesConnor Abbott2-1/+65
2020-02-12tu: Support input attachments with sysmemConnor Abbott1-12/+34
2020-02-12tu: Support resolve ops with sysmem renderingConnor Abbott1-12/+98
2020-02-12tu: Handle vkCmdClearAttachments() with sysmemConnor Abbott4-92/+166
2020-02-12tu: Add helper for CP_COND_REG_EXECConnor Abbott1-0/+40
2020-02-12tu: Sysmem renderingConnor Abbott3-18/+240
2020-02-12tu: Disable linear depth attachmentsConnor Abbott1-10/+44
2020-02-12tu: Support multisample image clearsConnor Abbott1-1/+6
2020-02-12tu/blit: Support blits in secondary cmdstreamsConnor Abbott7-34/+36
2020-02-12tu: Properly set UBWC flags in RB_RENDER_CNTLConnor Abbott1-5/+38
2020-02-12tu: Don't emit initial render target state in tile_load_ibConnor Abbott1-6/+13
2020-02-12radeonsi: make si_fence_server_signal flush pipe without workPeng Huang1-0/+4
2020-02-12turnip: Add a618 supportChad Versace1-0/+8
2020-02-12turnip: Add magic register values to tu_physical_deviceChad Versace4-6/+23
2020-02-12freedreno/a6xx: use single format enumJonathan Marek15-866/+755
2020-02-12anv: Respect ISL_SURF_USAGE_DISABLE_AUX_BIT in make_surface()Chad Versace1-3/+4
2020-02-12anv: Clarify behavior of anv_image_aspect_to_plane()Chad Versace1-0/+6
2020-02-12anv: Delete anv_image::ccs_e_compatibleChad Versace2-14/+10
2020-02-12aco: improve SCC handling in some SALU combinesRhys Perry1-6/+4
2020-02-12aco: disable some instruction combining if it could change an exec operandRhys Perry1-2/+13
2020-02-12Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov12-19/+19
2020-02-12compiler/spirv: Add support for non-constant initializersArcady Goldmints-Orlov1-7/+25
2020-02-12compiler/nir: Add support for variable initialization from a pointerArcady Goldmints-Orlov8-11/+41