aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pan/mdg: Move r1.w writeout to branch->destIcecream952020-06-102-6/+6
* pan/mdg: Add a macro for printing instruction source informationIcecream952020-06-101-21/+12
* nir: Remove nir_intrinsic_output_u8_as_fp16_panAlyssa Rosenzweig2020-06-101-6/+0
* ac/surface: fix epitch when modifying surf_pitchPierre-Eric Pelloux-Prayer2020-06-101-2/+6
* ac/surface: set SCANOUT if surf->is_displayablePierre-Eric Pelloux-Prayer2020-06-101-0/+3
* zink: only report device-local memory as video-memoryErik Faye-Lund2020-06-101-2/+5
* ac/nir: fix integer comparisons with pointersSamuel Pitoiset2020-06-101-0/+11
* radeonsi/ngg: try GS multi-cycling mode if default mode failedPierre-Eric Pelloux-Prayer2020-06-101-1/+10
* radeonsi: add return value to gfx10_ngg_calculate_subgroup_infoPierre-Eric Pelloux-Prayer2020-06-103-3/+11
* glsl: fix crash on glsl macro redefinitionAndrii Simiklit2020-06-101-0/+3
* anv/allocator: Compare to start_offset in state_pool_free_no_vgJason Ekstrand2020-06-091-3/+6
* panfrost: Ensure we have ro before using itAlyssa Rosenzweig2020-06-091-4/+4
* radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7Samuel Pitoiset2020-06-093-5/+3
* radv/aco: enable shaderInt16 on GFX6-GFX7Samuel Pitoiset2020-06-092-5/+5
* radv/aco: enable 8-bit/16-bit storage on GFX6-GFX7Samuel Pitoiset2020-06-093-10/+10
* aco: remove unnecessary split- and create_vector instructions for subdword loadsDaniel Schürmann2020-06-091-79/+66
* aco: fix alignment of vectors with 4 elementsSamuel Pitoiset2020-06-091-2/+5
* aco: implement 8-bit/16-bit conversions on GFX6-GFX7Samuel Pitoiset2020-06-091-13/+17
* aco: optimize packing of 16bit subdword registers on GFX6/7Daniel Schürmann2020-06-091-0/+51
* aco: skip partial copies on first iteration when lowering to hwDaniel Schürmann2020-06-091-27/+15
* aco: coalesce copies more aggressively when lowering to hwDaniel Schürmann2020-06-091-0/+20
* aco: add and use scratch SGPR to lower subdword p_create_vector on GFX6/7Daniel Schürmann2020-06-092-8/+25
* aco: adjust GFX6 subdword lowering workarounds for 8bitDaniel Schürmann2020-06-091-17/+21
* aco: Workarounds subdword lowering on GFX6/7Daniel Schürmann2020-06-091-0/+43
* aco: use full-register instructions to implement subdword packing on GFX6/7Daniel Schürmann2020-06-091-1/+25
* aco: simplify statistics collection for copiesDaniel Schürmann2020-06-091-9/+5
* aco: fix register assignment for p_create_vector on GFX6/7Daniel Schürmann2020-06-091-24/+32
* zink: emit interpolation decorations for ntv outputsMike Blumenkrantz2020-06-091-0/+17
* zink: track program usages for each shaderMike Blumenkrantz2020-06-094-1/+34
* zink: assert that image-view format isn't undefinedErik Faye-Lund2020-06-091-0/+1
* zink: emulate B8G8R8X8_SRGB with B8G8R8A8_SRGBErik Faye-Lund2020-06-091-0/+1
* turnip: Expose robustBufferAccess.Eric Anholt2020-06-092-9/+1
* ci: Use rsync for initial nfsroot population on cheza.Eric Anholt2020-06-095-8/+9
* ci: Enable pre-merge fractional vulkan CTS runs on the turnip driver.Eric Anholt2020-06-094-0/+130
* ci: Build the full VK CTS for baremetal testing.Eric Anholt2020-06-096-10/+40
* ci: Disable shader cache on vulkan CI runs.Eric Anholt2020-06-091-0/+5
* ci: Bump up to the current version of the VK CTS.Eric Anholt2020-06-092-3/+8
* turnip: Fix crashes in compute with no descriptors to load.Eric Anholt2020-06-091-1/+3
* frontends/vdpau: Default destination rect to source rectThong Thai2020-06-091-0/+3
* radeonsi: require LLVM 11 for gfx10.3Marek Olšák2020-06-091-0/+6
* radeonsi: add support for Sienna CichlidMarek Olšák2020-06-096-2/+19
* ac: align num_vgprs for gfx10.3Marek Olšák2020-06-096-5/+23
* radeonsi: don't set any XNACK options on gfx10.3Marek Olšák2020-06-092-4/+4
* radeonsi: set BIG_PAGE fields on gfx10.3Marek Olšák2020-06-092-3/+23
* radeonsi: move L2_CACHE_CONTROL registers into si_emit_framebuffer_stateMarek Olšák2020-06-091-29/+32
* radeonsi: implement R9G9B9E5 render target and image store support on gfx10.3Marek Olšák2020-06-094-9/+51
* radeonsi: enable larger SDMA clears and copies on gfx10.3Marek Olšák2020-06-092-8/+15
* radeonsi: honor a user-specified pitch on gfx10.3Marek Olšák2020-06-091-6/+20
* ac/surface: add displayable DCC code for gfx10.3Marek Olšák2020-06-091-7/+20
* ac,radeonsi: start adding support for gfx10.3Marek Olšák2020-06-098-17/+64