aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Allocate misc BOs from the cacheJason Ekstrand2019-10-318-63/+52
* anv: Allocate scratch BOs from the cacheJason Ekstrand2019-10-312-41/+18
* anv: Allocate batch and fence buffers from the cacheJason Ekstrand2019-10-315-200/+125
* util: Add a free list structure for use with util_sparse_arrayJason Ekstrand2019-10-312-0/+137
* anv: Allocate descriptor buffers from the BO cacheJason Ekstrand2019-10-313-36/+14
* anv: Set more flags on descriptor pool buffersJason Ekstrand2019-10-311-1/+8
* anv: Allocate query pool BOs from the cacheJason Ekstrand2019-10-312-26/+16
* anv: Use the query_slot helper in vkResetQueryPoolEXTJason Ekstrand2019-10-311-1/+1
* anv: Allocate block pool BOs from the cacheJason Ekstrand2019-10-312-48/+34
* anv/tests: Initialize the BO cache and device mutexJason Ekstrand2019-10-316-0/+8
* anv/tests: Zero-initialize instancesJason Ekstrand2019-10-316-6/+14
* anv: Choose BO flags internally in anv_block_poolJason Ekstrand2019-10-319-76/+70
* anv: Rework the internal BO allocation APIJason Ekstrand2019-10-316-102/+217
* anv: Use anv_block_pool_foreach_bo in get_bo_from_poolJason Ekstrand2019-10-311-6/+5
* anv: Rework anv_block_pool_expand_rangeJason Ekstrand2019-10-312-103/+76
* anv: Fix a potential BO handle leakJason Ekstrand2019-10-311-1/+3
* anv: Handle state pool relocations using "wrapper" BOsJason Ekstrand2019-10-313-14/+56
* anv: Replace ANV_BO_EXTERNAL with anv_bo::is_externalJason Ekstrand2019-10-316-20/+22
* anv: Inline anv_block_pool_get_boJason Ekstrand2019-10-311-27/+13
* anv: Declare the bo in the anv_block_pool_foreach_bo loopJason Ekstrand2019-10-313-3/+2
* anv: Stop storing the GEM handle in anv_reloc_list_addJason Ekstrand2019-10-311-1/+1
* anv: Fix a relocation race conditionJason Ekstrand2019-10-314-12/+25
* anv: Use a util_sparse_array for the GEM handle -> BO mapJason Ekstrand2019-10-312-90/+36
* anv: Move refcount to anv_boJason Ekstrand2019-10-312-61/+50
* util: Add a util_sparse_array data structureJason Ekstrand2019-10-316-0/+399
* mesa: enable msaa in clear_with_quad if neededPierre-Eric Pelloux-Prayer2019-10-311-0/+1
* intel/perf: fix Android buildLionel Landwerlin2019-10-311-1/+2
* radv: Fix disk_cache_get size argument.Bas Nieuwenhuizen2019-10-311-2/+2
* main: fix several 'may be used uninitialized' warningsAndrii Simiklit2019-10-311-0/+2
* anv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* turnip: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* radv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* radeonsi: tell the shader disk cache what IR is usedPierre-Eric Pelloux-Prayer2019-10-311-7/+10
* intel/perf: add TGL supportLionel Landwerlin2019-10-314-0/+8611
* android: Add panfrost support to build scriptsRobert Foss2019-10-3111-2/+361
* nir: Build nir_lower_point_size.c in libmesa_nirRobert Foss2019-10-311-0/+1
* v3d: rename vertex shader key (num)_fs_inputs fieldsIago Toral Quiroga2019-10-315-23/+24
* android: aco: fix Lower to CSSAMauro Rossi2019-10-311-0/+1
* gallium/swr: Fix depth values for blit scenarioJan Zielinski2019-10-311-0/+8
* iris/gen11+: Move flush for render target changeJordan Justen2019-10-311-19/+20
* iris: Add IRIS_DIRTY_RENDER_BUFFER state flagJordan Justen2019-10-311-1/+3
* radv: declare NGG scratch for VS or TES and only on GFX10Samuel Pitoiset2019-10-311-5/+3
* lima: add cubemap supportArno Messiaen2019-10-316-8/+45
* lima: introduce ppir_op_load_coords_reg to differentiate between loading text...Arno Messiaen2019-10-316-5/+18
* lima: add layer_stride field to lima_resource structArno Messiaen2019-10-313-15/+28
* lima: fix stride in texture descriptorArno Messiaen2019-10-312-3/+3
* intel/compiler: Report the number of non-spill/fill SEND messages on vec4 tooIan Romanick2019-10-301-5/+35
* nir: fix couple of compile warningsTapani Pälli2019-10-311-2/+2
* radv: Fix timeout handling in syncobj wait.Bas Nieuwenhuizen2019-10-311-1/+1
* nv50/ir: mark STORE destination inputs as usedIlia Mirkin2019-10-301-0/+6