aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "glsl: be much more aggressive when skipping shader compilation"Timothy Arceri2019-01-192-10/+6
* freedreno/a6xx: Turn on texture tiling by defaultKristian H. Kristensen2019-01-187-43/+64
* freedreno: Synchronize batch and flush for staging resourceKristian H. Kristensen2019-01-181-1/+15
* glsl: be much more aggressive when skipping shader compilationTimothy Arceri2019-01-192-6/+10
* glsl: don't skip GLSL IR opts on first-time compilesTimothy Arceri2019-01-193-34/+2
* nir: check NIR_SKIP to skip passes by nameCaio Marcelo de Oliveira Filho2019-01-183-0/+40
* anv: Implement VK_EXT_conditional_rendering for gen 7.5+Danylo Piliaiev2019-01-187-14/+265
* anv: Implement VK_KHR_draw_indirect_count for gen 7+Danylo Piliaiev2019-01-182-0/+148
* anv: Re-sort the extensions listJason Ekstrand2019-01-181-6/+6
* intel/fs: Don't touch accumulator destination while applying regioning alignm...Jason Ekstrand2019-01-181-1/+23
* intel/eu: Stop overriding exec sizes in send_indirect_messageJason Ekstrand2019-01-181-3/+0
* radv: initialize the per-queue descriptor BO only onceSamuel Pitoiset2019-01-181-24/+23
* radv: do not write unused descriptors to the per-queue BOSamuel Pitoiset2019-01-181-124/+128
* radv: reduce size of the per-queue descriptor BOSamuel Pitoiset2019-01-181-1/+1
* radv: drop unused code related to 16 sample locationsSamuel Pitoiset2019-01-183-13/+0
* gm107/ir: disable TEXS for tex with derivAll setKarol Herbst2019-01-182-1/+3
* nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instru...Karol Herbst2019-01-181-1/+1
* nir: Account for atomics in copy propagation.Bas Nieuwenhuizen2019-01-181-1/+24
* anv/tests: Adding test for the state_pool padding.Rafael Antognolli2019-01-172-1/+75
* anv/allocator: Add support for non-userptr.Rafael Antognolli2019-01-171-46/+71
* anv: Remove state flush.Rafael Antognolli2019-01-1710-51/+2
* anv/allocator: Enable snooping on block pool and anv_bo_pool BOs.Rafael Antognolli2019-01-171-10/+16
* anv/allocator: Add padding information.Rafael Antognolli2019-01-173-10/+49
* anv/allocator: Rework chunk return to the state pool.Rafael Antognolli2019-01-171-23/+64
* anv: Remove some asserts.Rafael Antognolli2019-01-171-3/+0
* anv: Validate the list of BOs from the block pool.Rafael Antognolli2019-01-171-5/+49
* anv: Split code to add BO dependencies to execbuf.Rafael Antognolli2019-01-171-23/+39
* anv/allocator: Add support for a list of BOs in block pool.Rafael Antognolli2019-01-172-11/+59
* anv: Update usage of block_pool->bo.Rafael Antognolli2019-01-177-31/+36
* anv/allocator: Remove pool->map.Rafael Antognolli2019-01-173-19/+7
* anv/allocator: Rename anv_free_list2 to anv_free_list.Rafael Antognolli2019-01-172-31/+30
* anv/allocator: Remove anv_free_list.Rafael Antognolli2019-01-172-66/+0
* anv/allocator: Use anv_state_table on back_alloc too.Rafael Antognolli2019-01-172-15/+22
* anv/allocator: Use anv_state_table on anv_state_pool_alloc.Rafael Antognolli2019-01-172-35/+48
* anv/allocator: Add helper to push states back to the state table.Rafael Antognolli2019-01-172-0/+35
* anv/allocator: Add getter for anv_block_pool.Rafael Antognolli2019-01-174-5/+18
* anv/allocator: Add anv_state_table.Rafael Antognolli2019-01-172-2/+283
* anv/tests: Fix block_pool_no_free test.Rafael Antognolli2019-01-171-14/+14
* anv: fix invalid binding table index computationLionel Landwerlin2019-01-171-4/+2
* anv/device: fix maximum number of images supportedIago Toral Quiroga2019-01-174-13/+28
* anv: do not advertise AHW support if extension not enabledTapani Pälli2019-01-171-6/+15
* vc4: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* v3d: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* v3d: Restructure RO allocations using resource_from_handle.Eric Anholt2019-01-161-29/+38
* v3d: If the modifier is not known on BO import, default to linear for RO.Eric Anholt2019-01-161-1/+3
* ac/nir_to_llvm: add support for structs to get_sampler_desc()Timothy Arceri2019-01-171-19/+26
* ac/nir_to_llvm: fix regression in bindless supportTimothy Arceri2019-01-171-1/+6
* radeonsi/nir: get correct type for images inside structsTimothy Arceri2019-01-171-1/+2
* ac/nir_to_llvm: fix type handling in image codeTimothy Arceri2019-01-171-15/+12
* radv: use dithered alpha-to-coverageRhys Perry2019-01-161-4/+5