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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Track stencil aux usage on Gen12+
Sagar Ghuge
2019-10-29
1
-0
/
+1
*
iris: Allocate main and aux surfaces together
Nanley Chery
2019-10-29
1
-34
/
+21
*
iris: Determine aux offsets within configure_aux
Nanley Chery
2019-10-29
1
-10
/
+9
*
iris: Bail resource creation upon aux creation error
Nanley Chery
2019-10-29
1
-16
/
+17
*
iris: Drop iris_resource::aux::extra_aux::bo
Nanley Chery
2019-10-29
2
-16
/
+3
*
zink: pass line width from rast_state to gfx_pipeline_state.
Duncan Hopkins
2019-10-29
1
-1
/
+3
*
iris: Implement new way for setting streamout buffers.
Plamena Manolova
2019-10-29
2
-3
/
+23
*
freedreno/a6xx: add a618 support
Rob Clark
2019-10-29
3
-0
/
+27
*
freedreno/a6xx: cleanup magic registers
Rob Clark
2019-10-29
6
-22
/
+47
*
freedreno/a6xx: remove some left over dead code
Rob Clark
2019-10-29
1
-10
/
+0
*
gallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
Krzysztof Raszkowski
2019-10-29
6
-14
/
+78
*
panfrost: Cleanup _shader_upper -> shader
Alyssa Rosenzweig
2019-10-29
1
-4
/
+4
*
winsys/amdgpu: use the new GPU reset query
Marek Olšák
2019-10-28
1
-20
/
+37
*
radeonsi: initialize shader compilers in threads on demand
Marek Olšák
2019-10-28
4
-8
/
+14
*
radeonsi: don't print diagnostic LLVM remarks and notes
Marek Olšák
2019-10-28
1
-6
/
+3
*
loader: default to iris for all future PCI IDs
Eric Engestrom
2019-10-28
1
-0
/
+1
*
iris: Create resource with aux_usage MCS_CCS
Sagar Ghuge
2019-10-28
1
-1
/
+2
*
iris: Get correct resource aux usage for copy
Sagar Ghuge
2019-10-28
1
-0
/
+1
*
iris: Define MCS_CCS state transitions and usages
Sagar Ghuge
2019-10-28
2
-5
/
+10
*
iris: Initialize CCS to fast clear while using with MCS
Sagar Ghuge
2019-10-28
1
-3
/
+14
*
zink: emulate optional depth-formats
Erik Faye-Lund
2019-10-28
6
-8
/
+42
*
zink: error if VK_KHR_maintenance1 isn't supported
Erik Faye-Lund
2019-10-28
2
-2
/
+7
*
iris: Disallow incomplete resource creation
Nanley Chery
2019-10-28
1
-2
/
+6
*
iris: Don't leak the resource for unsupported modifier
Nanley Chery
2019-10-28
1
-1
/
+1
*
iris: Enable HIZ_CCS sampling
Nanley Chery
2019-10-28
3
-8
/
+24
*
iris: Start using blorp_can_hiz_clear_depth()
Nanley Chery
2019-10-28
1
-1
/
+7
*
iris: Enable HIZ_CCS in depth buffer instructions
Nanley Chery
2019-10-28
2
-3
/
+7
*
iris: Define initial HIZ_CCS state and transitions
Nanley Chery
2019-10-28
3
-13
/
+20
*
iris: Create an unusable secondary aux surface
Nanley Chery
2019-10-28
2
-6
/
+49
*
iris: Don't guess the aux_usage
Nanley Chery
2019-10-28
1
-96
/
+72
*
intel: Support HIZ_CCS in isl_surf_get_ccs_surf
Nanley Chery
2019-10-28
1
-1
/
+1
*
iris: Clear ::has_hiz when disabling aux
Nanley Chery
2019-10-28
1
-0
/
+1
*
iris: Allow for non-Y-tiled aux allocation
Nanley Chery
2019-10-28
1
-1
/
+2
*
iris: Don't assume CCS_E includes CCS_D
Nanley Chery
2019-10-28
1
-2
/
+3
*
iris: Drop support for I915_FORMAT_MOD_Y_TILED_CCS on TGL+
Nanley Chery
2019-10-28
1
-1
/
+1
*
iris: Add support for depth bounds testing.
Plamena Manolova
2019-10-28
2
-0
/
+24
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
21
-45
/
+45
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
20
-33
/
+33
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
26
-61
/
+61
*
util: remove LIST_DELINIT macro
Timothy Arceri
2019-10-28
6
-10
/
+10
*
util: remove LIST_REPLACE macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
9
-22
/
+22
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
30
-54
/
+54
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
34
-73
/
+73
*
zink: simplify gl-to-vulkan lowering
Erik Faye-Lund
2019-10-28
1
-48
/
+23
*
zink/spirv: more complete sampler-dim handling
Erik Faye-Lund
2019-10-28
1
-4
/
+8
*
zink: fixup scissoring
Erik Faye-Lund
2019-10-28
2
-35
/
+12
*
zink: limited uniform buffer size so the limits is not exceeded.
Duncan Hopkins
2019-10-28
1
-1
/
+2
*
zink: do not set lineWidth to invalid value
Erik Faye-Lund
2019-10-28
1
-1
/
+6
*
zink: pass screen to zink_create_gfx_pipeline
Erik Faye-Lund
2019-10-28
3
-4
/
+8
[next]