summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-05glsl: add ARB_shader_ballot operationsNicolai Hähnle4-0/+38
2017-04-05glsl: add ARB_shader_ballot enableNicolai Hähnle2-0/+3
2017-04-05mesa: add GL_ARB_shader_ballot boilerplateNicolai Hähnle3-1/+3
2017-04-05swr: automake: add gen_common.py to the tarballEmil Velikov1-0/+1
2017-04-05intel: genxml: automake: include gen_bits_header.py in the tarballEmil Velikov1-0/+1
2017-04-05intel: genxml: automake: polish automake rulesEmil Velikov1-2/+2
2017-04-05amd/addrlib: automake: add all headers to the tarballEmil Velikov1-0/+2
2017-04-05radeonsi: enable ARB_sparse_bufferNicolai Hähnle3-2/+12
2017-04-05radeonsi: disable SDMA clears and copies for sparse buffersNicolai Hähnle3-4/+11
2017-04-05gallium/radeon: implement pipe->resource_commitNicolai Hähnle1-0/+35
2017-04-05gallium/radeon: transfers and invalidation for sparse buffersNicolai Hähnle1-10/+24
2017-04-05gallium/radeon: implement sparse buffer creationNicolai Hähnle1-0/+2
2017-04-05winsys/amdgpu: sparse buffer debugging helpersNicolai Hähnle1-0/+61
2017-04-05winsys/amdgpu: take fences when freeing a backing bufferNicolai Hähnle1-3/+11
2017-04-05winsys/amdgpu: add sparse buffers to CSNicolai Hähnle2-16/+140
2017-04-05winsys/amdgpu: sparse buffer creation / destruction / commitmentNicolai Hähnle1-1/+400
2017-04-05winsys/amdgpu: add sparse buffer data structuresNicolai Hähnle2-1/+46
2017-04-05winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fencesNicolai Hähnle2-11/+27
2017-04-05winsys/amdgpu: build handles and flags list late on submit threadNicolai Hähnle2-17/+28
2017-04-05winsys/amdgpu: share common code in amdgpu_add_fence_dependenciesNicolai Hähnle1-21/+17
2017-04-05winsys/amdgpu: extract amdgpu_do_add_real_bufferNicolai Hähnle1-8/+18
2017-04-05winsys/radeon: sparse buffers will not be supportedNicolai Hähnle1-0/+2
2017-04-05radeon/winsys: add sparse buffer interfaceNicolai Hähnle1-0/+17
2017-04-05st/mesa: plumbing for sparse buffersNicolai Hähnle1-0/+20
2017-04-05st/mesa: enable ARB_sparse_buffer when supportedNicolai Hähnle1-0/+4
2017-04-05trace: add resource_commit pass-throughNicolai Hähnle1-0/+20
2017-04-05ddebug: add resource_commit pass-throughNicolai Hähnle1-0/+11
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle19-0/+58
2017-04-05mesa: implement sparse buffer commitmentNicolai Hähnle2-0/+76
2017-04-05mesa: implement sparse storage buffer allocationNicolai Hähnle1-6/+23
2017-04-05mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARBNicolai Hähnle3-0/+7
2017-04-05mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle8-0/+59
2017-04-05configure.ac: require libdrm_amdgpu 2.4.77Nicolai Hähnle1-1/+1
2017-04-05mesa: Replace program locks with atomic inc/dec.Matt Turner3-15/+3
2017-04-04anv: Advertise larger heap sizesJason Ekstrand3-14/+75
2017-04-04anv: Add support for 48-bit addressesJason Ekstrand5-0/+54
2017-04-04anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand3-9/+11
2017-04-04i965/blorp: Align vertex buffers to 64BJason Ekstrand1-1/+13
2017-04-04anv/blorp: Align vertex buffers to 64BJason Ekstrand1-1/+14
2017-04-04anv: Query the kernel for reset statusJason Ekstrand4-40/+107
2017-04-04anv: Check for device loss at the end of WaitForFencesJason Ekstrand1-5/+14
2017-04-04anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndexJason Ekstrand1-3/+24
2017-04-04i965/fs: Always provide a default LOD of 0 for TXS and TXLJason Ekstrand1-9/+9
2017-04-04mesa: Require mipmap completeness for glCopyImageSubData(), sometimes.Kenneth Graunke1-2/+23
2017-04-04libgl-xlib: Link with libunwind.Vinson Lee1-1/+2
2017-04-04intel/isl: Refactor and clerify gen8 alignment calculationsJason Ekstrand1-15/+49
2017-04-04drirc: Set glsl_zero_init for Kerbal Space Program.Francisco Jerez1-0/+8
2017-04-04intel: tools: add aubinator_error_decode toolLionel Landwerlin5-1/+766
2017-04-04intel: genxml: add RING_BUFFER_CTL registersLionel Landwerlin5-0/+272
2017-04-04intel: genxml: add FAULT_REG registerLionel Landwerlin5-0/+206