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: 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
*
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
*
ac/nir: Remove now-unused interp_deref handling
Connor Abbott
2019-07-08
1
-149
/
+0
*
radeonsi/nir: Use NIR barycentric intrinsics
Connor Abbott
2019-07-08
2
-0
/
+8
*
radv: Use NIR barycentric intrinsics
Connor Abbott
2019-07-08
3
-191
/
+156
*
ac/nir: Implement barycentric intrinsics
Connor Abbott
2019-07-08
1
-0
/
+198
*
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
6
-36
/
+10
*
radv: Implement nir_intrinsic_load_layer_id().
Daniel Schürmann
2019-07-08
3
-1
/
+9
*
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
3
-5
/
+10
*
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
[next]