summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-17winsys/amdgpu: decay max_ib_size over timeibsNicolai Hähnle1-0/+2
2016-05-17winsys/amdgpu: implement IB chaining on the gfx ringNicolai Hähnle2-18/+109
2016-05-17winsys/amdgpu: consolidate IB size management in amdgpu_ib_finalizeNicolai Hähnle1-9/+9
2016-05-17radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle11-75/+98
2016-05-17radeonsi/sid: add packet definitions for IB chainingNicolai Hähnle2-0/+15
2016-05-17winsys/amdgpu: start with smaller IBs, growing as necessaryNicolai Hähnle2-10/+71
2016-05-17winsys/amdgpu: add amdgpu_ib and amdgpu_cs_from_ib helper functionsNicolai Hähnle2-7/+37
2016-05-17winsys/amdgpu: extract IB big buffer allocation for re-useNicolai Hähnle1-17/+29
2016-05-17winsys/amdgpu: add IB buffer in amdgpu_get_new_ibNicolai Hähnle1-121/+113
2016-05-17gallium/radeon: use cs_check_space throughoutNicolai Hähnle5-10/+7
2016-05-17radeon/winsys: add cs_check_spaceNicolai Hähnle3-0/+23
2016-05-17winsys/amdgpu: simplify interface of amdgpu_get_new_ibNicolai Hähnle2-14/+14
2016-05-17winsys/amdgpu: add amdgpu_cs_has_user_fenceNicolai Hähnle1-4/+8
2016-05-17winsys/amdgpu: add back multithreaded command submissionMarek Olšák6-131/+334
2016-05-17radeonsi: force level zero on image instructions in non-fragment shaders (v2)Nicolai Hähnle1-0/+5
2016-05-17radeonsi: emit TXQ in separate functionsNicolai Hähnle1-52/+78
2016-05-17winsys/amdgpu: cleanup error handling in amdgpu_ctx_createNicolai Hähnle1-9/+14
2016-05-17winsys/amdgpu: avoid ioctl call when fence_wait is called without timeoutNicolai Hähnle1-3/+10
2016-05-17gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle8-16/+17
2016-05-17gallium/radeon: use radeon_emit_arrayNicolai Hähnle1-2/+1
2016-05-17gallium/radeon: use radeon_emitNicolai Hähnle9-136/+135
2016-05-17st/mesa: fix reversed copyimage canonical formatNicolai Hähnle1-3/+3
2016-05-17Revert "HACK: Don't re-configure L3$ in render stages pre-BDW"Jordan Justen1-11/+0
2016-05-17anv: Port L3 cache programming from i965Jordan Justen9-173/+593
2016-05-17anv/gen7: Add memory barrier to vkCmdWaitEvents callJordan Justen1-0/+6
2016-05-17anv: Keep track of whether the data cache should be enabled in L3Jordan Justen3-1/+11
2016-05-17genxml/hsw: Add L3 cache control registersJordan Justen1-0/+8
2016-05-17Treewide: Remove Elements() macroJan Vesely42-149/+141
2016-05-17r600g,sb: Don't use standard macro nameJan Vesely5-11/+11
2016-05-17anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8Jason Ekstrand1-0/+10
2016-05-17anv: Add a devinfo argument to the get_format functionsJason Ekstrand5-15/+20
2016-05-17anv/formats: Set the swizzle to RGB1 when using an RGBA format to fake RGBJason Ekstrand1-2/+5
2016-05-17anv/formats: Refactor anv_get_formatJason Ekstrand1-30/+27
2016-05-17anv: Use 16 bits for the isl_format in anv_formatJason Ekstrand1-1/+1
2016-05-17anv/formats: Use the isl_channel_select enum for the swizzleJason Ekstrand3-20/+24
2016-05-17anv/formats: Add an anv_get_format helperJason Ekstrand5-66/+58
2016-05-17anv/format: Simplify anv_formatJason Ekstrand2-55/+39
2016-05-17anv/formats: Delete validate_GetPhysicalDeviceFormatPropertiesJason Ekstrand1-10/+0
2016-05-17anv/image: Use aspects for computing full usageJason Ekstrand1-4/+3
2016-05-17anv: Remove the anv_format member from anv_imageJason Ekstrand3-4/+2
2016-05-17anv/wsi: Use vk_format_info for asserts rather than anv_formatJason Ekstrand2-2/+4
2016-05-17anv/copy: Use the linear format from the image for the buffer block sizeJason Ekstrand1-1/+4
2016-05-17anv/image: Stop using anv_format for image create validationJason Ekstrand1-6/+2
2016-05-17anv/image: Make heavier use of aspectsJason Ekstrand1-50/+34
2016-05-17anv/copy: Use the color_surf from the image to get the block sizeJason Ekstrand1-9/+20
2016-05-17anv: Change render_pass_attachment.format to a VkFormatJason Ekstrand3-5/+8
2016-05-17anv: Add helpers to provide simple VkFormat introspectionJason Ekstrand2-1/+67
2016-05-17anv/image: Use get_isl_format when creating buffer viewsJason Ekstrand1-5/+6
2016-05-17anv/image: Add an aspects fieldJason Ekstrand4-8/+10
2016-05-17anv: Make format_for_descriptor return an isl_formatJason Ekstrand3-13/+11