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
*
radv: report shader stage name when dumping LLVM IR
Samuel Pitoiset
2019-07-12
1
-4
/
+17
*
radv: tidy up radv_get_shader_name() and add NGG stages
Samuel Pitoiset
2019-07-12
3
-12
/
+32
*
radv/gfx10: update OVERWRITE_COMBINER_{MRT_SHARING,WATERMARK}
Samuel Pitoiset
2019-07-12
1
-16
/
+4
*
radv/gfx10: do not set alignment on the ngg_emit pointer
Samuel Pitoiset
2019-07-12
1
-1
/
+0
*
radv/gfx10: fix exporting clip/cull distances for GS
Samuel Pitoiset
2019-07-12
1
-1
/
+2
*
radv/gfx10: fix exporting the subpass view index for GS
Samuel Pitoiset
2019-07-12
1
-1
/
+15
*
radv: only enable the GS copy shader stage if GS is enabled
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
radv/gfx10: enable geometry shaders
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
radv/gfx10: Fix NGG GS output mask handlings for LDS indexing.
Bas Nieuwenhuizen
2019-07-11
1
-1
/
+5
*
radv/gfx10: Simplify output mask handling for NGG GS.
Bas Nieuwenhuizen
2019-07-11
1
-12
/
+1
*
radv/gfx10: Do GS prologue outside of gs_threads if.
Bas Nieuwenhuizen
2019-07-11
1
-5
/
+6
*
radv/gfx10: implement support for GS as NGG
Samuel Pitoiset
2019-07-11
4
-6
/
+568
*
radv/gfx10: Use correct ES shader for es_vgpr_comp_cnt for GS.
Bas Nieuwenhuizen
2019-07-11
1
-2
/
+5
*
radv/gfx10: Do not allocate a gs_copy_shader on gfx10.
Bas Nieuwenhuizen
2019-07-11
2
-4
/
+6
*
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/gfx10: fix maximum number of mip levels for 3D images
Samuel Pitoiset
2019-07-11
1
-4
/
+10
*
radv/gfx10: disable TC-compat HTILE for multisampled D32_SFLOAT format
Samuel Pitoiset
2019-07-11
1
-2
/
+5
*
radv: fix memory leak when restoring from cache
Timothy Arceri
2019-07-11
1
-0
/
+1
*
radv: switch to the new VS exports path
Samuel Pitoiset
2019-07-10
1
-116
/
+2
*
radv: set the slot_index correctly for VARYING_SLOT_CLIP_DIST1
Samuel Pitoiset
2019-07-10
1
-1
/
+1
*
radv: add a new function for exporting VS outputs
Samuel Pitoiset
2019-07-10
1
-0
/
+128
*
radv: implement new path for exporting generic varyings
Samuel Pitoiset
2019-07-10
1
-32
/
+70
*
radv: use the generic export path for clip/cull distances
Samuel Pitoiset
2019-07-10
1
-6
/
+6
*
radv: remove an extra memcpy when exporting clip/cull distances
Samuel Pitoiset
2019-07-10
1
-6
/
+5
*
radv: compute correct number of input vertices for NGG
Samuel Pitoiset
2019-07-10
1
-1
/
+24
*
radv: remove extra code for exporting LayerID to the next stage
Samuel Pitoiset
2019-07-10
1
-17
/
+2
*
radv: set the LayerId output usage mask if FS needs it
Samuel Pitoiset
2019-07-10
1
-0
/
+17
*
radv: Don't optimize after lowering FS inputs
Connor Abbott
2019-07-10
1
-1
/
+0
*
android: amd/addrlib: add gfx10 support
Mauro Rossi
2019-07-10
1
-0
/
+1
*
android: amd/common/gfx10: add register JSON
Mauro Rossi
2019-07-10
1
-8
/
+26
*
android: radv: import include paths from used libraries
Chih-Wei Huang
2019-07-10
1
-11
/
+5
*
android: vulkan/util: fix export path
Chih-Wei Huang
2019-07-10
1
-1
/
+0
*
android: radv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIES
Chih-Wei Huang
2019-07-10
1
-2
/
+3
*
android: radv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRS
Chih-Wei Huang
2019-07-10
1
-4
/
+0
*
radeonsi/gfx10: set more registers and fields
Marek Olšák
2019-07-09
1
-4
/
+14
*
radeonsi/gfx10: enable 1D textures
Marek Olšák
2019-07-09
2
-0
/
+3
*
radv: Add a common member in the union to make things more clear.
Bas Nieuwenhuizen
2019-07-09
4
-50
/
+53
*
Revert "radv: keep track of whether NGG is used for GS on GFX10"
Bas Nieuwenhuizen
2019-07-09
3
-10
/
+1
*
radv/gfx10: Use correct gs_out for tess point_mode.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+4
*
radv: set correct number of VGPRs for GS on GFX10
Samuel Pitoiset
2019-07-09
1
-1
/
+1
*
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
[next]