platform/upstream/mesa.git
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
2021-03-12 Tapani Pällianv: fix compilation due to missing vk_format_from_android
2021-03-12 Tapani Pällianv/android: fix compilation failure
2021-03-12 Dave Airlielavapipe: add EXT_sampler_filter_minmax support
2021-03-12 Dave Airliellvmpipe: add reduction mode support
2021-03-12 Dave Airlielavapipe: enable KHR_multiview
2021-03-12 Dave Airlielavapipe: add render pass support for multiview
2021-03-12 Dave Airlielavapipe: add input attachment support for multiview
2021-03-12 Dave Airlielavapipe: add draw support for multiview
2021-03-12 Dave Airlielavapipe: add clear support for multiview
2021-03-12 Dave Airliellvmpipe: add view index support to rasterizer
2021-03-12 Dave Airliellvmpipe: add the view index callback from draw
2021-03-12 Dave Airliedraw: add tess/gs support for multiview index
2021-03-12 Dave Airliedraw/vs: pass the view index to the vertex shader
2021-03-12 Dave Airliedraw: pass the view index to the render driver
2021-03-12 Dave Airliedraw: add view_mask rendering support
2021-03-12 Dave Airliedraw: refactor out the instances drawing code
2021-03-12 Dave Airliedraw: add interface to notify renderer of the current...
2021-03-12 Dave Airliegallivm: add support for load_view_index intrinsic
2021-03-12 Dave Airliegallivm: mark subpass input attachments as 2d arrays
2021-03-12 Dave Airliegallium: add a view mask to the draw command
2021-03-12 Timothy Arceriglsl: fix declarations of gl_MaxVaryingFloats
2021-03-12 Jason Ekstrandiris: Add an iris_write_reg macro
2021-03-12 Jason Ekstrandanv: Add an anv_batch_write_reg macro
2021-03-12 Jason Ekstrandanv,genxml: Handle L3SQCREG1_SQGHPCI in GenXML
2021-03-12 Dylan Bakerdocs: Add calendar entries for 21.0 release.
2021-03-12 Dylan Bakerdocs: update calendar and link releases notes for 21.0.0
2021-03-12 Dylan Bakerdocs: add release notes for 21.0.0
2021-03-12 Ilia Mirkindocs: add notes about nvc0 support of ARB/EXT_texture_f...
2021-03-12 Ilia Mirkinnvc0: enable minmax reductions on gm200+
2021-03-12 Ilia Mirkinst/mesa: add EXT_texture_filter_minmax support
2021-03-12 Ilia Mirkinmesa: add tracking of reduction mode
2021-03-12 Dave Airliegallium: add a sampler reduction cap + settings
2021-03-11 Michael Tangmicrosoft/spirv_to_dxil: Fix spirv2dxil I/O to use...
2021-03-11 Michael Tangutil: Make os_read_file use O_BINARY on Windows
2021-03-11 Eric Anholtu_format: Mark the generated pack/unpack src/dst args...
2021-03-11 Anuj Phogatintel/isl: Drop intel_ prefix in function names
2021-03-11 Michel Zoulavapipe: update features.txt
2021-03-11 Michel Zouturnip: update features.txt
2021-03-11 Ian Romanicknir/range_analysis: Simplify analysis of bcsel
2021-03-11 Ian Romanicknir/search: Use range analysis for is_finite
2021-03-11 Ian Romanicknir/range_analysis: Fix analysis of fmin, fmax, or...
2021-03-11 Ian Romanicknir/range_analysis: Add "is a number" range analysis...
2021-03-11 Ian Romanicknir/range_analysis: Add "is finite" range analysis...
2021-03-11 Ian Romanicknir/range_analysis: Refactor fsat handling
2021-03-11 Axel Davyst/nine: Check memfd_create support
2021-03-11 Danylo Piliaievturnip: lower device index to zero
2021-03-11 Connor Abbottfreedreno/a6xx: Cleanup SP_XS_CTRL_REG0 definitions
2021-03-11 Connor Abbottfreedreno/registers: Handle typed registers with fields
2021-03-11 Connor Abbottfreedreno/a6xx: Fix compute threadsize type
2021-03-11 Connor Abbottfreedreno/computerator: Fix thrsz type
2021-03-11 Lionel Landwerlinintel/tools: fix meson warning
2021-03-11 Pierre Moreauspirv: Ignore WorkgroupSize in non-compute stages
2021-03-11 Dylan Bakerdocs: Remove 21.0 features from features_new.txt
2021-03-11 Anuj Phogati965: Rename files with "intel_" prefix to "brw_"
2021-03-11 Anuj Phogati965: Remove blank line at EOF
2021-03-11 Rhys Perryaco: remove vmem/smem score statistics
2021-03-11 Rhys Perryaco: add ACO_DEBUG=perfinfo
2021-03-11 Rhys Perryaco: add print option to print program without temporar...
2021-03-11 Rhys Perryaco: add latency and inverse throughput statistics
2021-03-11 Rhys Perryaco: add instruction classes
2021-03-11 Rhys Perryaco: lower p_constaddr into separate instructions earlier
2021-03-11 Rhys Perryaco: move wait_imm to aco_ir.h
next