aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: compute correct number of input vertices for NGGSamuel Pitoiset2019-07-101-1/+24
* radv: remove extra code for exporting LayerID to the next stageSamuel Pitoiset2019-07-101-17/+2
* radv: set the LayerId output usage mask if FS needs itSamuel Pitoiset2019-07-101-0/+17
* radv: Don't optimize after lowering FS inputsConnor Abbott2019-07-101-1/+0
* android: amd/addrlib: add gfx10 supportMauro Rossi2019-07-101-0/+1
* android: amd/common/gfx10: add register JSONMauro Rossi2019-07-101-8/+26
* android: radv: import include paths from used librariesChih-Wei Huang2019-07-101-11/+5
* android: vulkan/util: fix export pathChih-Wei Huang2019-07-101-1/+0
* android: radv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIESChih-Wei Huang2019-07-101-2/+3
* android: radv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRSChih-Wei Huang2019-07-101-4/+0
* radeonsi/gfx10: set more registers and fieldsMarek Olšák2019-07-091-4/+14
* radeonsi/gfx10: enable 1D texturesMarek Olšák2019-07-092-0/+3
* radv: Add a common member in the union to make things more clear.Bas Nieuwenhuizen2019-07-094-50/+53
* Revert "radv: keep track of whether NGG is used for GS on GFX10"Bas Nieuwenhuizen2019-07-093-10/+1
* radv/gfx10: Use correct gs_out for tess point_mode.Bas Nieuwenhuizen2019-07-091-1/+4
* radv: set correct number of VGPRs for GS on GFX10Samuel Pitoiset2019-07-091-1/+1
* radv: fix VGT_ESGS_RING_ITEMSIZE for GS as NGG on GFX10Samuel Pitoiset2019-07-091-2/+7
* radv: emit VGT_GS_MAX_VERT_OUT for legacy and NGG paths for GSSamuel Pitoiset2019-07-091-2/+3
* radv: emit the geometry shader as NGG if enabled on GFX10Samuel Pitoiset2019-07-091-3/+7
* radv: keep track of whether NGG is used for GS on GFX10Samuel Pitoiset2019-07-093-1/+10
* radv: add radv_pipeline_generate_hw_gs() helperSamuel Pitoiset2019-07-091-9/+20
* radv: fix setting VGT_REUSE_OFF for TES on GFX10Samuel Pitoiset2019-07-091-2/+7
* radv: fix computing the number of ES VGPRS for TES on GFX10Samuel Pitoiset2019-07-091-1/+2
* radv: set max workgroup size to 128 for TES as NGG on GFX10Samuel Pitoiset2019-07-091-1/+1
* radv: fix allocating USER SGPRs on GFX10Samuel Pitoiset2019-07-091-7/+8
* radv/gfx10: Enable tess.Bas Nieuwenhuizen2019-07-091-1/+1
* radv/gfx10: Add pipeline state support for tess.Bas Nieuwenhuizen2019-07-092-10/+45
* radv/gfx10: Only set HW edge flags with gs & tess disabled.Bas Nieuwenhuizen2019-07-091-1/+2
* radv/gfx10: Add tess eval ngg shader support.Bas Nieuwenhuizen2019-07-091-8/+17
* radv: Use correct gs_out with tessellation.Bas Nieuwenhuizen2019-07-091-0/+3
* radv/gfx10: Use correct count of max_offchip_buffers.Bas Nieuwenhuizen2019-07-091-1/+4
* radv/gfx10: Load global pointers in correct userdata registers for hs/gs.Bas Nieuwenhuizen2019-07-091-2/+2
* radv: only use specialised 3D meta paths on GFX9.Dave Airlie2019-07-092-16/+16
* radv: do not emit VGT_FLUSH on GFX10Samuel Pitoiset2019-07-081-2/+5
* ac/nir: Remove now-unused interp_deref handlingConnor Abbott2019-07-081-149/+0
* radeonsi/nir: Use NIR barycentric intrinsicsConnor Abbott2019-07-082-0/+8
* radv: Use NIR barycentric intrinsicsConnor Abbott2019-07-083-191/+156
* ac/nir: Implement barycentric intrinsicsConnor Abbott2019-07-081-0/+198
* radv: Make FragCoord a sysvalConnor Abbott2019-07-083-17/+4
* radv: Lower input attachments in NIR.Daniel Schürmann2019-07-086-36/+10
* radv: Implement nir_intrinsic_load_layer_id().Daniel Schürmann2019-07-083-1/+9
* radv/gfx10: don't emit PFP packets on ME.Dave Airlie2019-07-081-2/+3
* ac: select the GFX ring when halting waves with UMR on GFX10Samuel Pitoiset2019-07-083-5/+10
* radv/gfx10: Move NGG output handling outside of giant if-statement.Bas Nieuwenhuizen2019-07-081-2/+10
* radv: Actually use VK formats for the format table.Bas Nieuwenhuizen2019-07-071-48/+20
* radv: Handle cmask being disallowed by addrlib.Bas Nieuwenhuizen2019-07-071-0/+5
* radv/gfx10: enable support for NAVI10, NAVI12 and NAVI14Samuel Pitoiset2019-07-071-3/+0
* radv/gfx10: Use GS rectlist when needed.Bas Nieuwenhuizen2019-07-071-0/+2
* radv/gfx10: implement NGG support (VS only)Samuel Pitoiset2019-07-076-22/+610
* radv: Combine vs and tes output keys parts.Bas Nieuwenhuizen2019-07-074-46/+48