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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: add radv_pipeline_generate_hw_gs() helper
Samuel Pitoiset
2019-07-09
1
-9
/
+20
*
radv: fix setting VGT_REUSE_OFF for TES on GFX10
Samuel Pitoiset
2019-07-09
1
-2
/
+7
*
radv: fix computing the number of ES VGPRS for TES on GFX10
Samuel Pitoiset
2019-07-09
1
-1
/
+2
*
radv: set max workgroup size to 128 for TES as NGG on GFX10
Samuel Pitoiset
2019-07-09
1
-1
/
+1
*
radv: fix allocating USER SGPRs on GFX10
Samuel Pitoiset
2019-07-09
1
-7
/
+8
*
v3d: Early return with handle 0 when getting a bo on the simulator
Alejandro PiƱeiro
2019-07-09
1
-0
/
+3
*
vulkan/overlay: use a single macro to lookup objects
Lionel Landwerlin
2019-07-09
1
-37
/
+54
*
vulkan/overlay: add queue present timing measurement
Lionel Landwerlin
2019-07-09
2
-1
/
+15
*
radv/gfx10: Enable tess.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+1
*
radv/gfx10: Add pipeline state support for tess.
Bas Nieuwenhuizen
2019-07-09
2
-10
/
+45
*
radv/gfx10: Only set HW edge flags with gs & tess disabled.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+2
*
radv/gfx10: Add tess eval ngg shader support.
Bas Nieuwenhuizen
2019-07-09
1
-8
/
+17
*
radv: Use correct gs_out with tessellation.
Bas Nieuwenhuizen
2019-07-09
1
-0
/
+3
*
radv/gfx10: Use correct count of max_offchip_buffers.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+4
*
radv/gfx10: Load global pointers in correct userdata registers for hs/gs.
Bas Nieuwenhuizen
2019-07-09
1
-2
/
+2
*
radeonsi: update function name in comment
Timothy Arceri
2019-07-09
1
-1
/
+1
*
r600: remove query/apply_opaque_metadata callbacks
Timothy Arceri
2019-07-09
2
-17
/
+0
*
vulkan/overlay: fix crash on freeing NULL command buffer
Lionel Landwerlin
2019-07-08
1
-0
/
+4
*
vulkan: bump headers & registry to 1.1.114
Lionel Landwerlin
2019-07-09
2
-6
/
+102
*
radv: only use specialised 3D meta paths on GFX9.
Dave Airlie
2019-07-09
2
-16
/
+16
*
mesa: Set minimum possible GLSL version
Ian Romanick
2019-07-08
1
-0
/
+11
*
anv: Set maxComputeSharedMemorySize to 64k
Caio Marcelo de Oliveira Filho
2019-07-08
1
-1
/
+1
*
intel/vec4: Delete vec4_visitor::emit_lrp
Ian Romanick
2019-07-08
3
-32
/
+5
*
nir: Allow nir_ssa_alu_instr_src_components to operate on non-SSA destinations
Ian Romanick
2019-07-08
1
-6
/
+3
*
nir: Handle swizzle in nir_alu_srcs_negative_equal
Ian Romanick
2019-07-08
3
-4
/
+110
*
nir: nir_const_value_negative_equal compares one value at a time
Ian Romanick
2019-07-08
3
-92
/
+24
*
nir: Port some const_value_negative_equal tests to alu_src_negative_equal
Ian Romanick
2019-07-08
1
-0
/
+82
*
nir: Pass fully qualified type to nir_const_value_negative_equal
Ian Romanick
2019-07-08
3
-217
/
+169
*
nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_size
Ian Romanick
2019-07-08
2
-1
/
+218
*
intel/vec4: Reswizzle VF immediates too
Ian Romanick
2019-07-08
1
-1
/
+23
*
nir: Add unit tests for nir_opt_comparison_pre
Ian Romanick
2019-07-08
4
-1
/
+334
*
anv: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
1
-0
/
+18
*
iris: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
1
-0
/
+11
*
i965: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
2
-0
/
+10
*
intel: add disable_ccs_repack to gen_device_info
Dongwon Kim
2019-07-08
2
-0
/
+4
*
intel/genxml: correct bit fields in CACHE_MODE_0 reg for gen11
Dongwon Kim
2019-07-08
1
-16
/
+14
*
nir: print ptr_stride for deref_casts
Caio Marcelo de Oliveira Filho
2019-07-08
1
-0
/
+4
*
anv: Advertise VK_EXT_shader_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-07-08
4
-0
/
+9
*
spirv: Implement SPV_EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-07-08
2
-0
/
+27
*
spirv: Update the headers from latest Khronos master
Caio Marcelo de Oliveira Filho
2019-07-08
2
-164
/
+258
*
intel/fs: Implement "demote to helper invocation"
Caio Marcelo de Oliveira Filho
2019-07-08
1
-1
/
+23
*
nir: Add demote and is_helper_invocation intrinsics
Caio Marcelo de Oliveira Filho
2019-07-08
2
-0
/
+11
*
radv: do not emit VGT_FLUSH on GFX10
Samuel Pitoiset
2019-07-08
1
-2
/
+5
*
ac/nir: Remove now-unused interp_deref handling
Connor Abbott
2019-07-08
1
-149
/
+0
*
radeonsi/nir: Use NIR barycentric intrinsics
Connor Abbott
2019-07-08
4
-69
/
+143
*
radeonsi/nir: Delete unreachable code
Connor Abbott
2019-07-08
1
-11
/
+0
*
compiler: Add color system value
Connor Abbott
2019-07-08
4
-0
/
+18
*
radv: Use NIR barycentric intrinsics
Connor Abbott
2019-07-08
3
-191
/
+156
*
ac/nir: Implement barycentric intrinsics
Connor Abbott
2019-07-08
1
-0
/
+198
*
intel/nir: Extract add_const_offset_to_base
Connor Abbott
2019-07-08
3
-74
/
+100
[next]