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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
aco: RA - move all std::function objects into proper functions
Daniel Schürmann
2020-04-09
1
-136
/
+134
*
aco: move all needed helper containers to ra_ctx
Daniel Schürmann
2020-04-09
1
-56
/
+58
*
aco: change live_out variables to std::unordered_set
Daniel Schürmann
2020-04-09
4
-8
/
+17
*
aco: change some std::map to std::unordered_map in register_allocation
Daniel Schürmann
2020-04-09
1
-14
/
+14
*
aco: refactor try_remove_trivial_phi() in RA
Daniel Schürmann
2020-04-09
2
-23
/
+25
*
aco: improve speed of live_var_analysis
Daniel Schürmann
2020-04-09
1
-53
/
+20
*
aco: during RA only insert into renames table if a variable got renamed
Daniel Schürmann
2020-04-09
1
-18
/
+11
*
aco: replace assignment hashmap by std::vector in register allocation
Daniel Schürmann
2020-04-09
1
-74
/
+92
*
aco: improve register assignment when live-range splits are necessary
Daniel Schürmann
2020-04-09
1
-3
/
+5
*
aco: improve hashing for value numbering
Daniel Schürmann
2020-04-09
1
-28
/
+79
*
aco: add explicit padding for all Instruction sub-structs
Daniel Schürmann
2020-04-09
1
-11
/
+46
*
aco: guarantee that Temp fits in 4 bytes
Daniel Schürmann
2020-04-09
1
-9
/
+9
*
radv: allow TC-compat HTILE with GENERAL outside of render loops
Samuel Pitoiset
2020-04-09
1
-1
/
+16
*
radv: only enable TC-compat HTILE for images readable by a shader
Samuel Pitoiset
2020-04-09
1
-0
/
+8
*
radv: only expose fp16 control features for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-5
/
+10
*
radv: only expose storageInputOutput16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-2
/
+2
*
radv: only expose shaderFloat16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
2
-3
/
+3
*
ac,radv: add ac_gpu_info::has_double_rate_fp16
Samuel Pitoiset
2020-04-09
3
-2
/
+6
*
radv: Use correct buffer count with variable descriptor set sizes.
Bas Nieuwenhuizen
2020-04-08
3
-1
/
+3
*
radv: Whitespace fixup.
Bas Nieuwenhuizen
2020-04-08
1
-1
/
+0
*
radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALLOCATION_SIZE
Samuel Iglesias Gonsálvez
2020-04-08
1
-1
/
+1
*
radv: check buffer size in vkCreateBuffer()
Samuel Iglesias Gonsálvez
2020-04-08
1
-0
/
+3
*
radv: Consider maximum sample distances for entire grid.
Bas Nieuwenhuizen
2020-04-08
1
-4
/
+6
*
radv: enable lowering of GS intrinsics for the LLVM backend
Samuel Pitoiset
2020-04-08
4
-50
/
+29
*
radv: remove radv_layout_has_htile() helper
Samuel Pitoiset
2020-04-08
3
-38
/
+8
*
radv: cleanup creating the decompress/resummarize pipelines
Samuel Pitoiset
2020-04-08
1
-26
/
+15
*
radv: rename extra graphics pipeline decompress/resummarize fields
Samuel Pitoiset
2020-04-08
3
-9
/
+9
*
radv: rename decompress/resummarize depth/stencil functions
Samuel Pitoiset
2020-04-08
3
-27
/
+27
*
radv: Store 64-bit availability bools if requested.
Bas Nieuwenhuizen
2020-04-07
1
-71
/
+56
*
radv: Print shader stage before disassembly.
Timur Kristóf
2020-04-07
1
-1
/
+5
*
aco: Print shader stage in aco_print_program.
Timur Kristóf
2020-04-07
1
-0
/
+46
*
radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.
Timur Kristóf
2020-04-07
2
-4
/
+13
*
aco/ngg: Run GS_ALLOC_REQ on priority 3 for NGG VS and TES.
Timur Kristóf
2020-04-07
1
-0
/
+6
*
aco/ngg: Schedule position exports of NGG VS/TES.
Timur Kristóf
2020-04-07
1
-1
/
+1
*
aco/ngg: Implement NGG VS and TES.
Timur Kristóf
2020-04-07
2
-11
/
+270
*
aco/ngg: Setup NGG VS and TES stages.
Timur Kristóf
2020-04-07
1
-6
/
+13
*
aco/ngg: Fix exports for NGG VS and TES.
Timur Kristóf
2020-04-07
1
-2
/
+2
*
aco/ngg: Initialize exec mask for NGG VS and TES.
Timur Kristóf
2020-04-07
1
-1
/
+1
*
aco/ngg: Add new stage for hw_ngg_gs.
Timur Kristóf
2020-04-07
1
-11
/
+12
*
aco: Treat s_setprio as a scheduling barrier.
Timur Kristóf
2020-04-07
1
-5
/
+7
*
aco: Extract merged_wave_info_to_mask to its own function.
Timur Kristóf
2020-04-07
1
-19
/
+26
*
aco: Print block_kind_export_end.
Timur Kristóf
2020-04-07
1
-0
/
+2
*
aco: Extract uniform if handling to separate functions.
Timur Kristóf
2020-04-07
1
-64
/
+92
*
aco: Fix crash in insert_wait_states.
Timur Kristóf
2020-04-07
1
-9
/
+7
*
aco: zero-initialize Temp
Rhys Perry
2020-04-06
3
-2
/
+3
*
aco: remove divergence check in sanitize_if()
Rhys Perry
2020-04-06
1
-2
/
+1
*
android: aco: add various compiler statistics
Mauro Rossi
2020-04-06
1
-0
/
+1
*
aco: use MUBUF to load subdword SSBO
Daniel Schürmann
2020-04-03
1
-2
/
+2
*
aco: implement 8bit/16bit store_ssbo
Daniel Schürmann
2020-04-03
1
-8
/
+31
*
aco: implement 8bit/16bit load_buffer
Daniel Schürmann
2020-04-03
1
-12
/
+100
[next]