index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: consider bitsize when handling OpSwitch cases
Juan A. Suarez Romero
2017-12-20
1
-3
/
+11
*
drirc: set allow_glsl_cross_stage_interpolation_mismatch for more games
Tapani Pälli
2017-12-20
1
-0
/
+8
*
anv: disallow VK_REMAINING_ARRAY_LAYERS in vkCmdClearAttachments()
Samuel Iglesias Gonsálvez
2017-12-20
1
-0
/
+2
*
nvc0/ir: change textureGrad to always use lane 0 as the tex origin
Ilia Mirkin
2017-12-19
1
-14
/
+46
*
broadcom/vc5: Add missing setting of the UIF XOR disable flag in textures.
Eric Anholt
2017-12-19
2
-0
/
+4
*
broadcom/vc5: Clean up the comment and code around level 0 UIF.
Eric Anholt
2017-12-19
1
-14
/
+10
*
broadcom/vc5: Simplify the tiling calculations.
Eric Anholt
2017-12-19
1
-49
/
+11
*
broadcom/vc5: Return the depth in all components of depth textures.
Eric Anholt
2017-12-19
1
-6
/
+6
*
broadcom/vc5: Enable decompressing RGTC for desktop GL support.
Eric Anholt
2017-12-19
1
-1
/
+1
*
broadcom/vc5: Use u_transfer_helper for MSAA mappings.
Eric Anholt
2017-12-19
2
-98
/
+6
*
broadcom/vc5: Start adding support for rendering to Z32F_S8X24_UINT.
Eric Anholt
2017-12-19
3
-5
/
+94
*
freedreno: add debug flag to force high priority context
Rob Clark
2017-12-19
3
-1
/
+5
*
freedreno: context priority support
Rob Clark
2017-12-19
5
-4
/
+22
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
22
-2
/
+71
*
intel/compiler/gen10: Disable push constants.
Rafael Antognolli
2017-12-19
2
-0
/
+16
*
radv: properly load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
2017-12-19
2
-5
/
+23
*
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
[next]