aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Implement sRGB blend shadersAlyssa Rosenzweig2020-01-062-8/+16
* panfrost: Support rendering to non-zero Z/S layersAlyssa Rosenzweig2020-01-061-5/+5
* panfrost: Texture from Z32F_S8 as R32FAlyssa Rosenzweig2020-01-061-0/+4
* iris/query: Implement PIPE_QUERY_GPU_FINISHEDDanylo Piliaiev2020-01-061-0/+17
* st/mesa: use uint-samplers for sampling stencil buffersErik Faye-Lund2020-01-061-4/+6
* ac/surface: use uint16_t for mipmap level pitchesSamuel Pitoiset2020-01-061-1/+1
* etnaviv: fix incorrectly failing vertex size assertJonathan Marek2020-01-051-1/+1
* lima: fix PP stream terminator sizeVasily Khoruzhick2020-01-051-1/+3
* lima: don't reload and redraw tiles that were not updatedVasily Khoruzhick2020-01-053-7/+67
* lima: postpone PP stream generationVasily Khoruzhick2020-01-051-11/+17
* lima/parser: Fix VS cmd stream parserAndreas Baierl2020-01-051-2/+2
* lima/parser: Fix rsw parserAndreas Baierl2020-01-051-2/+0
* anv: Only enable EWA LOD algorithm when doing anisotropic filtering.Kenneth Graunke2020-01-041-1/+2
* iris: Allow HiZ for copy_region sourcesKenneth Graunke2020-01-043-5/+18
* i965: Allow HiZ for glCopyImageSubData sourcesJason Ekstrand2020-01-041-0/+9
* anv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9Jason Ekstrand2020-01-042-11/+18
* intel/blorp: Use the source format when using blorp_copy with HiZJason Ekstrand2020-01-041-1/+9
* i965/blorp: Don't resolve HiZ unless we're reinterpretingJason Ekstrand2020-01-041-1/+1
* blorp: Allow reading with HiZJason Ekstrand2020-01-042-2/+12
* blorp: Stop whacking Z24 depth to BGRA8Jason Ekstrand2020-01-041-11/+0
* etnaviv: move descriptor based texture structsChristian Gmeiner2020-01-042-40/+31
* etnaviv: move state based texture structsChristian Gmeiner2020-01-042-49/+42
* panfrost: Fix Android buildRoman Stratiienko2020-01-041-0/+1
* mesa/st: glsl_to_nir: don't lower atomics to SSBOs if driver supports HW atomicsGert Wollny2020-01-041-2/+3
* r600: Delete vertex buffer only if there is actually a shader stateGert Wollny2020-01-041-1/+2
* r600: Make SID and unsigned valueGert Wollny2020-01-041-1/+1
* r600: Fix maximum line widthGert Wollny2020-01-041-4/+1
* r600/sb: Correct SB disassambler for better debuggingGert Wollny2020-01-042-1/+8
* r600: Make it possible to include r600_asm.h in a C++ fileGert Wollny2020-01-041-0/+9
* r600: Add functions to dump the shader infoGert Wollny2020-01-044-0/+211
* gallium: tgsi_from_mesa - handle VARYING_SLOT_FACEGert Wollny2020-01-041-0/+4
* nir: make nir_get_texture_size/lod available outside nir_lower_texGert Wollny2020-01-043-110/+117
* 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