index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radv: do not add extra SGPR when push constants are not used
Samuel Pitoiset
2017-12-19
1
-1
/
+2
*
radv: change the needs_push_constants logic
Samuel Pitoiset
2017-12-19
1
-4
/
+4
*
radv: store pipeline stages that need push constants
Samuel Pitoiset
2017-12-19
2
-0
/
+4
*
radv: remove one useless check in ac_nir_shader_info_pass()
Samuel Pitoiset
2017-12-19
1
-4
/
+2
*
radv: remove one useless check in radv_flush_constants()
Samuel Pitoiset
2017-12-19
1
-1
/
+2
*
radv: add assertions to make sure pipeline layout objects are valid
Samuel Pitoiset
2017-12-19
1
-0
/
+2
*
radv: create pipeline layout objects for all meta operations
Samuel Pitoiset
2017-12-19
4
-2
/
+80
*
radv: Use a sort for rebuilding the sparse buffer bo list.
Bas Nieuwenhuizen
2017-12-19
1
-21
/
+24
*
freedreno/ir3: handle VTXID_BASE for indirect draws
Rob Clark
2017-12-19
1
-2
/
+41
*
freedreno/ir3: add ctx->mem_to_mem()
Rob Clark
2017-12-19
4
-14
/
+49
*
freedreno/a5xx: use vertex_id_zero_base
Rob Clark
2017-12-19
2
-20
/
+1
*
r600: clear compressed flags in image state on unbind.
Dave Airlie
2017-12-19
1
-0
/
+2
*
swr: Account for index_bias in offsets
George Kyriazis
2017-12-18
1
-3
/
+3
*
r600: only reported tgsi ir compute support on evergreen+
Dave Airlie
2017-12-18
1
-1
/
+3
*
radv: Advertise sync fd import and export.
Bas Nieuwenhuizen
2017-12-18
1
-4
/
+15
*
radv: Implement sync file import/export for fences & semaphores.
Bas Nieuwenhuizen
2017-12-18
1
-28
/
+87
*
radv/amdgpu: wrap sync fd import/export.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+26
*
ac/nir: fix lds store for patch outputs.
Dave Airlie
2017-12-19
1
-1
/
+1
*
nir/linking: always set the used_across_stages/outputs_read bits
Dave Airlie
2017-12-19
1
-6
/
+7
*
spirv: Relax the validation conditions of OpSelect
Jason Ekstrand
2017-12-18
1
-4
/
+21
*
radv: remove useless radv_cmask_info::base_address_reg
Samuel Pitoiset
2017-12-18
1
-1
/
+0
*
amd/common: add ac_vgt_gs_mode() helper
Samuel Pitoiset
2017-12-18
4
-55
/
+42
*
amd/common: add ac_get_cb_shader_mask() helper
Samuel Pitoiset
2017-12-18
4
-66
/
+40
*
Revert "radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components"
Samuel Pitoiset
2017-12-18
1
-5
/
+2
*
radv: port merge tess info from anv
Dave Airlie
2017-12-18
1
-0
/
+40
*
radv: Add external fence support.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+22
*
radv: Implement VK_KHR_external_fence_fd.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+48
*
radv: Implement fences based on syncobjs.
Bas Nieuwenhuizen
2017-12-18
3
-15
/
+109
*
amd/common: Add detection of the syncobj wait/signal/reset ioctls.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+2
*
radv: Add syncobj signal/reset/wait to winsys.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+44
*
configure/meson: Bump libdrm_amdgpu version requirement.
Bas Nieuwenhuizen
2017-12-18
2
-2
/
+2
*
android: fix vulkan driver build
Tapani Pälli
2017-12-18
1
-2
/
+3
*
android: fix undefined references to futex API
Tapani Pälli
2017-12-18
1
-0
/
+1
*
docs: mark GL4.3 as finished for r600
Dave Airlie
2017-12-18
2
-23
/
+24
*
r600: export robust buffer access
Dave Airlie
2017-12-18
2
-2
/
+2
*
r600: export GLSL 430
Dave Airlie
2017-12-18
1
-1
/
+1
*
r600/cs: add compute support to caps
Dave Airlie
2017-12-18
1
-2
/
+2
*
r600: always flush between gfx and compute
Dave Airlie
2017-12-18
5
-0
/
+21
*
r600: fix unused variable warning
Dave Airlie
2017-12-18
1
-1
/
+0
*
radv: Fix multi-layer blits.
Bas Nieuwenhuizen
2017-12-18
1
-25
/
+24
*
freedreno/a5xx: add a5xx blitter
Rob Clark
2017-12-17
8
-1
/
+498
*
freedreno: add generic blitter
Rob Clark
2017-12-17
7
-2
/
+161
*
freedreno: add non-draw batches for compute/blit
Rob Clark
2017-12-17
12
-32
/
+82
*
freedreno: track staging and shadow perf ctrs for the HUD
Rob Clark
2017-12-17
5
-0
/
+16
*
freedreno: staging upload transfers
Rob Clark
2017-12-17
3
-43
/
+135
*
freedreno: update generated headers
Rob Clark
2017-12-17
7
-63
/
+334
*
anv: Remove unused variable.
Bas Nieuwenhuizen
2017-12-17
1
-2
/
+0
*
radeonsi: don't call force_dcc_off for buffers
Marek Olšák
2017-12-16
1
-1
/
+1
*
isl: Don't require VALIGN_2 for R32G32B32_FLOAT on Haswell.
Kenneth Graunke
2017-12-15
1
-1
/
+3
*
radeon/uvd: add and manage render picture list
Boyuan Zhang
2017-12-15
1
-4
/
+25
[prev]
[next]