summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi_from_mesa: Add 'extern "C"' to be able to include from C++Gert Wollny2020-01-041-0/+9
* spirv: Fix glsl type assert in spir2nir.Bas Nieuwenhuizen2020-01-041-0/+4
* etnaviv: use a better name for FE_VERTEX_STREAM_UNK14680Christian Gmeiner2020-01-042-2/+2
* radv: Only use the gfx mipmap level offset/pitch for linear textures.Bas Nieuwenhuizen2020-01-041-2/+6
* Revert "amd/common: Always initialize gfx9 mipmap offset/pitch."Bas Nieuwenhuizen2020-01-042-5/+7
* iris: Delete remnants of the unimplemented ASTC 5x5 workaroundKenneth Graunke2020-01-034-38/+10
* iris: Disable ASTC 5x5 support on Gen9 for now.Kenneth Graunke2020-01-031-0/+8
* st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.Kenneth Graunke2020-01-036-3/+23
* etnaviv: use nir_lower_clip_halfz instead of open-codingErik Faye-Lund2020-01-031-20/+3
* nir/zink: move clip_halfz-lowering to common codeErik Faye-Lund2020-01-035-54/+82
* zink: remove unused code-path in lower_pos_writeErik Faye-Lund2020-01-031-14/+8
* zink: use nir_fmul_immErik Faye-Lund2020-01-031-5/+5
* zink: implement load_vertex_idErik Faye-Lund2020-01-031-1/+21
* zink: factor out builtin-var creationErik Faye-Lund2020-01-031-15/+23
* zink: simplify front-face typeErik Faye-Lund2020-01-031-1/+1
* anv: Ignore some CreateInfo structs when rasterization is disabledCaio Marcelo de Oliveira Filho2020-01-032-18/+38
* anv: Drop unused function parameterCaio Marcelo de Oliveira Filho2020-01-031-3/+2
* radeonsi: remove the "display_dcc_offset == 0" assertionMarek Olšák2020-01-031-3/+1
* radeonsi: ignore PIPE_BIND_SCANOUT for imported texturesMarek Olšák2020-01-031-2/+3
* radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák2020-01-033-10/+11
* lima: fix allocation of GP outputs storage for indexed drawVasily Khoruzhick2020-01-031-3/+4
* anv: Drop unneeded struct keywordsJason Ekstrand2020-01-0310-18/+18
* r600: Remove HEVC related code since HEVC is not supportedThong Thai2020-01-032-63/+2
* radeon: Use P010 for decoding of 10-bit videosThong Thai2020-01-034-6/+11
* st/va: Add support for P010, used for 10-bit videosThong Thai2020-01-034-15/+37
* gallium: Add PIPE_FORMAT_P010 supportThong Thai2020-01-037-0/+9
* util/format: Add the P010 format used for 10-bit videosThong Thai2020-01-034-0/+44
* zink: implement some more trivial opcodesErik Faye-Lund2020-01-031-0/+3
* zink: implement txfErik Faye-Lund2020-01-033-8/+85
* radv: implement VK_AMD_mixed_attachment_samplesSamuel Pitoiset2020-01-032-5/+27
* radv: record number of color/depth samples for each subpassSamuel Pitoiset2020-01-032-0/+5
* etnaviv: gc400 does not support any vertex samplerChristian Gmeiner2020-01-031-0/+4
* etnaviv: check if MSAA is supportedChristian Gmeiner2020-01-031-0/+2
* u_vbuf: don't try to delete NULL driver CSOIago Toral Quiroga2020-01-031-1/+2
* iris: Set nir_shader_compiler_options::unify_interfaces.Kenneth Graunke2020-01-032-2/+3
* st/nir: Optionally unify inputs_read/outputs_written when linking.Kenneth Graunke2020-01-032-0/+28
* intel: Drop Gen11 WaBTPPrefetchDisable workaroundKenneth Graunke2020-01-034-49/+10
* pan/midgard: Use upper ALU tags for MFBD writeoutAlyssa Rosenzweig2020-01-023-2/+22
* pan/midgard: Identity ld_color_buffer as 32-bitAlyssa Rosenzweig2020-01-023-4/+4
* pan/midgard: Remove old commentAlyssa Rosenzweig2020-01-021-1/+0
* pan/midgard: Generate MRT writeout loopsAlyssa Rosenzweig2020-01-025-31/+84
* pan/midgard: Generalize IS_ALU and quadword_sizeAlyssa Rosenzweig2020-01-028-98/+53
* pan/midgard: Use better heuristic for shader terminationAlyssa Rosenzweig2020-01-021-24/+17
* pan/midgard: Fix memory corruption in constant combiningAlyssa Rosenzweig2020-01-021-1/+1
* panfrost: Pack MRT blend shaders into a single BOAlyssa Rosenzweig2020-01-023-22/+38
* panfrost: Handle RGB16F colour clearAlyssa Rosenzweig2020-01-021-0/+2
* panfrost: Store internal formatTomeu Vizoso2020-01-022-2/+7
* panfrost: Map with size of first layer for 3D texturesTomeu Vizoso2020-01-022-2/+8
* panfrost: Dynamically allocate array of texture pointersTomeu Vizoso2020-01-023-12/+28
* turnip: Use VK_NULL_HANDLE instead of NULL.Bas Nieuwenhuizen2020-01-021-1/+1