summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-06radv: add GFX9 support for color surfaces.Dave Airlie3-16/+69
2017-06-06radv: add some misc gfx9 pieces.Dave Airlie6-0/+13
2017-06-06radv: set offchip hs param like radeonsi.Dave Airlie1-3/+1
2017-06-06radv: fix typo in comment.Dave Airlie1-1/+1
2017-06-06radv: add a comment from radeonsi before cp dma function.Dave Airlie1-0/+4
2017-06-06radv: remove doubled up prototype.Dave Airlie1-4/+0
2017-06-06radv: split metadata struct into legacy/gfx9 parts.Dave Airlie3-41/+58
2017-06-06radv: refactor some texture descriptor state.Dave Airlie1-9/+17
2017-06-06radv: refactor color surface init before gfx9.Dave Airlie1-25/+35
2017-06-06radv: refactor depth/stencil state setupDave Airlie1-57/+62
2017-06-06radv: use radv_foreach_stage in a couple of places.Dave Airlie1-46/+12
2017-06-05radeon: remove out of date LLVM_REVISION.txtEmil Velikov2-4/+0
2017-06-05docs: update calendar, add news item and link release notes for 17.1.2Juan A. Suarez Romero3-7/+8
2017-06-05docs: add sha256 checksums for 17.1.2Juan A. Suarez Romero1-1/+2
2017-06-05docs: add release notes for 17.1.2Juan A. Suarez Romero1-0/+186
2017-06-05gallium/u_threaded: fixes for MSVCBrian Paul1-7/+9
2017-06-06r600: refactor out some compressed resource state code.Dave Airlie1-24/+28
2017-06-06r600: document some of the missing shader constants.Dave Airlie1-0/+4
2017-06-06r600: add register info for atomic counters.Dave Airlie2-0/+51
2017-06-06r600: add missing RAT registers and operations.Dave Airlie3-0/+59
2017-06-06r600/sb: fix typo in field definitionsDave Airlie1-1/+1
2017-06-05tgsi/scan: fix scanning fragment shaders with PrimID and Position/FaceMarek Olšák1-7/+10
2017-06-05i965: Finalize miptrees before prepare_textureJason Ekstrand1-0/+4
2017-06-05gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2-3/+0
2017-06-05gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2-3/+17
2017-06-05st/mesa: don't load cached TGSI shaders on demandMarek Olšák1-1/+6
2017-06-05Android: use bionic pthread_barrier_* if possibleChih-Wei Huang2-1/+2
2017-06-05r600: fix incorrect and missing bit field in register headers.Dave Airlie1-3/+4
2017-06-05radv: use ac_compute_surfaceNicolai Hähnle1-386/+6
2017-06-05radv: prepare fmask surface creationDave Airlie2-7/+7
2017-06-05radv: use amdgpu_addr_createNicolai Hähnle4-158/+5
2017-06-05radv: stop using radv_amdgpu_winsys::familyNicolai Hähnle2-2/+2
2017-06-05radv: use ac_gpu_infoNicolai Hähnle5-229/+13
2017-06-05radv: remove radeon_info::nameNicolai Hähnle3-30/+27
2017-06-05radv: use ac_surface data structuresNicolai Hähnle8-153/+81
2017-06-05radv: rename radeon_surf::bo_{size,alignment} to surf_{size,alignment}Nicolai Hähnle3-12/+13
2017-06-05radv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREENicolai Hähnle2-3/+1
2017-06-05radv: remove radeon_surf_level::nblk_zNicolai Hähnle3-6/+1
2017-06-05radv: remove radeon_surf_level::dcc_enabledNicolai Hähnle5-6/+7
2017-06-05radv: remove radeon_surf_level::pitch_bytesNicolai Hähnle5-13/+3
2017-06-05radv: add surface helper variable in radv_GetImageSubresourceLayoutNicolai Hähnle1-6/+7
2017-06-05radv: fewer than 8 RBs are possibleNicolai Hähnle1-2/+0
2017-06-05ac/surface/gfx6: explicitly support S8 surfacesNicolai Hähnle1-25/+50
2017-06-05ac/nir: set workgroup size attribute to correct value.Dave Airlie1-3/+32
2017-06-05ac: add new helper function to add a integer target dependent function attr.Dave Airlie2-0/+15
2017-06-05radv: add external memory support.Dave Airlie3-14/+183
2017-06-05radv: Add VkPhysicalDeviceIDProperties support.Bas Nieuwenhuizen2-2/+23
2017-06-05radv: Add support for external queue family.Bas Nieuwenhuizen1-1/+6
2017-06-05radv/formats: reverse how the image format properties KHR2 is handledDave Airlie1-30/+46
2017-06-03radv: Dirty all descriptors sets when changing the pipeline.Bas Nieuwenhuizen2-8/+14