summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-14WIP amd/addrtooladdrtoolNicolai Hähnle3-0/+725
2017-05-14radv: use ac_compute_surfaceNicolai Hähnle1-385/+6
2017-05-14radv: use amdgpu_addr_createNicolai Hähnle4-158/+5
2017-05-14radv: stop using radv_amdgpu_winsys::familyNicolai Hähnle2-2/+2
2017-05-14radv: use ac_gpu_infoNicolai Hähnle5-229/+13
2017-05-14radv: remove radeon_info::nameNicolai Hähnle3-30/+27
2017-05-14radv: use ac_surface data structuresNicolai Hähnle8-153/+81
2017-05-14radv: rename radeon_surf::bo_{size,alignment} to surf_{size,alignment}Nicolai Hähnle3-12/+13
2017-05-14radv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREENicolai Hähnle2-3/+1
2017-05-14radv: remove radeon_surf_level::nblk_zNicolai Hähnle3-6/+1
2017-05-14radv: remove radeon_surf_level::dcc_enabledNicolai Hähnle5-6/+7
2017-05-14radv: remove radeon_surf_level::pitch_bytesNicolai Hähnle5-13/+3
2017-05-14radv: add surface helper variable in radv_GetImageSubresourceLayoutNicolai Hähnle1-6/+7
2017-05-14ac: add missing extern "C" guardsNicolai Hähnle2-0/+16
2017-05-14ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle4-7/+19
2017-05-14ac: add radeon_surf::htile_slice_sizeNicolai Hähnle2-0/+6
2017-05-14ac_surface: use radeon_info from ac_gpu_infoNicolai Hähnle4-35/+31
2017-05-14ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle6-240/+292
2017-05-14ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle2-61/+94
2017-05-14ac/radeonsi: move some aspects of sanity checking to ac_surfaceNicolai Hähnle2-16/+33
2017-05-14ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9Nicolai Hähnle3-20/+24
2017-05-14ac/radeonsi: move the bulk of gfx9_surface_init to ac_surfaceNicolai Hähnle3-415/+394
2017-05-14ac/radeonsi: move the bulk of gfx6_surface_init to ac_surfaceNicolai Hähnle3-411/+470
2017-05-14ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle7-161/+215
2017-05-14ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle2-147/+179
2017-05-12glsl: include image qualifiers when printing IRNicolai Hähnle1-3/+17
2017-05-12radeonsi: get rid of secondary input/output wordNicolai Hähnle3-47/+13
2017-05-12radeonsi: reduce the number of generics for shader IO unique indicesNicolai Hähnle1-1/+1
2017-05-12radeonsi: at most 8 sets of texture coordinates are supportedNicolai Hähnle1-0/+1
2017-05-12radeonsi: skip generic out/in indices without a shader IO indexNicolai Hähnle2-1/+9
2017-05-12radeonsi: use SI_MAX_IO_GENERIC instead of magic valuesNicolai Hähnle3-3/+8
2017-05-12glsl: order indices for images inside a struct arraySamuel Pitoiset1-11/+17
2017-05-12glsl: add parcel_out_uniform_storage::set_opaque_indices() helperSamuel Pitoiset1-54/+65
2017-05-11i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.Rafael Antognolli4-56/+21
2017-05-11i965: Port 3DSTATE_INDEX_BUFFER to genxml.Rafael Antognolli5-74/+40
2017-05-11i965: Port brw_cs_state tracked state to genxml.Rafael Antognolli3-164/+145
2017-05-11genxml: Add alias for MOCS.Rafael Antognolli5-0/+5
2017-05-11i965/genxml: Mostly style fixes for emit_vertices code.Rafael Antognolli1-25/+17
2017-05-12r600g: Add defines for per-shader engine settingsGlenn Kennard1-0/+6
2017-05-12r600g: Add instruction encoding defines for MEM_RDGlenn Kennard1-0/+30
2017-05-12r600g: Add scratch ring register definesGlenn Kennard2-2/+20
2017-05-11i965: Drop brw_context::viewport_transform_enable.Kenneth Graunke3-3/+1
2017-05-11i965: Port Gen4-5 VS_STATE to genxml.Kenneth Graunke8-238/+71
2017-05-11i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.Kenneth Graunke1-5/+4
2017-05-11genxml: Fix KSPs on Ironlake to be offsets, not pointers.Kenneth Graunke1-8/+8
2017-05-11glsl: simplify set_opaque_binding()Samuel Pitoiset1-21/+20
2017-05-11glsl: add missing check for samplers in set_opaque_binding()Samuel Pitoiset1-0/+2
2017-05-11mesa: remove useless get_uniform_parameter() declarationSamuel Pitoiset1-3/+0
2017-05-11mesa: remove unused gl_program_parameter::InitializedSamuel Pitoiset2-2/+0
2017-05-11gallium/tests: fix build after index buffer changesMarek Olšák16-32/+32