summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-19gallium: plumb context priority through to driverRob Clark22-2/+71
2017-12-19intel/compiler/gen10: Disable push constants.Rafael Antognolli2-0/+16
2017-12-19radv: properly load unused gl_LocalInvocationID/gl_WorkGroupID componentsSamuel Pitoiset2-5/+23
2017-12-19radv: do not add extra SGPR when push constants are not usedSamuel Pitoiset1-1/+2
2017-12-19radv: change the needs_push_constants logicSamuel Pitoiset1-4/+4
2017-12-19radv: store pipeline stages that need push constantsSamuel Pitoiset2-0/+4
2017-12-19radv: remove one useless check in ac_nir_shader_info_pass()Samuel Pitoiset1-4/+2
2017-12-19radv: remove one useless check in radv_flush_constants()Samuel Pitoiset1-1/+2
2017-12-19radv: add assertions to make sure pipeline layout objects are validSamuel Pitoiset1-0/+2
2017-12-19radv: create pipeline layout objects for all meta operationsSamuel Pitoiset4-2/+80
2017-12-19radv: Use a sort for rebuilding the sparse buffer bo list.Bas Nieuwenhuizen1-21/+24
2017-12-19freedreno/ir3: handle VTXID_BASE for indirect drawsRob Clark1-2/+41
2017-12-19freedreno/ir3: add ctx->mem_to_mem()Rob Clark4-14/+49
2017-12-19freedreno/a5xx: use vertex_id_zero_baseRob Clark2-20/+1
2017-12-19r600: clear compressed flags in image state on unbind.Dave Airlie1-0/+2
2017-12-18swr: Account for index_bias in offsetsGeorge Kyriazis1-3/+3
2017-12-18r600: only reported tgsi ir compute support on evergreen+Dave Airlie1-1/+3
2017-12-18radv: Advertise sync fd import and export.Bas Nieuwenhuizen1-4/+15
2017-12-18radv: Implement sync file import/export for fences & semaphores.Bas Nieuwenhuizen1-28/+87
2017-12-18radv/amdgpu: wrap sync fd import/export.Bas Nieuwenhuizen2-0/+26
2017-12-19ac/nir: fix lds store for patch outputs.Dave Airlie1-1/+1
2017-12-19nir/linking: always set the used_across_stages/outputs_read bitsDave Airlie1-6/+7
2017-12-18spirv: Relax the validation conditions of OpSelectJason Ekstrand1-4/+21
2017-12-18radv: remove useless radv_cmask_info::base_address_regSamuel Pitoiset1-1/+0
2017-12-18amd/common: add ac_vgt_gs_mode() helperSamuel Pitoiset4-55/+42
2017-12-18amd/common: add ac_get_cb_shader_mask() helperSamuel Pitoiset4-66/+40
2017-12-18Revert "radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components"Samuel Pitoiset1-5/+2
2017-12-18radv: port merge tess info from anvDave Airlie1-0/+40
2017-12-18radv: Add external fence support.Bas Nieuwenhuizen2-0/+22
2017-12-18radv: Implement VK_KHR_external_fence_fd.Bas Nieuwenhuizen2-0/+48
2017-12-18radv: Implement fences based on syncobjs.Bas Nieuwenhuizen3-15/+109
2017-12-18amd/common: Add detection of the syncobj wait/signal/reset ioctls.Bas Nieuwenhuizen2-0/+2
2017-12-18radv: Add syncobj signal/reset/wait to winsys.Bas Nieuwenhuizen2-0/+44
2017-12-18android: fix vulkan driver buildTapani Pälli1-2/+3
2017-12-18r600: export robust buffer accessDave Airlie1-1/+1
2017-12-18r600: export GLSL 430Dave Airlie1-1/+1
2017-12-18r600/cs: add compute support to capsDave Airlie1-2/+2
2017-12-18r600: always flush between gfx and computeDave Airlie5-0/+21
2017-12-18r600: fix unused variable warningDave Airlie1-1/+0
2017-12-18radv: Fix multi-layer blits.Bas Nieuwenhuizen1-25/+24
2017-12-17freedreno/a5xx: add a5xx blitterRob Clark8-1/+498
2017-12-17freedreno: add generic blitterRob Clark7-2/+161
2017-12-17freedreno: add non-draw batches for compute/blitRob Clark12-32/+82
2017-12-17freedreno: track staging and shadow perf ctrs for the HUDRob Clark5-0/+16
2017-12-17freedreno: staging upload transfersRob Clark3-43/+135
2017-12-17freedreno: update generated headersRob Clark7-63/+334
2017-12-17anv: Remove unused variable.Bas Nieuwenhuizen1-2/+0
2017-12-16radeonsi: don't call force_dcc_off for buffersMarek Olšák1-1/+1
2017-12-15isl: Don't require VALIGN_2 for R32G32B32_FLOAT on Haswell.Kenneth Graunke1-1/+3
2017-12-15radeon/uvd: add and manage render picture listBoyuan Zhang1-4/+25