platform/upstream/mesa.git
2021-03-15 Mike Blumenkrantzzink: optimize resource usage tracking
2021-03-15 Dave Airlielavapipe: enable EXT_scalar_block_layout
2021-03-15 Dave Airlielavapipe: enable KHR_uniform_buffer_standard_layout
2021-03-15 Vinson Leeiris: Fix typos.
2021-03-14 Vinson Leenv50/ir: Add constructor for NV50LegalizePostRA.
2021-03-14 Mike Blumenkrantzzink: ci updates
2021-03-14 Mike Blumenkrantzzink: remove extraneous flush in transfer_map_region_flush
2021-03-14 Mike Blumenkrantzzink: move buffer<->image copying to pipe_context:...
2021-03-14 Dave Airliedocs: update lavapipe features.txt
2021-03-14 Dave Airlielavapipe: add single ssbo variable pointer support.
2021-03-14 Dave Airlielavapipe: move to common create render pass code
2021-03-14 Dave Airlielavapipe: move to the common casting interfaces
2021-03-14 Dave Airlielavapipe: move queue to base object
2021-03-14 Dave Airlielavapipe: add support for VK_KHR_create_renderpass2
2021-03-14 Vasily Khoruzhicklima/ppir: don't use list_length() in loop in regalloc...
2021-03-14 Vasily Khoruzhicklima: add precompile debug flag
2021-03-14 Gert Wollnyr600/sfn remove some leftover debug output
2021-03-14 Gert Wollnyr600/sfn: lower idiv, imod, etc in nir
2021-03-14 Gert Wollnyr600/sfn: lower bitfield_extract and bitfield_insert...
2021-03-14 Gert Wollnyr600/sfn: Fix including/not including c++ parts of...
2021-03-14 Gert Wollnyr600/sfn: fix buffer offset for ssbo writes
2021-03-14 Gert Wollnyr600/sfn: remove unused code
2021-03-14 Gert Wollnyr600/sfn: sort alu opcodes in switch statememt
2021-03-14 Andres Gomez.mailmap: add an alias for Eleni Maria Stea
2021-03-13 Axel Davyradeonsi: Limit the size of the in-memory shader cache
2021-03-13 Axel Davyst/nine: detect worker threads syncs for systemmem
2021-03-13 Axel Davyst/nine: Use stream_uploader for bad cases of systemmem
2021-03-13 Axel Davyst/nine: Always use DYNAMIC with SYSTEMMEM
2021-03-13 Axel Davyst/nine: Force DYNAMIC SYSTEMMEM for sw vertex processing
2021-03-13 Axel Davyst/nine: Optimize dynamic systemmem buffers
2021-03-13 Axel Davyst/nine: Track pending MANAGED buffer uploads
2021-03-13 Axel Davygallium/util: Add new u_box helpers
2021-03-13 Axel Davyst/nine: Use correct bind flag at buffer creation
2021-03-13 Axel Davyst/nine: Optimize DrawPrimitiveUp
2021-03-13 Axel Davyst/nine: Refactor DrawPrimitiveUp
2021-03-13 Axel Davyst/nine: Implement SYSTEMMEM buffers same as MANAGED
2021-03-13 Axel Davyst/nine: Optimize EndScene
2021-03-13 Matt Turnerdocs: Mark VK_KHR_maintenance1 as done on turnip
2021-03-13 Mike Blumenkrantzlavapipe: set more resource bind flags using image...
2021-03-12 Ilia Mirkinmesa: only report INCOMPLETE_FORMATS for GLES1 / desktop
2021-03-12 Eric Anholtvirgl: Update GLES expectations.
2021-03-12 Eric Anholtmesa/st: Fix precompile misses on compat GL VSes writin...
2021-03-12 Eric Anholtmesa/st: Add perf debug for draw-time variant compiles.
2021-03-12 Eric Anholtmesa/st: Unify st_get_vp_variant() and st_get_common_va...
2021-03-12 Mike Blumenkrantzlavapipe: fix push descriptor set indexing
2021-03-12 Lionel Landwerlinanv: move L3 initialization to device init on Gen11+
2021-03-12 Lionel Landwerlinanv: move L3 config emission to genX_state.c
2021-03-12 Danylo Piliaievturnip: set zmode to A6XX_EARLY_Z if FS forces early...
2021-03-12 Lionel Landwerlinintel/dev: switch over to mesa log infrastructure
2021-03-12 Lionel Landwerlinanv: stop using get_param for things queried by gen_dev...
2021-03-12 Lionel Landwerlini965: stop using get_param for things queried by gen_de...
2021-03-12 Lionel Landwerliniris: use gen_device_info helper to get subslice total
2021-03-12 Lionel Landwerlinintel/dev: add warning on missing kernel uAPI for Gen8+
2021-03-12 Lionel Landwerlinintel/dev: add helpers to compute subslice/eu total
2021-03-12 Mike Blumenkrantzzink: remove debug printf
2021-03-12 Michel Zouvulkan: fix CreateRenderPass prototype
2021-03-12 Mike Blumenkrantzzink: ci updates
2021-03-12 Mike Blumenkrantzzink: implement an extremely dumb resource memory cache
2021-03-12 Axel Davyst/nine: Fix compilation issue in nine_debug
2021-03-12 Mike Blumenkrantzzink: optimize pipeline hashing
2021-03-12 Mike Blumenkrantzzink: move vertex_buffers_enabled_mask to non-hashed...
2021-03-12 Samuel Pitoisetradv: fix initialization of disable_compression when...
2021-03-12 Mike Blumenkrantzzink: ci updates
2021-03-12 Mike Blumenkrantzzink: fix arrays of texel buffer descriptors
2021-03-12 Mike Blumenkrantzzink: avoid hashing states without descriptors
2021-03-12 Mike Blumenkrantzzink: remove image layouts from descriptor states
2021-03-12 Mike Blumenkrantzzink: always use VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIM...
2021-03-12 Mike Blumenkrantzzink: don't create descriptor barrier hash tables for...
2021-03-12 Mike Blumenkrantzzink: remove struct zink_descriptor_resource from descr...
2021-03-12 Mike Blumenkrantzzink: directly use resource count from pool instead...
2021-03-12 Mike Blumenkrantzzink: track resource count on descriptor pool object
2021-03-12 Mike Blumenkrantzzink: reuse descriptor barriers across draws
2021-03-12 Mike Blumenkrantzzink: move descriptor binding out of the update codepath
2021-03-12 Mike Blumenkrantzzink: pre-size descriptor transition hash table
2021-03-12 Mike Blumenkrantzzink: simplify check for knowing whether descriptor...
2021-03-12 Mike Blumenkrantzzink: remove intermediate func for descriptor set getting
2021-03-12 Mike Blumenkrantzzink: allow reuse of zink_descriptor_pools between...
2021-03-12 Mike Blumenkrantzzink: move descriptor type to pool object from set
2021-03-12 Mike Blumenkrantzzink: track number of sets currently allocated per...
2021-03-12 Mike Blumenkrantzzink: change program pointer on struct zink_descriptor_...
2021-03-12 Mike Blumenkrantzzink: break out all the descriptor pool/layout stuff...
2021-03-12 Mike Blumenkrantzzink: break out descriptor stuff into new files
2021-03-12 Mike Blumenkrantzzink: deduplicate VkWriteDescriptorSet setup
2021-03-12 Mike Blumenkrantzzink: break out image descriptor updating
2021-03-12 Mike Blumenkrantzzink: break out sampler descriptor updating
2021-03-12 Mike Blumenkrantzzink: break out ssbo descriptor updating
2021-03-12 Mike Blumenkrantzzink: split out ubo descriptor updating
2021-03-12 Mike Blumenkrantzzink: add VkPipelineLayout to zink_program meta struct
2021-03-12 Mike Blumenkrantzzink: don't double iterate all the per-batch sets on...
2021-03-12 Mike Blumenkrantzzink: add flag for recycled descriptor sets
2021-03-12 Mike Blumenkrantzzink: improve descriptor cache invalidation
2021-03-12 Mike Blumenkrantzzink: only batch-reference the program in use once...
2021-03-12 Mike Blumenkrantzzink: move descriptor set allocation near the top of...
2021-03-12 Mike Blumenkrantzzink: add program pointer to desc set struct
2021-03-12 Mike Blumenkrantzzink: actually flag all used resources as used during...
2021-03-12 Mike Blumenkrantzzink: store last-used descriptor set for each type...
2021-03-12 Mike Blumenkrantzzink: pre-hash sampler views and states
2021-03-12 Mike Blumenkrantzzink: add a null sampler view descriptor hash to the...
2021-03-12 Mike Blumenkrantzzink: introduce descriptor states
2021-03-12 Mike Blumenkrantzzink: use dynamic offsets for first ubo
next