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
*
zink: implement nir_texop_txf_ms
Erik Faye-Lund
2020-05-26
3
-10
/
+31
*
r600/sfn: remove debug output leftover
Gert Wollny
2020-05-26
1
-2
/
+0
*
r600/sfn: Correctly update the number of literals when forcing a new
Gert Wollny
2020-05-26
1
-1
/
+2
*
r600/sfn: use modern c++ in printing LDS read instruction
Gert Wollny
2020-05-26
1
-4
/
+4
*
r600/sfn: Fix mapping for f32tof64 and f64tof32
Gert Wollny
2020-05-26
2
-4
/
+4
*
r600: Fix duplicated subexpression in r600_asm.c
Gert Wollny
2020-05-26
1
-1
/
+1
*
freedreno/drm: disallow exported buffers in bo cache
Rob Clark
2020-05-25
1
-0
/
+1
*
r600/sfn: Use correct setter method.
Vinson Lee
2020-05-25
1
-1
/
+1
*
zink: pass batch instead of context for queries
Erik Faye-Lund
2020-05-25
1
-9
/
+7
*
zink: do not dig into resource for nr_samples
Erik Faye-Lund
2020-05-25
1
-4
/
+4
*
zink: use samples from state
Erik Faye-Lund
2020-05-25
1
-7
/
+1
*
nir: Add un/pack_32_4x8 opcodes
Alyssa Rosenzweig
2020-05-25
1
-0
/
+7
*
util: delete fnv1a hash function
Dmitriy Nester
2020-05-25
4
-65
/
+1
*
zink: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
1
-9
/
+9
*
r600: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
1
-2
/
+4
*
util/hash_table: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
1
-7
/
+7
*
i965: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
1
-3
/
+5
*
freedreno: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
3
-9
/
+9
*
nir: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
5
-18
/
+17
*
panfrost: Only run batch debug when specifically asked
Alyssa Rosenzweig
2020-05-25
1
-3
/
+9
*
panfrost: Add debug print before query flushes
Alyssa Rosenzweig
2020-05-25
1
-1
/
+2
*
radv: Implement vkGetSwapchainGrallocUsage2ANDROID.
Bas Nieuwenhuizen
2020-05-25
1
-0
/
+89
*
EGL: sync headers with Khronos
Simon Ser
2020-05-25
5
-66
/
+292
*
st/mesa: Clear texture's views when texture is removed from Shared->TexObjects
Danylo Piliaiev
2020-05-25
4
-1
/
+28
*
radv: Do not close fd -1 when NULL-winsys creation fails.
Bas Nieuwenhuizen
2020-05-25
1
-1
/
+2
*
radv: Remove dead code.
Bas Nieuwenhuizen
2020-05-25
1
-11
/
+2
*
radv: Handle failing to create .cache dir.
Bas Nieuwenhuizen
2020-05-25
1
-1
/
+2
*
radv/winsys: Remove extra sizeof multiply.
Bas Nieuwenhuizen
2020-05-25
1
-1
/
+1
*
gitlab-ci: Enable -Werror in `meson-s390x` job
Michel Dänzer
2020-05-25
1
-0
/
+3
*
radv: advertise VK_AMD_texture_gather_bias_lod
Samuel Pitoiset
2020-05-25
3
-0
/
+3
*
radv: add support for querying which formats support texture gather LOD
Samuel Pitoiset
2020-05-25
1
-0
/
+12
*
aco: add support for bias/lod with texture gather
Samuel Pitoiset
2020-05-25
1
-5
/
+25
*
ac/nir: add support for bias/lod with texture gather
Samuel Pitoiset
2020-05-25
1
-3
/
+3
*
spirv: add support for bias/lod with OpImageGather
Samuel Pitoiset
2020-05-25
1
-3
/
+5
*
spirv: add SpvCapabilityImageGatherBiasLodAMD
Samuel Pitoiset
2020-05-25
2
-0
/
+5
*
glsl: subroutine signatures must match exactly
Yevhenii Kolesnikov
2020-05-24
1
-0
/
+3
*
radv: advertise shaderDeviceClock on GFX8+
Samuel Pitoiset
2020-05-24
1
-1
/
+1
*
ac/nir: implement nir_intrinsic_shader_clock with device scope
Samuel Pitoiset
2020-05-24
3
-4
/
+7
*
ac/nir: fix shader clock with subgroup scope
Samuel Pitoiset
2020-05-24
1
-3
/
+1
*
aco: implement nir_intrinsic_shader_clock with device scope
Samuel Pitoiset
2020-05-24
1
-2
/
+6
*
spirv: add ReadClockKHR support with device scope
Samuel Pitoiset
2020-05-24
4
-2
/
+18
*
radv: remove useless assignment in build_streamout_vertex()
Samuel Pitoiset
2020-05-24
1
-2
/
+1
*
radv: cleanup physical device features
Samuel Pitoiset
2020-05-24
1
-117
/
+144
*
radv: do not return from radv_GetPhysicalDeviceFeatures2()
Samuel Pitoiset
2020-05-24
1
-1
/
+1
*
r600: Use TRUNC_COORD on samplers
Christopher Egert
2020-05-24
1
-0
/
+3
*
panfrost: Ensure final.no_colour is initialized.
Vinson Lee
2020-05-23
1
-0
/
+1
*
r600/sfn: Initialize VertexStageExportForGS m_num_clip_dist member variable.
Vinson Lee
2020-05-23
1
-0
/
+1
*
llvmpipe: Fix variable name.
Vinson Lee
2020-05-23
1
-1
/
+1
*
docs: drop no-longer-relevant comment about bugzilla
Eric Engestrom
2020-05-23
1
-5
/
+0
*
tree-wide: fix deprecated GitLab URLs
Eric Engestrom
2020-05-23
16
-41
/
+41
[next]