summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-18radv: use ac_compute_surfaceac_surfaceNicolai Hähnle1-386/+6
2017-05-18radv: prepare fmask surface creationDave Airlie2-7/+7
2017-05-18radv: use amdgpu_addr_createNicolai Hähnle4-158/+5
2017-05-18radv: stop using radv_amdgpu_winsys::familyNicolai Hähnle2-2/+2
2017-05-18radv: use ac_gpu_infoNicolai Hähnle5-229/+13
2017-05-18radv: remove radeon_info::nameNicolai Hähnle3-30/+27
2017-05-18radv: use ac_surface data structuresNicolai Hähnle8-153/+81
2017-05-18radv: rename radeon_surf::bo_{size,alignment} to surf_{size,alignment}Nicolai Hähnle3-12/+13
2017-05-18radv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREENicolai Hähnle2-3/+1
2017-05-18radv: remove radeon_surf_level::nblk_zNicolai Hähnle3-6/+1
2017-05-18radv: remove radeon_surf_level::dcc_enabledNicolai Hähnle5-6/+7
2017-05-18radv: remove radeon_surf_level::pitch_bytesNicolai Hähnle5-13/+3
2017-05-18radv: add surface helper variable in radv_GetImageSubresourceLayoutNicolai Hähnle1-6/+7
2017-05-18radv: fewer than 8 RBs are possibleNicolai Hähnle1-2/+0
2017-05-18ac/surface/gfx6: explicitly support S8 surfacesNicolai Hähnle1-25/+50
2017-05-18ac: add missing extern "C" guardsNicolai Hähnle2-0/+16
2017-05-18ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle4-7/+19
2017-05-18ac: add radeon_surf::htile_slice_sizeNicolai Hähnle2-0/+6
2017-05-18ac_surface: use radeon_info from ac_gpu_infoNicolai Hähnle4-35/+31
2017-05-18ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle7-241/+293
2017-05-18ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle2-61/+94
2017-05-18ac/radeonsi: move some aspects of sanity checking to ac_surfaceNicolai Hähnle2-16/+33
2017-05-18ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9Nicolai Hähnle3-20/+24
2017-05-18ac/radeonsi: move the bulk of gfx9_surface_init to ac_surfaceNicolai Hähnle3-415/+394
2017-05-18ac/radeonsi: move the bulk of gfx6_surface_init to ac_surfaceNicolai Hähnle3-411/+470
2017-05-18ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle8-165/+220
2017-05-18ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle2-147/+179
2017-05-18st/mesa: remove an incorrect assertionNicolai Hähnle1-2/+0
2017-05-18i965/vec4: load dvec3/4 uniforms first in the push constant bufferSamuel Iglesias Gonsálvez1-27/+80
2017-05-18i965/vec4: fix swizzle and writemask when loading an uniform with constant of...Samuel Iglesias Gonsálvez1-4/+11
2017-05-18i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...Samuel Iglesias Gonsálvez1-0/+26
2017-05-17vc4: Don't allocate new BOs to avoid synchronization when they're shared.Eric Anholt1-1/+2
2017-05-17vc4: Drop pointless indirections around BO import/export.Eric Anholt3-69/+49
2017-05-17vc4: Drop the u_resource_vtbl no-op layer.Eric Anholt4-33/+27
2017-05-17gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSEDMarek Olšák2-2/+30
2017-05-17mesa: don't check mapped buffers in every draw call if drivers allow itMarek Olšák1-1/+14
2017-05-17mesa: add gl_constants::AllowMappedBuffersDuringExecutionMarek Olšák2-0/+6
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák17-0/+17
2017-05-17glxglvnddispatch: Add missing dispatch for GetDriverConfigHans de Goede2-0/+15
2017-05-17swr: don't use AttributeSet with llvm >= 5Tim Rowley1-15/+21
2017-05-17Android: correct libz dependencyChih-Wei Huang5-7/+6
2017-05-17mesa: add KHR_no_error support for glDispatchCompute*()Timothy Arceri4-3/+41
2017-05-17mesa: add DispatchCompute* helpersTimothy Arceri1-13/+38
2017-05-17mesa: move FLUSH_CURRENT() calls out of DispatchCompute*() validationTimothy Arceri1-6/+6
2017-05-17mesa: compute.c C99 tidy upTimothy Arceri1-4/+2
2017-05-17mesa: move DispatchCompute() validation to compute.cTimothy Arceri3-252/+229
2017-05-17mesa: add KHR_no_error support for glBlendEquationSeparateiARB()Timothy Arceri3-1/+13
2017-05-17mesa: add blend_equation_separatei() helperTimothy Arceri1-9/+17
2017-05-17mesa: add KHR_no_error support for glBlendFunc*iARB()Timothy Arceri3-2/+26
2017-05-17mesa: add blend_func_separatei() helperTimothy Arceri1-17/+28