summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-05lima: fix PP stream terminator sizeVasily Khoruzhick1-1/+3
2020-01-05lima: don't reload and redraw tiles that were not updatedVasily Khoruzhick3-7/+67
2020-01-05lima: postpone PP stream generationVasily Khoruzhick1-11/+17
2020-01-05lima/parser: Fix VS cmd stream parserAndreas Baierl1-2/+2
2020-01-05lima/parser: Fix rsw parserAndreas Baierl1-2/+0
2020-01-04anv: Only enable EWA LOD algorithm when doing anisotropic filtering.Kenneth Graunke1-1/+2
2020-01-04iris: Allow HiZ for copy_region sourcesKenneth Graunke3-5/+18
2020-01-04i965: Allow HiZ for glCopyImageSubData sourcesJason Ekstrand1-0/+9
2020-01-04anv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9Jason Ekstrand2-11/+18
2020-01-04intel/blorp: Use the source format when using blorp_copy with HiZJason Ekstrand1-1/+9
2020-01-04i965/blorp: Don't resolve HiZ unless we're reinterpretingJason Ekstrand1-1/+1
2020-01-04blorp: Allow reading with HiZJason Ekstrand2-2/+12
2020-01-04blorp: Stop whacking Z24 depth to BGRA8Jason Ekstrand1-11/+0
2020-01-04etnaviv: move descriptor based texture structsChristian Gmeiner2-40/+31
2020-01-04etnaviv: move state based texture structsChristian Gmeiner2-49/+42
2020-01-04panfrost: Fix Android buildRoman Stratiienko1-0/+1
2020-01-04mesa/st: glsl_to_nir: don't lower atomics to SSBOs if driver supports HW atomicsGert Wollny1-2/+3
2020-01-04r600: Delete vertex buffer only if there is actually a shader stateGert Wollny1-1/+2
2020-01-04r600: Make SID and unsigned valueGert Wollny1-1/+1
2020-01-04r600: Fix maximum line widthGert Wollny1-4/+1
2020-01-04r600/sb: Correct SB disassambler for better debuggingGert Wollny2-1/+8
2020-01-04r600: Make it possible to include r600_asm.h in a C++ fileGert Wollny1-0/+9
2020-01-04r600: Add functions to dump the shader infoGert Wollny4-0/+211
2020-01-04gallium: tgsi_from_mesa - handle VARYING_SLOT_FACEGert Wollny1-0/+4
2020-01-04nir: make nir_get_texture_size/lod available outside nir_lower_texGert Wollny3-110/+117
2020-01-04gallium/tgsi_from_mesa: Add 'extern "C"' to be able to include from C++Gert Wollny1-0/+9
2020-01-04spirv: Fix glsl type assert in spir2nir.Bas Nieuwenhuizen1-0/+4
2020-01-04etnaviv: use a better name for FE_VERTEX_STREAM_UNK14680Christian Gmeiner2-2/+2
2020-01-04radv: Only use the gfx mipmap level offset/pitch for linear textures.Bas Nieuwenhuizen1-2/+6
2020-01-04Revert "amd/common: Always initialize gfx9 mipmap offset/pitch."Bas Nieuwenhuizen2-5/+7
2020-01-03iris: Delete remnants of the unimplemented ASTC 5x5 workaroundKenneth Graunke4-38/+10
2020-01-03iris: Disable ASTC 5x5 support on Gen9 for now.Kenneth Graunke1-0/+8
2020-01-03st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.Kenneth Graunke6-3/+23
2020-01-03etnaviv: use nir_lower_clip_halfz instead of open-codingErik Faye-Lund1-20/+3
2020-01-03nir/zink: move clip_halfz-lowering to common codeErik Faye-Lund5-54/+82
2020-01-03zink: remove unused code-path in lower_pos_writeErik Faye-Lund1-14/+8
2020-01-03zink: use nir_fmul_immErik Faye-Lund1-5/+5
2020-01-03zink: implement load_vertex_idErik Faye-Lund1-1/+21
2020-01-03zink: factor out builtin-var creationErik Faye-Lund1-15/+23
2020-01-03zink: simplify front-face typeErik Faye-Lund1-1/+1
2020-01-03anv: Ignore some CreateInfo structs when rasterization is disabledCaio Marcelo de Oliveira Filho2-18/+38
2020-01-03anv: Drop unused function parameterCaio Marcelo de Oliveira Filho1-3/+2
2020-01-03radeonsi: remove the "display_dcc_offset == 0" assertionMarek Olšák1-3/+1
2020-01-03radeonsi: ignore PIPE_BIND_SCANOUT for imported texturesMarek Olšák1-2/+3
2020-01-03radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák3-10/+11
2020-01-03lima: fix allocation of GP outputs storage for indexed drawVasily Khoruzhick1-3/+4
2020-01-03anv: Drop unneeded struct keywordsJason Ekstrand10-18/+18
2020-01-03r600: Remove HEVC related code since HEVC is not supportedThong Thai2-63/+2
2020-01-03radeon: Use P010 for decoding of 10-bit videosThong Thai4-6/+11
2020-01-03st/va: Add support for P010, used for 10-bit videosThong Thai4-15/+37