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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/eu/validate/gen12: Add TGL to eu_validate tests.
Jordan Justen
2019-10-30
1
-0
/
+9
*
intel/dev: Add preliminary device info for Tigerlake
Jordan Justen
2019-10-30
1
-0
/
+49
*
intel/dump_gpu: handle context create extended ioctl
Lionel Landwerlin
2019-10-30
1
-0
/
+15
*
radv: Allocate space for temp. semaphore parts.
Bas Nieuwenhuizen
2019-10-30
1
-0
/
+1
*
anv: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
3
-1
/
+45
*
blorp: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
1
-0
/
+3
*
iris: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
2
-0
/
+21
*
intel/genxml: Add gen12 tile cache flush bit
Jordan Justen
2019-10-30
1
-0
/
+1
*
aco: implement VGPR spilling
Daniel Schürmann
2019-10-30
1
-7
/
+162
*
aco: always set scratch_offset in startpgm
Daniel Schürmann
2019-10-30
3
-23
/
+22
*
aco: omit linear VGPRs as spill variables
Daniel Schürmann
2019-10-30
1
-4
/
+8
*
aco: ensure that spilled VGPR reloads are done after p_logical_start
Daniel Schürmann
2019-10-30
1
-34
/
+43
*
aco: simplify calculation of target register pressure when spilling
Daniel Schürmann
2019-10-30
1
-39
/
+12
*
aco: fix new_demand calculation for first instructions
Rhys Perry
2019-10-30
1
-4
/
+7
*
aco: don't add interferences between spilled phi operands
Daniel Schürmann
2019-10-30
1
-8
/
+8
*
aco: consider loop_exit blocks like merge blocks, even if they have only one ...
Daniel Schürmann
2019-10-30
1
-2
/
+2
*
aco: don't insert the exec mask into set of live-out variables when spilling
Daniel Schürmann
2019-10-30
1
-14
/
+6
*
aco: fix transitive affinities of spilled variables
Daniel Schürmann
2019-10-30
1
-25
/
+79
*
aco: fix live-range splits of phis
Daniel Schürmann
2019-10-30
1
-14
/
+23
*
aco: remove potential critical edge on loops.
Daniel Schürmann
2019-10-30
2
-18
/
+23
*
aco: improve live variable analysis
Daniel Schürmann
2019-10-30
1
-25
/
+64
*
aco: Lower to CSSA
Daniel Schürmann
2019-10-30
4
-41
/
+268
*
etnaviv: fix non-pointsprite points on GC7000L
Jonathan Marek
2019-10-30
1
-0
/
+4
*
etnaviv: stencil fix
Jonathan Marek
2019-10-30
1
-13
/
+15
*
etnaviv: fix depth bias
Jonathan Marek
2019-10-30
2
-1
/
+2
*
iris: Set MOCS for external surfaces to uncached
Jordan Justen
2019-10-30
1
-4
/
+8
*
iris: Align fast clear color state buffer to a page.
Rafael Antognolli
2019-10-30
1
-0
/
+5
*
anv: Align fast clear color state buffer to a page.
Rafael Antognolli
2019-10-30
1
-0
/
+9
*
zink: only enable KHR_external_memory_fd if supported
Erik Faye-Lund
2019-10-30
3
-7
/
+28
*
radv: Start signalling semaphores in WSI acquire.
Bas Nieuwenhuizen
2019-10-30
1
-7
/
+27
*
aco: rename README to README.md
Rhys Perry
2019-10-30
1
-0
/
+0
*
aco: a couple loop handling fixes for GFX10 hazard pass
Rhys Perry
2019-10-30
1
-3
/
+3
*
intel/compiler: Add instruction compaction support on Gen12
Matt Turner
2019-10-30
2
-184
/
+868
*
intel/compiler: Make separate src0/src1 index tables
Matt Turner
2019-10-30
1
-11
/
+18
*
intel/compiler: Inline get_src_index()
Matt Turner
2019-10-30
1
-26
/
+15
*
intel/compiler: Restructure instruction compaction in preparation for Gen12
Matt Turner
2019-10-30
1
-20
/
+28
*
intel/compiler: Remove unreachable() from brw_reg_type.c
Matt Turner
2019-10-30
1
-3
/
+3
*
freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)
Jonathan Marek
2019-10-30
8
-50
/
+83
*
radeonsi: disable sdma for gfx10
Pierre-Eric Pelloux-Prayer
2019-10-30
1
-1
/
+7
*
radeonsi: sdma misc fixes
Pierre-Eric Pelloux-Prayer
2019-10-30
2
-4
/
+2
*
radeonsi: align sdma byte count to dw
Pierre-Eric Pelloux-Prayer
2019-10-30
1
-1
/
+12
*
radv: Enable ACO on Navi.
Timur Kristóf
2019-10-30
1
-2
/
+1
*
radeonsi: enable 8K video decode support for HEVC and VP9
Leo Liu
2019-10-30
1
-2
/
+18
*
radeon/vcn: Add VP9 8K decode support
Leo Liu
2019-10-30
1
-1
/
+1
*
aco: try to group together VMEM loads of the same resource
Rhys Perry
2019-10-30
1
-10
/
+56
*
aco: don't schedule instructions through depending VMEM instructions
Daniel Schürmann
2019-10-30
1
-0
/
+3
*
aco: add can_reorder flags to load_ubo and load_constant
Daniel Schürmann
2019-10-30
1
-5
/
+9
*
aco: only skip RAR dependencies if the variable is killed somewhere
Daniel Schürmann
2019-10-30
1
-21
/
+46
*
aco: restrict scheduling depending on max_waves
Daniel Schürmann
2019-10-30
1
-9
/
+15
*
anv: Avoid emitting UBO surface states that won't be used
Jason Ekstrand
2019-10-30
1
-1
/
+12
[next]