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
/
radv_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/gfx10: emit GE_PC_ALLOC
Samuel Pitoiset
2019-07-12
1
-0
/
+17
*
radv/gfx10: enable vertex shaders without export parameters
Samuel Pitoiset
2019-07-12
1
-3
/
+15
*
radv/gfx10: launch 2 compute waves per CU before going onto the next CU
Samuel Pitoiset
2019-07-12
1
-4
/
+9
*
radv: use ac_get_compute_resource_limits()
Samuel Pitoiset
2019-07-12
1
-17
/
+6
*
radv/gfx10: fix wrong emission of GE_CNTL
Samuel Pitoiset
2019-07-12
1
-1
/
+1
*
radv: only enable the GS copy shader stage if GS is enabled
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
radv/gfx10: implement support for GS as NGG
Samuel Pitoiset
2019-07-11
1
-1
/
+4
*
radv/gfx10: Do not allocate a gs_copy_shader on gfx10.
Bas Nieuwenhuizen
2019-07-11
1
-2
/
+3
*
radv/gfx10: fix VGT_SHADER_STAGES_EN for GS as NGG
Samuel Pitoiset
2019-07-11
1
-10
/
+11
*
radv/gfx10: fix number of GS invocations for NGG
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
radv: compute correct number of input vertices for NGG
Samuel Pitoiset
2019-07-10
1
-1
/
+24
*
radv: Add a common member in the union to make things more clear.
Bas Nieuwenhuizen
2019-07-09
1
-11
/
+11
*
Revert "radv: keep track of whether NGG is used for GS on GFX10"
Bas Nieuwenhuizen
2019-07-09
1
-3
/
+1
*
radv/gfx10: Use correct gs_out for tess point_mode.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+4
*
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
1
-1
/
+3
*
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/gfx10: Add pipeline state support for tess.
Bas Nieuwenhuizen
2019-07-09
1
-4
/
+15
*
radv/gfx10: Only set HW edge flags with gs & tess disabled.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+2
*
radv: Use correct gs_out with tessellation.
Bas Nieuwenhuizen
2019-07-09
1
-0
/
+3
*
radv: Lower input attachments in NIR.
Daniel Schürmann
2019-07-08
1
-1
/
+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
1
-11
/
+363
*
radv: Combine vs and tes output keys parts.
Bas Nieuwenhuizen
2019-07-07
1
-10
/
+10
*
radv/gfx10: Use new uconfig reg index packet for GFX10+.
Bas Nieuwenhuizen
2019-07-07
1
-1
/
+2
*
radv/gfx10: emit GE_CNTL instead of IA_MULTI_VGT_PARAM for legacy mode
Samuel Pitoiset
2019-07-07
1
-0
/
+38
*
radv/gfx10: set user data base registers
Samuel Pitoiset
2019-07-07
1
-17
/
+26
*
radv/gfx10: emit VGT_VERTEX_REUSE_BLOCK_CNTL during gfx initialization
Samuel Pitoiset
2019-07-07
1
-1
/
+2
*
radv/gfx10: implement radv_pipeline_generate_hw_hs()
Samuel Pitoiset
2019-07-07
1
-5
/
+18
*
radv/gfx10: implement radv_pipeline_generate_geometry_shader()
Samuel Pitoiset
2019-07-07
1
-3
/
+9
*
radv/gfx10: update DB_DFSM_CONTROL register
Samuel Pitoiset
2019-07-07
1
-2
/
+8
*
radv: Add the concept of radv shader binaries.
Bas Nieuwenhuizen
2019-07-04
1
-26
/
+17
*
radv: Merge rsrc1/rsrc2 fields with the config fields.
Bas Nieuwenhuizen
2019-07-04
1
-18
/
+18
*
radv: do not crash when generating binning state for unknown chips
Samuel Pitoiset
2019-07-04
1
-22
/
+22
*
amd/common/gfx10: add register JSON
Nicolai Hähnle
2019-07-03
1
-1
/
+1
*
radv: only export clip/cull distances if PS reads them
Samuel Pitoiset
2019-06-27
1
-0
/
+4
*
radv: disable viewport clamping even if FS doesn't write Z
Samuel Pitoiset
2019-06-19
1
-3
/
+1
*
radv: fix setting CB_SHADER_MASK for dual source blending
Samuel Pitoiset
2019-06-10
1
-2
/
+5
*
radv: fix alpha-to-coverage when there is unused color attachments
Samuel Pitoiset
2019-06-10
1
-1
/
+1
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
1
-1
/
+0
*
radv: implement VK_EXT_sample_locations and disable it
Samuel Pitoiset
2019-05-30
1
-0
/
+30
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
1
-2
/
+1
*
radv: clean up the sample locations codebase
Samuel Pitoiset
2019-05-22
1
-1
/
+1
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-17
/
+17
*
radv: fix setting the number of rectangles when it's dyanmic
Samuel Pitoiset
2019-05-09
1
-4
/
+6
*
radv: Run the new ycbcr lowering pass.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+1
*
radv: Add non-uniform indexing lowering.
Bas Nieuwenhuizen
2019-04-10
1
-0
/
+5
[next]