platform/upstream/mesa.git
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
2021-03-12 Mike Blumenkrantzzink: split descriptor sets based on usage
2021-03-12 Mike Blumenkrantzzink: move surface refs to the end of descriptor updating
2021-03-12 Mike Blumenkrantzzink: reorder descriptor barrier applying during updating
2021-03-12 Mike Blumenkrantzzink: move streamout to draw_vbo
2021-03-12 Mike Blumenkrantzzink: add second level cache for descriptor sets
2021-03-12 Mike Blumenkrantzzink: add caching for descriptor sets
2021-03-12 Mike Blumenkrantzzink: add scaling factor for descriptor set bucket...
2021-03-12 Mike Blumenkrantzzink: add bucket allocating for descriptor sets
2021-03-12 Mike Blumenkrantzzink: remove flushes for batch descriptor use
2021-03-12 Mike Blumenkrantzzink: even better handling for descriptor oom
2021-03-12 Mike Blumenkrantzzink: add helper function for cycling a batch
2021-03-12 Mike Blumenkrantzzink: use more precise sizing for descriptor pools
2021-03-12 Mike Blumenkrantzzink: move descriptor set alloc function to zink_program.c
2021-03-12 Mike Blumenkrantzzink: store and reuse descriptorsets after batch completion
2021-03-12 Mike Blumenkrantzzink: move descriptor sets/pools from batches to programs
2021-03-12 Mike Blumenkrantzzink: simplify some update_descriptor code
2021-03-12 Samuel Pitoisetradv: fix potential clears with non renderable images...
2021-03-12 Samuel Pitoisetradv: fix meta save/restore state with non renderable...
2021-03-12 Samuel Pitoisetradv: disable sampling with VK_FORMAT_R64_SFLOAT
2021-03-12 Rohan Gargvirgl: Support the ETC1_RGB8 format as virglrenderer...
2021-03-12 Erico Nuneslima: run nir dce after nir_lower_vec_to_movs
2021-03-12 Juan A. Suarez... ci/broadcom: allow custom kernels
2021-03-12 Danylo Piliaievturnip: fill VkMemoryDedicatedRequirements
next