platform/upstream/mesa.git
2021-09-08 Rob Clarkfreedreno/ir3: Validate physical successors
2021-09-08 Rob Clarkfreedreno/ir3: Fix double printing of branch suffix
2021-09-08 Rob Clarkfreedreno/ir3: Fix physical successors for break out...
2021-09-08 Rob Clarkfreedreno/ir3: Update physical_successors after retarge...
2021-09-08 Marcin Ślusarzglsl: break out early if compound assignment's operand...
2021-09-08 Marcin Ślusarzglsl: propagate errors from *=, /=, +=, -= operators
2021-09-08 Mike Blumenkrantzzink: fix some pipe caps for max instructions
2021-09-08 Mike Blumenkrantzzink: use dispatch table for (almost) all vulkan calls
2021-09-08 Icecream95lima: Improve error messages for unsupported GP operations
2021-09-08 Icecream95lima: Fix crashes for GPUs with more than four cores
2021-09-08 Icecream95lima: Enable PIPE_CAP_VERTEX_COLOR_UNCLAMPED
2021-09-08 Timothy Arceriglsl: fix variable scope for do-while loops
2021-09-08 Timothy Arceriglsl: handle scope correctly when inlining loop expression
2021-09-08 Timothy Arceriglsl: fix variable scope for loop-expression
2021-09-08 Timothy Arcerimesa: fix mesa_problem() call in _mesa_program_state_fl...
2021-09-08 Mike Blumenkrantzzink: use EXT_primitive_topology_list_restart where...
2021-09-08 Mike Blumenkrantzzink: hook up VK_EXT_primitive_topology_list_restart
2021-09-08 Mike Blumenkrantzlavapipe: fix primitive restart with indexed indirect...
2021-09-08 Mike Blumenkrantzutil/primconvert: force restart rewrites if original...
2021-09-08 Michael Tangmicrosoft/spirv_to_dxil: Add `install : true` to spirv_...
2021-09-07 pal1000ci: Add osmesa to Windows GitLab CI
2021-09-07 Italo Nicolamain: don't always clamp pixels read from snorm buffers
2021-09-07 Mike Blumenkrantzzink: clamp query results to 500 per qbo on 32bit
2021-09-07 Emma Anholtllvmpipe: memcpy user_buffers at set_constant_buffer...
2021-09-07 Emma Anholtllvmpipe: Fix leak of CS local memory with 0 threads.
2021-09-07 Emma Anholtllvmpipe: Free CS shader images on context destroy.
2021-09-07 Paulo Zanoniiris: signal the syncobj after a failed batch
2021-09-07 Emma Anholtci/freedreno: Skip slow SizedDeclarationsPrimitive...
2021-09-07 Emma Anholtci/freedreno: Mark a630 basic-glsl-misc-fs as flaky.
2021-09-07 Emma Anholtci/freedreno: Fix typo in glx-tfp flake annotation.
2021-09-07 Emma Anholtfreedreno/a6xx: Emit a WFI after event writes flushing...
2021-09-07 Marek Olšákac,radv: remove unused inputs array and VS input code
2021-09-07 Marek Olšákac,radeonsi: load VS inputs at the call site of nir_int...
2021-09-07 Marek Olšákac/llvm: implement nir_intrinsic_elect
2021-09-07 Marek Olšákac/llvm: implement nir_intrinsic_overwrite_*_arguments_amd
2021-09-07 Marek Olšákac: make ac_shader_abi::inputs an array instead of...
2021-09-07 Marek Olšákac: remove needless parameters from ac_shader_abi:...
2021-09-07 Marek Olšákac/llvm: implement a bunch of NIR AMD intrinsics for NGG
2021-09-07 Marek Olšákac/llvm: remove load_tess_coord callback
2021-09-07 Emma Anholtci/iris: Switch GL/GLES testing to suites.
2021-09-07 Emma Anholtci/iris: Consistently use .test-manual-mr for our unsta...
2021-09-07 Emma Anholtci/iris: Unmark dma_buf_import_export tests as failing.
2021-09-07 Emma Anholtci/iris: Mark create_context-no_error as failing.
2021-09-07 Connor Abbottir3/lower_pcopy: Set entry->done in the swap loop
2021-09-07 Connor Abbottir3/lower_pcopy: Use right flags for src const/immed
2021-09-07 Jesse Nataliellvmpipe: Don't wait for already-terminated threads...
2021-09-07 Jose Maria... v3d: Enable PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE
2021-09-07 Ed Martinwinsys/radeonsi: Set vce_encode = true when VCE found
2021-09-07 Veerabadhran... radeon/vcn: Add FW header flag to enable VP9 header...
2021-09-07 Mike Blumenkrantzzink: fix PIPE_SHADER_CAP_FP16_DERIVATIVES handling
2021-09-07 Mike Blumenkrantzzink: handle bo struct types that are just a runtime...
2021-09-07 Mike Blumenkrantzzink: handle 8/16bit ssbo storage
2021-09-07 Mike Blumenkrantzzink: implement nir_op_pack_half_2x16_split
2021-09-07 Mike Blumenkrantzzink: lower 32_2x16_split pack/unpack instructions
2021-09-07 Mike Blumenkrantzzink: hook up 8/16bit storage exts
2021-09-07 Mike Blumenkrantzzink: add 8bit alu handling
2021-09-07 Mike Blumenkrantzzink: fix PIPE_CAP_DRAW_PARAMETERS export
2021-09-07 Mike Blumenkrantzzink: always emit sample id 0 for non-msaa texel pointe...
2021-09-07 Mike Blumenkrantzzink: move drawid_broken to unhashed pipeline state
2021-09-07 Mike Blumenkrantzzink: move point sprite rasterizer bits to unhashed...
2021-09-07 Mike Blumenkrantzzink: add pipeline state flag for determining if output...
2021-09-07 Mike Blumenkrantzzink: move sample part of fs key to renderpass
2021-09-07 Mike Blumenkrantzzink: remove tcs shader keys
2021-09-07 Mike Blumenkrantzzink: hash blend state pointers on creation
2021-09-07 Danylo Piliaievturnip: re-emit vertex params after they are invalidated
2021-09-06 Jonathan Marekfreedreno/registers: add a6xx media formats
2021-09-06 Emma Anholti915g: Reject non-unrolled loops or non-flattend IFs...
2021-09-06 Emma Anholtmesa/st: Add an optional GLSL link fail msg to finalize...
2021-09-06 Emma Anholti915g: Add finalize_nir.
2021-09-06 Emma Anholti915g: Expose PIPE_CAP_TGSI_TEXCOORD.
2021-09-06 Emma Anholti915g: Simplify the process of texcoord mapping to...
2021-09-06 Emma Anholtmesa/st: Add an assertion for finalize_nir versus PIPE_...
2021-09-06 Emma Anholtcso: Revert using FS sampler count for other stages...
2021-09-06 Rob Clarknir/lower_amul: Fix usage of nir_foreach_src()
2021-09-06 Rob Clarknir/lower_amul: Handle load/store_global
2021-09-06 Rhys Perryaco/ra: don't use ds_write_b8_d16_hi/ds_write_b16_d16_h...
2021-09-06 Juan A. Suarez... broadcom/compiler: check instruction belongs to current...
2021-09-06 Iago Toral... broadcom/compiler: don't enable early fragment tests...
2021-09-06 Iago Toral... v3dv: honor VkPhysicalDeviceFeatures2 in pNext chain...
2021-09-06 Vinson Leenv50/ir: Add DeadCodeElim constructor.
2021-09-05 Ilia Mirkinfreedreno: use OUT_WFI for emit_marker
2021-09-05 Rob Clarkclover: Don't remove sampler/image uniforms
2021-09-05 Jesse Natalieci/windows: Build spirv-to-dxil
2021-09-05 Jesse Nataliespirv2dxil: Fix build after spirv_to_dxil signature...
2021-09-04 Bas Nieuwenhuizenutil/fossilize_db: Don't corrupt keys during entry...
2021-09-03 Emma Anholtosmesa: Add a unit test for resizing buffers.
2021-09-03 mattvchandlergallium/osmesa: fix buffer resizing
2021-09-03 Mike Blumenkrantztgsi_to_nir: force int type for LAYER output
2021-09-03 Emma Anholtfreedreno/ir3: Use LDIB for coherent image loads on...
2021-09-03 Emma Anholtfreedreno/ir3: Add encode/decode support for a5xx's...
2021-09-03 Emma Anholtfreedreno/ir3: Refactor a3xx ibo/ssbo load/store instru...
2021-09-03 Emma Anholtfreedreno/ir3: Clarify what's going on in a4xx SSBO...
2021-09-03 Emma Anholtfreedreno/ir3: Don't use isam for coherent image loads...
2021-09-03 Emma Anholtci/freedreno: Fix xfail update for arb_draw_indirect.
2021-09-03 Emma Anholtci/v3dv: generalize the buffer_access.through_pointers...
2021-09-03 Enrico Gallispirv_to_dxil: Add support for non-zero vertex and...
2021-09-03 Enrico Gallispirv_to_dxil: Add support for nir_intrinsic_load_num_w...
2021-09-03 Enrico Gallinir: Add CAN_REORDER to load_ubo_dxil
2021-09-03 Enrico Gallispirv_to_dxil: Convert out parameters to a single object
2021-09-03 Timur Kristófaco/optimize_postRA: Use iterators instead of operator...
next