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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add pipe cap for primitive restart with fixed index
Neil Roberts
2020-06-22
17
-0
/
+17
*
nv50/ir/ra: fix memory corruption when spilling
Karol Herbst
2020-06-22
1
-22
/
+71
*
nv50/ir/ra: convert some for loops to Range-based for loops
Karol Herbst
2020-06-22
1
-11
/
+8
*
panfrost: Copy resources when mapping to avoid waiting for readers
Icecream95
2020-06-22
1
-1
/
+23
*
panfrost: Update sampler views when the texture bo changes
Icecream95
2020-06-22
3
-1
/
+4
*
panfrost: RGBA4 and RGB5_A1 framebuffer support
Icecream95
2020-06-22
2
-0
/
+3
*
r600/sfn: Don't set num_components on TESS sysvalue intrinsics
Gert Wollny
2020-06-22
2
-12
/
+8
*
r600/sfn: Add support for shared atomics
Gert Wollny
2020-06-22
6
-0
/
+164
*
r600/sfn: Add lowering pass for shared IO
Gert Wollny
2020-06-22
1
-0
/
+90
*
nv50/ir/nir: rework CFG handling
Karol Herbst
2020-06-22
1
-32
/
+34
*
nv50/ir/nir: rework input output handling
Karol Herbst
2020-06-22
1
-43
/
+34
*
nv50/ir/nir: handle clip vertex for tess eval shaders
Karol Herbst
2020-06-22
1
-0
/
+1
*
nv50/ir/nir: don't emit a restart with set a stream_id
Karol Herbst
2020-06-22
1
-2
/
+7
*
nvc0: enable spirv caps with nir
Karol Herbst
2020-06-22
1
-1
/
+2
*
nv50/ir/nir: fix nv_viewport_array2
Karol Herbst
2020-06-22
1
-0
/
+1
*
nv50/ir/nir: fix ext_demote_to_helper_invocation
Karol Herbst
2020-06-22
1
-1
/
+5
*
nv50/ir/print: add missing VIEWPORT_MASK handling
Karol Herbst
2020-06-22
1
-1
/
+4
*
nv50/ir/nir: add workaround for double vertex attribs
Karol Herbst
2020-06-22
1
-0
/
+2
*
gv100/ir: fix OP_TXG for shadow textures
Karol Herbst
2020-06-22
1
-2
/
+9
*
gv100/ir: fix shift lowering
Karol Herbst
2020-06-22
2
-19
/
+17
*
gv100/ir: fix atom cas
Karol Herbst
2020-06-22
2
-1
/
+3
*
freedreno/a4xx: simplify setup_slices
Jonathan Marek
2020-06-21
1
-65
/
+25
*
freedreno/a4xx: restore pitch to bytes change to layout code
Jonathan Marek
2020-06-21
1
-3
/
+3
*
freedreno/ir3: split out ubo info from range
Rob Clark
2020-06-21
1
-2
/
+2
*
freedreno/a6xx: remove unnecessary OVERFLOW_FLAG_REG check
Jonathan Marek
2020-06-20
2
-124
/
+16
*
freedreno/a6xx: VSC "STRM_ARRAY_PITCH" is "STRM_LIMIT"
Jonathan Marek
2020-06-20
1
-4
/
+4
*
intel/compiler: Always apply sample mask on Vulkan.
Arcady Goldmints-Orlov
2020-06-19
1
-0
/
+1
*
iris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS
Nanley Chery
2020-06-19
1
-0
/
+11
*
iris: Refactor modifier_is_supported for gen12
Nanley Chery
2020-06-19
1
-9
/
+19
*
iris: Handle importing aux-enabled surfaces on TGL
Nanley Chery
2020-06-19
2
-1
/
+16
*
iris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12
Nanley Chery
2020-06-19
3
-22
/
+28
*
iris: Don't support sRGB + Y_TILED_CCS on gen9
Nanley Chery
2020-06-19
3
-74
/
+21
*
intel: Add ISL_AUX_USAGE_GEN12_CCS_E
Nanley Chery
2020-06-19
1
-0
/
+2
*
iris: Disable sRGB fast-clears for non-0/1 values
Nanley Chery
2020-06-19
6
-41
/
+20
*
iris: Avoid fast-clear with incompatible view
Nanley Chery
2020-06-19
3
-2
/
+40
*
iris: Remove the CCS_D fallback
Nanley Chery
2020-06-19
3
-4
/
+3
*
iris: Drop can_fast_clear_color's format parameter
Nanley Chery
2020-06-19
1
-4
/
+3
*
freedreno/a6xx: Set index buffer size to bo size
Kristian H. Kristensen
2020-06-19
1
-1
/
+1
*
freedreno/a6xx: Don't write REG_A6XX_RB_SRGB_CNTL in restore
Kristian H. Kristensen
2020-06-19
1
-3
/
+0
*
zink: use int assignment for vk int type
Mike Blumenkrantz
2020-06-19
1
-1
/
+1
*
freedreno/ir3: move output_loc to variant
Rob Clark
2020-06-19
3
-15
/
+15
*
ir3: Split out variant-specific lowering and optimizations
Connor Abbott
2020-06-19
1
-1
/
+3
*
freedreno/ir3: drop shader->num_ubos
Rob Clark
2020-06-19
2
-5
/
+14
*
freedreno/ir3: move ubo_state into const_state
Rob Clark
2020-06-19
2
-3
/
+3
*
freedreno/a6xx: defer userconst cmdstream size calculation
Rob Clark
2020-06-19
3
-25
/
+25
*
freedreno/ir3: add accessor for const_state
Rob Clark
2020-06-19
2
-11
/
+13
*
r600/sfn: Handle memory_barrier
Gert Wollny
2020-06-19
1
-0
/
+1
*
r600/sfn: Take SSBO buffer ID offset into account
Gert Wollny
2020-06-19
4
-8
/
+35
*
r600/sfn: Add support for reading cube image array dim.
Gert Wollny
2020-06-19
3
-15
/
+40
*
r600/sfn: Add support for image_size
Gert Wollny
2020-06-19
2
-0
/
+24
[next]