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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ir3: Plumb through bindless support
Connor Abbott
2020-04-09
11
-99
/
+526
*
ir3: LDC also has a destination
Connor Abbott
2020-04-09
1
-1
/
+1
*
ir3: Also don't propagate immediate offset with LDC
Connor Abbott
2020-04-09
1
-3
/
+3
*
ir3: Plumb through support for a1.x
Connor Abbott
2020-04-09
11
-67
/
+164
*
ir3: Add bindless instruction encoding
Connor Abbott
2020-04-09
3
-103
/
+277
*
freedreno/a6xx: Add registers for the bindless model
Connor Abbott
2020-04-09
2
-0
/
+39
*
freedreno/a6xx: Add UBO size field
Connor Abbott
2020-04-09
1
-1
/
+1
*
tu: ir3: Emit push constants directly
Connor Abbott
2020-04-09
6
-26
/
+86
*
tu: Dump out shader assembly when requested
Connor Abbott
2020-04-09
1
-0
/
+14
*
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
*
turnip: new clear/blit implementation with shader path fallback
Jonathan Marek
2020-04-09
15
-1990
/
+2578
*
turnip: add vk_format_is_snorm/is_float
Jonathan Marek
2020-04-09
1
-0
/
+12
*
turnip: rework format helpers
Jonathan Marek
2020-04-09
6
-29
/
+41
*
turnip: use dirty bits for dynamic viewport/scissor state
Jonathan Marek
2020-04-09
2
-8
/
+16
*
turnip: save attachment samples in renderpass state
Jonathan Marek
2020-04-09
2
-4
/
+5
*
turnip: disable 8x msaa
Jonathan Marek
2020-04-09
2
-5
/
+6
*
turnip: fix nir validate failure from push constant lowering
Jonathan Marek
2020-04-09
1
-0
/
+3
*
turnip: split up gmem/tile alignment
Jonathan Marek
2020-04-09
4
-20
/
+12
*
turnip: RB_CCU_CNTL fixes
Jonathan Marek
2020-04-09
4
-16
/
+19
*
freedreno/a6xx: set bypass RB_CCU_CNTL value for blitter
Jonathan Marek
2020-04-09
1
-0
/
+5
*
freedreno/registers: add RB_CCU_CNTL bitfields
Jonathan Marek
2020-04-09
4
-14
/
+34
*
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
*
turnip: use buffer size instead of bo size for VFD_FETCH_SIZE
Jonathan Marek
2020-04-09
1
-1
/
+1
*
turnip: improve vertex input handling
Jonathan Marek
2020-04-09
6
-81
/
+64
*
radeonsi: fix Segmentation fault during vaapi enc test
James Zhu
2020-04-08
1
-2
/
+4
*
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
[next]