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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3d: moving v3d simulator to src/broadcom
Alejandro Piñeiro
2020-06-27
13
-44
/
+204
*
turnip: Put VK_KHR_external_fence_fd stubs back
Kristian H. Kristensen
2020-06-26
1
-0
/
+19
*
iris: Implement pipe->texture_subdata directly
Kenneth Graunke
2020-06-26
1
-1
/
+79
*
turnip: Properly return VK_DEVICE_LOST on queuesubmit failures.
Eric Anholt
2020-06-26
4
-8
/
+59
*
turnip: Fix error handling of DRM_MSM_GEM_INFO ioctls.
Eric Anholt
2020-06-26
1
-5
/
+11
*
turnip: Do better TU_DEBUG=startup logging of drmGetDevices2() failure.
Eric Anholt
2020-06-26
1
-2
/
+6
*
turnip: semaphore support.
Bas Nieuwenhuizen
2020-06-26
3
-44
/
+289
*
aco: fix partial copies on GFX6/7
Daniel Schürmann
2020-06-26
1
-2
/
+3
*
mapi: x86: Fix dynamic entries in x86 tsd stubs.
Lepton Wu
2020-06-26
1
-8
/
+42
*
freedreno/ir3: move nir finalization to after cache miss
Rob Clark
2020-06-26
2
-7
/
+12
*
freedreno/ir3: disk-cache support
Rob Clark
2020-06-26
8
-3
/
+284
*
freedreno/ir3: build binning variant at same time as draw variant
Rob Clark
2020-06-26
2
-35
/
+76
*
freedreno/a6xx+ir3: stop generating pointless binning shaders
Rob Clark
2020-06-26
4
-13
/
+21
*
freedreno/ir3: shuffle some variant fields
Rob Clark
2020-06-26
1
-11
/
+20
*
freedreno/ir3: add ir3_compiler_destroy()
Rob Clark
2020-06-26
4
-4
/
+14
*
freedreno/ir3: move finalize_nir to pscreen hook
Rob Clark
2020-06-26
8
-2
/
+21
*
freedreno/ir3: add ir3_finalize_nir()
Rob Clark
2020-06-26
4
-36
/
+49
*
zink: use OpFUnordNotEqual for nir_op_fne
Mike Blumenkrantz
2020-06-26
1
-1
/
+1
*
zink: set lower_mul_high and lower_rotate in ntv compiler options
Mike Blumenkrantz
2020-06-26
1
-0
/
+2
*
zink: handle isign alu in ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: handle ixor in ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: lower byte/word extract ops in nir
Mike Blumenkrantz
2020-06-26
1
-0
/
+2
*
zink: add bitfield_reverse handling to ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: add ult handling for ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: handle signed and unsigned min/max ops in ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+4
*
radv: remove the load/store workaround for Monster Hunter World with LLVM
Samuel Pitoiset
2020-06-26
5
-22
/
+9
*
radv: remove the shader ballot workaround for Youngblood with LLVM
Samuel Pitoiset
2020-06-26
2
-16
/
+5
*
turnip: fix huge scissor min/max case
Jonathan Marek
2020-06-26
1
-0
/
+9
*
turnip: fix VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURES
Jonathan Marek
2020-06-26
1
-15
/
+15
*
panfrost: Add PAN_MESA_DEBUG=gl3 flag
Icecream95
2020-06-26
2
-5
/
+22
*
freedreno/a6xx: use firstIndex field
Connor Abbott
2020-06-26
1
-3
/
+2
*
tu: Pass firstIndex directly to CP_DRAW_INDX_OFFSET
Connor Abbott
2020-06-26
2
-5
/
+4
*
freedreno/registers: Label firstIndex field in CP_DRAW_INDX_OFFSET
Connor Abbott
2020-06-26
1
-0
/
+1
*
freedreno: On a5xx+ INDX_SIZE is MAX_INDICES
Connor Abbott
2020-06-26
4
-16
/
+17
*
freedreno: Share constlen between different stages properly
Connor Abbott
2020-06-26
2
-8
/
+42
*
freedreno: Refactor ir3_cache shader compilation
Connor Abbott
2020-06-26
1
-22
/
+29
*
tu: Share constlen between different stages properly
Connor Abbott
2020-06-26
1
-2
/
+23
*
ir3: Add ir3_trim_constlen()
Connor Abbott
2020-06-26
2
-0
/
+71
*
ir3: Support variants with different constlen's
Connor Abbott
2020-06-26
7
-12
/
+83
*
ir3: Include ir3_compiler from ir3_shader
Connor Abbott
2020-06-26
7
-7
/
+8
*
ir3, freedreno: Round up constlen earlier
Connor Abbott
2020-06-26
8
-14
/
+24
*
v3d/compiler: don't rewrite unused temporaries to point to NOP register
Iago Toral Quiroga
2020-06-26
1
-8
/
+0
*
v3d: Use stvpmd for non-uniform offsets in GS
Neil Roberts
2020-06-26
1
-1
/
+12
*
v3d: Add missing macro for stvpmd instruction
Neil Roberts
2020-06-26
1
-0
/
+1
*
radeonsi: remove tabs
Marek Olšák
2020-06-26
9
-56
/
+56
*
radeonsi: clear per-context buffers at the end of si_create_context
Marek Olšák
2020-06-26
1
-5
/
+11
*
radeonsi: make si_pm4_cmd_begin/end static and simplify all usages
Marek Olšák
2020-06-26
4
-15
/
+8
*
radeonsi: disallow adding BOs into si_pm4_state except 1 shader BO per state
Marek Olšák
2020-06-26
4
-36
/
+4
*
radeonsi: make wait_mem_scratch unmappable
Marek Olšák
2020-06-26
1
-1
/
+4
*
radeonsi: don't add the tess ring buffers into the cs_preamble state
Marek Olšák
2020-06-26
2
-3
/
+5
[next]