summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-05turnip: implement border colorJonathan Marek3-17/+89
2019-12-05turnip: improve emit_texturesJonathan Marek1-55/+76
2019-12-05turnip: add function to allocate aligned memory in a substream csJonathan Marek3-0/+47
2019-12-05glsl/nir: iterate the system values list when adding varyingsTimothy Arceri1-25/+36
2019-12-06llvmpipe: enable support for primitives generated outside streamoutDave Airlie3-0/+9
2019-12-06draw: add support for collecting primitives generated outside streamoutDave Airlie4-1/+28
2019-12-06llvmpipe: disable occlusion queries when requested by state trackerDave Airlie2-1/+3
2019-12-06llvmpipe: add queries disabled flagDave Airlie2-0/+5
2019-12-05main: Change u_mmAllocMem align2 from bytes (old API) to bits (new API)Kenneth Graunke1-1/+1
2019-12-05util/atomic: Add p_atomic_add_return for the unlocked pathJason Ekstrand1-1/+1
2019-12-05anv: Implement VK_KHR_buffer_device_addressJason Ekstrand2-7/+53
2019-12-05anv: Use a pNext loop in AllocateMemoryJason Ekstrand1-25/+45
2019-12-05anv: Add allocator support for client-visible addressesJason Ekstrand6-10/+107
2019-12-05util/vma: Add a function to allocate a particular address rangeJason Ekstrand2-0/+41
2019-12-05util/vma: Factor out the hole splitting part of util_vma_heap_allocJason Ekstrand1-43/+48
2019-12-05anv: Add an explicit_address parameter to anv_device_alloc_boJason Ekstrand6-7/+26
2019-12-05anv: Stop advertising two heaps just for the VF cache WAJason Ekstrand2-67/+6
2019-12-05anv: Set up VMA heaps independently from memory heapsJason Ekstrand2-31/+16
2019-12-05anv: Stop tracking VMA allocationsJason Ekstrand2-13/+5
2019-12-05anv: Disallow allocating above heap sizesJason Ekstrand1-9/+27
2019-12-05util/atomic: Add a _return variant of p_atomic_addJason Ekstrand1-2/+15
2019-12-05anv: Don't leak when set_tiling failsJason Ekstrand1-3/+4
2019-12-05anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WAJason Ekstrand6-20/+245
2019-12-05anv: Apply cache flushes after setting index/draw VBsJason Ekstrand1-2/+35
2019-12-05anv: Always invalidate the VF cache in BeginCommandBufferJason Ekstrand1-2/+1
2019-12-05blorp: Pass the VB size to the VF cache workaroundJason Ekstrand4-6/+10
2019-12-05anv: Add a has_softpin booleanJason Ekstrand2-3/+6
2019-12-05anv: Drop bo_flags from anv_bo_poolJason Ekstrand3-14/+3
2019-12-05glsl/tests: Use splitlines() instead of strip()Michel Dänzer1-2/+2
2019-12-05android: radeonsi: fix build after vl refactoring (v2)Mauro Rossi3-2/+15
2019-12-05intel/compiler: force simd8 when dual src blending on gen8Tapani Pälli1-0/+10
2019-12-05intel/compiler: add newline to limit_dispatch_width messageTapani Pälli1-1/+1
2019-12-04turnip: Add support for compute shaders.Eric Anholt3-28/+332
2019-12-04turnip: Move pipeline BO list adding to BindPipeline.Eric Anholt1-8/+7
2019-12-04turnip: Sanity check that we're adding valid BOs to the list.Eric Anholt1-0/+2
2019-12-04turnip: Add a helper function for getting tu_buffer iovas.Eric Anholt3-5/+9
2019-12-04turnip: Refactor the graphics pipeline create implementation.Eric Anholt1-15/+31
2019-12-04turnip: Add basic SSBO support.Eric Anholt4-2/+80
2019-12-04turnip: Reuse tu6_stage2opcode() more.Eric Anholt1-6/+3
2019-12-04turnip: Drop redefinition of VALIDREG now that it's in ir3.h.Eric Anholt1-3/+0
2019-12-04turnip: Fix unused variable warnings.Eric Anholt2-7/+0
2019-12-05glsl: make use of active_shader_mask when building resource listTimothy Arceri1-12/+1
2019-12-05glsl: don't set uniform block as used when its notTimothy Arceri2-2/+10
2019-12-05glsl: move calculate_array_size_and_stride() to link_uniforms.cppTimothy Arceri2-216/+218
2019-12-04anv: Fix error message format stringIan Romanick1-5/+2
2019-12-04mesa: Silence unused parameter warningIan Romanick9-14/+14
2019-12-04mesa: Silence 'left shift of negative value' warning in BPTC compression codeIan Romanick1-4/+3
2019-12-04intel/compiler: Fix 'comparison is always true' warningIan Romanick1-2/+2
2019-12-04turnip: allow writes to draw_cs outside of render passJonathan Marek1-4/+3
2019-12-04nir/lower_clip: Fix incorrect driver loc for clipdist outputsRob Clark1-0/+11