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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Use correct color format for fast clears
Philip Rebohle
2018-06-05
1
-2
/
+2
*
radv: Do not hardcode fast clear formats.
Bas Nieuwenhuizen
2018-06-05
1
-180
/
+73
*
amd/common: use the dimension-aware image intrinsics on LLVM 7+
Nicolai Hähnle
2018-06-04
1
-24
/
+165
*
radv: fix a GPU hang when MRTs are sparse
Samuel Pitoiset
2018-06-04
1
-0
/
+10
*
radv: Don't pass a TESS_EVAL shader when tesselation is not enabled.
Bas Nieuwenhuizen
2018-06-04
1
-0
/
+2
*
radv: Handle GFX9 merged shaders in radv_flush_constants()
Alex Smith
2018-06-01
1
-1
/
+8
*
radv: Consolidate GFX9 merged shader lookup logic
Alex Smith
2018-06-01
3
-35
/
+26
*
radv: Set active_stages the same whether or not shaders were cached
Alex Smith
2018-06-01
1
-5
/
+2
*
radv: Add startup debug option.
Bas Nieuwenhuizen
2018-05-31
4
-2
/
+50
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
14
-96
/
+108
*
radv: Make the sem_info allocate/free functions static.
Bas Nieuwenhuizen
2018-05-31
2
-15
/
+9
*
radv: Only expose subgroup shuffles on VI+.
Bas Nieuwenhuizen
2018-05-30
1
-2
/
+5
*
radv: fix emitting descriptor pointers with LLVM < 7
Samuel Pitoiset
2018-05-30
1
-2
/
+4
*
radv: emit shader descriptor pointers consecutively
Samuel Pitoiset
2018-05-29
1
-47
/
+57
*
radv: allow radv_emit_shader_pointer_head() to emit more pointers
Samuel Pitoiset
2018-05-29
1
-3
/
+5
*
radv: split radv_emit_shader_pointer()
Samuel Pitoiset
2018-05-29
1
-5
/
+20
*
radv: Implement VK_KHR_draw_indirect_count.
Bas Nieuwenhuizen
2018-05-28
2
-0
/
+50
*
radv: Implement alternate GFX9 scissor workaround.
Bas Nieuwenhuizen
2018-05-28
1
-33
/
+47
*
radv: run the EarlyCSEMemSSA LLVM pass
Samuel Pitoiset
2018-05-25
1
-0
/
+2
*
radv: fix dumping compute shader on the graphics queue
Samuel Pitoiset
2018-05-25
1
-5
/
+8
*
radv: add radv_dump_pipeline_state() helper
Samuel Pitoiset
2018-05-25
1
-6
/
+11
*
radv: rework how shaders are dumped when generating a hang report
Samuel Pitoiset
2018-05-25
1
-26
/
+15
*
radv: remove unused parameter in radv_dump_annotated_shader()
Samuel Pitoiset
2018-05-25
1
-8
/
+6
*
radeonsi: remove some old gfx 9.x registers
Marek Olšák
2018-05-24
1
-48
/
+0
*
ac/surface/gfx6: don't overallocate mipmapped HTILE
Marek Olšák
2018-05-24
1
-2
/
+11
*
radv: call nir_lower_io_to_temporaries for VS, GS, TES and FS
Samuel Pitoiset
2018-05-24
1
-0
/
+10
*
radv: call nir_split_var_copies() before nir_lower_var_copies()
Samuel Pitoiset
2018-05-24
1
-0
/
+3
*
ac: Use DPP for build_ddxy where possible.
Bas Nieuwenhuizen
2018-05-23
1
-1
/
+15
*
ac/surface/gfx6: Don't force a tile index for fmask.
Bas Nieuwenhuizen
2018-05-23
1
-1
/
+1
*
radv: fix computation of user sgprs for 32-bit pointers
Samuel Pitoiset
2018-05-22
1
-1
/
+3
*
radv: drop user_sgpr_info::sgpr_count
Samuel Pitoiset
2018-05-22
1
-13
/
+11
*
radv: add support for 32-bit pointers in user data SGPRs
Samuel Pitoiset
2018-05-22
4
-21
/
+40
*
radv: add set_loc_shader_ptr() helper
Samuel Pitoiset
2018-05-22
1
-7
/
+13
*
radv: allocate descriptor BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: allocate the upload BO in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: set amdgpu-32bit-address-high-bits LLVM attribute
Samuel Pitoiset
2018-05-22
3
-0
/
+8
*
radv/winsys: allow to allocate BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
2
-1
/
+3
*
radv/winsys: request high address
Samuel Pitoiset
2018-05-22
1
-4
/
+6
*
radv: fix centroid interpolation
Samuel Pitoiset
2018-05-21
1
-3
/
+0
*
radv: Cleanup unused prime blit path.
Bas Nieuwenhuizen
2018-05-21
2
-25
/
+0
*
radv: Fix SRGB compute copies.
Bas Nieuwenhuizen
2018-05-21
2
-0
/
+42
*
radv: fix VK_EXT_descriptor_indexing
Christoph Haag
2018-05-20
1
-1
/
+1
*
ac/surface: Only align linear power of two fmt textures.
Bas Nieuwenhuizen
2018-05-20
1
-2
/
+2
*
amd/addrlib: Use defines in autotools build.
Bas Nieuwenhuizen
2018-05-20
1
-0
/
+1
*
radv: pass radv_nir_compiler_options directly to create_llvm_function()
Samuel Pitoiset
2018-05-18
1
-4
/
+3
*
radv: add radv_emit_shader_pointer() helper
Samuel Pitoiset
2018-05-17
3
-13
/
+18
*
radv: add some helpers for cleaning up radv_get_preamble_cs()
Samuel Pitoiset
2018-05-17
1
-86
/
+128
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
6
-210
/
+110
*
radv: only declare the ESGS rings for pre GFX9 chips
Samuel Pitoiset
2018-05-17
1
-4
/
+10
*
radv: allow to print GPU info with RADV_DEBUG=info
Samuel Pitoiset
2018-05-17
2
-0
/
+5
[next]