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: add radv_emit_streamout_{begin,end} helpers
Samuel Pitoiset
2019-07-16
1
-8
/
+35
*
radv: pass output values to radv_emit_stream_output()
Samuel Pitoiset
2019-07-16
1
-13
/
+18
*
radv: allow to select DST_SEL with RELEASE_MEM
Samuel Pitoiset
2019-07-16
4
-3
/
+11
*
radv: allow to emit PS_DONE/CS_DONE with RELEASE_MEM
Samuel Pitoiset
2019-07-16
1
-1
/
+2
*
radv: restore an assertion in handle_vs_outputs()
Samuel Pitoiset
2019-07-16
1
-1
/
+1
*
radv/gfx10: emit ES outputs of TES when it's not NGG
Samuel Pitoiset
2019-07-16
1
-3
/
+3
*
radv: update LATE_ALLOC_VS.LIMIT
Samuel Pitoiset
2019-07-16
1
-18
/
+42
*
radv/gfx10: support pixel shaders without exports
Samuel Pitoiset
2019-07-16
1
-1
/
+7
*
radv: fix gathering clip/cull distance masks for GS
Samuel Pitoiset
2019-07-16
1
-0
/
+5
*
Revert "radv/gfx10: don't set array pitch field on images"
Samuel Pitoiset
2019-07-16
1
-1
/
+1
*
radv/gfx10: add missing conversions for 16-bit exports
Samuel Pitoiset
2019-07-16
1
-0
/
+9
*
radv: remove unused code in radv_export_param()
Samuel Pitoiset
2019-07-16
1
-15
/
+1
*
radv/gfx10: don't set array pitch field on images
Dave Airlie
2019-07-16
1
-1
/
+1
*
radv/gfx10: enable OC_LDS_EN for NGG GS if the ES stage is TES
Samuel Pitoiset
2019-07-15
1
-1
/
+2
*
radv/gfx10: export the PrimitiveID for ES stages (VS or TES)
Samuel Pitoiset
2019-07-15
1
-5
/
+55
*
radv/gfx10: declare an external symbol for the ESGS ring
Samuel Pitoiset
2019-07-15
1
-0
/
+25
*
radv/gfx10: allocate ESGS ring space for exporting PrimitiveID
Samuel Pitoiset
2019-07-15
1
-1
/
+20
*
radv/gfx10: fix crash when emitting NGG GS prologue
Samuel Pitoiset
2019-07-15
1
-8
/
+15
*
radv/gfx10: Fix DCC clears.
Bas Nieuwenhuizen
2019-07-14
1
-3
/
+10
*
radv/gfx10: enable 1D textures
Samuel Pitoiset
2019-07-12
3
-11
/
+13
*
radv/gfx10: emit DISABLE_CONSERVATIVE_ZPASS_COUNTS
Samuel Pitoiset
2019-07-12
1
-0
/
+2
*
radv/gfx10: init more registers in the graphics preamble
Samuel Pitoiset
2019-07-12
1
-0
/
+9
*
radv/gfx10: set HS/GS/CS.WGP_MODE
Samuel Pitoiset
2019-07-12
1
-4
/
+8
*
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
*
ac: import ac_get_compute_resource_limits() from RadeonSI
Samuel Pitoiset
2019-07-12
2
-0
/
+36
*
radv/gfx10: invalidate everything in L2 when shaders read data
Samuel Pitoiset
2019-07-12
1
-1
/
+3
*
radv/gfx10: fix wrong emission of GE_CNTL
Samuel Pitoiset
2019-07-12
1
-1
/
+1
*
radv: add more assertions to make sure packets are correctly emitted
Samuel Pitoiset
2019-07-12
1
-3
/
+3
*
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
[next]