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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radv: fix VGT_ESGS_RING_ITEMSIZE for GS as NGG on GFX10
Samuel Pitoiset
2019-07-09
1
-2
/
+7
*
radv: emit VGT_GS_MAX_VERT_OUT for legacy and NGG paths for GS
Samuel Pitoiset
2019-07-09
1
-2
/
+3
*
radv: emit the geometry shader as NGG if enabled on GFX10
Samuel Pitoiset
2019-07-09
1
-3
/
+7
*
radv: keep track of whether NGG is used for GS on GFX10
Samuel Pitoiset
2019-07-09
3
-1
/
+10
*
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
*
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
*
radv: only use specialised 3D meta paths on GFX9.
Dave Airlie
2019-07-09
2
-16
/
+16
*
radv: do not emit VGT_FLUSH on GFX10
Samuel Pitoiset
2019-07-08
1
-2
/
+5
*
radv: Use NIR barycentric intrinsics
Connor Abbott
2019-07-08
3
-191
/
+156
*
radv: Make FragCoord a sysval
Connor Abbott
2019-07-08
3
-17
/
+4
*
radv: Lower input attachments in NIR.
Daniel Schürmann
2019-07-08
5
-12
/
+4
*
radv: Implement nir_intrinsic_load_layer_id().
Daniel Schürmann
2019-07-08
2
-1
/
+6
*
radv/gfx10: don't emit PFP packets on ME.
Dave Airlie
2019-07-08
1
-2
/
+3
*
ac: select the GFX ring when halting waves with UMR on GFX10
Samuel Pitoiset
2019-07-08
1
-1
/
+2
*
radv/gfx10: Move NGG output handling outside of giant if-statement.
Bas Nieuwenhuizen
2019-07-08
1
-2
/
+10
*
radv: Actually use VK formats for the format table.
Bas Nieuwenhuizen
2019-07-07
1
-48
/
+20
*
radv: Handle cmask being disallowed by addrlib.
Bas Nieuwenhuizen
2019-07-07
1
-0
/
+5
*
radv/gfx10: enable support for NAVI10, NAVI12 and NAVI14
Samuel Pitoiset
2019-07-07
1
-3
/
+0
*
radv/gfx10: Use GS rectlist when needed.
Bas Nieuwenhuizen
2019-07-07
1
-0
/
+2
*
radv/gfx10: implement NGG support (VS only)
Samuel Pitoiset
2019-07-07
6
-22
/
+610
*
radv: Combine vs and tes output keys parts.
Bas Nieuwenhuizen
2019-07-07
4
-46
/
+48
*
radv/gfx10: Use new uconfig reg index packet for GFX10+.
Bas Nieuwenhuizen
2019-07-07
4
-6
/
+18
*
radv/gfx10: Set MEM_ORDERED flags on shaders.
Bas Nieuwenhuizen
2019-07-07
1
-0
/
+9
*
radv/gfx10: emit GE_CNTL instead of IA_MULTI_VGT_PARAM for legacy mode
Samuel Pitoiset
2019-07-07
2
-4
/
+44
*
radv/gfx10: double the number of tessellation offchip buffers per SE
Samuel Pitoiset
2019-07-07
1
-3
/
+5
*
radv/gfx10: require LLVM 9+
Samuel Pitoiset
2019-07-07
1
-0
/
+6
*
radv/gfx10: disable geometry and tessellation shaders
Samuel Pitoiset
2019-07-07
1
-2
/
+2
*
radv/gfx10: disable binning
Samuel Pitoiset
2019-07-07
1
-1
/
+2
*
radv/gfx10: disable CLEAR_STATE
Samuel Pitoiset
2019-07-07
2
-5
/
+2
*
radv/gfx10: disable VK_EXT_transform_feedback
Samuel Pitoiset
2019-07-07
1
-1
/
+1
*
radv/gfx10: set user data base registers
Samuel Pitoiset
2019-07-07
1
-17
/
+26
*
radv/gfx10: add gfx10_cs_emit_cache_flush
Samuel Pitoiset
2019-07-07
1
-1
/
+174
*
radv/gfx10: set the DCC constant encoding flag
Samuel Pitoiset
2019-07-07
1
-1
/
+2
*
radv/gfx10: do not declare streamout SGPRS
Samuel Pitoiset
2019-07-07
1
-0
/
+3
*
radv/gfx10: do not set stream output shader config
Samuel Pitoiset
2019-07-07
1
-7
/
+7
*
radv/gfx10: emit VGT_VERTEX_REUSE_BLOCK_CNTL during gfx initialization
Samuel Pitoiset
2019-07-07
2
-1
/
+3
*
radv/gfx10: update shader-related fields in si_emit_graphics()
Samuel Pitoiset
2019-07-07
1
-0
/
+13
*
radv/gfx10: implement si_emit_compute()
Samuel Pitoiset
2019-07-07
1
-1
/
+5
*
radv/gfx10: mask DCC tile swizzle by alignment
Samuel Pitoiset
2019-07-07
1
-1
/
+4
*
radv/gfx10: initialize GE_{MAX,MIN}_VTX_INDX/INDX_OFFSET
Samuel Pitoiset
2019-07-07
1
-1
/
+5
[prev]
[next]