summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2021-02-23gallium/xlib: Partial fix for glXCopySubBufferMESAAdam Jackson2-10/+28
2021-02-23zink: Remove NULL checks after GET_PROC_ADDR_INSTANCE().Eric Anholt1-3/+0
2021-02-23zink: Use mesa_loge() for should-never-be-reached initialization errors.Eric Anholt1-2/+3
2021-02-23ci/zink: Add tests of gles2, gles3, and gl33 on lavapipe.Eric Anholt2-4/+433
2021-02-23zink: disable some builtin-gl-sample-mask sample shading tests on ciMike Blumenkrantz1-1/+1
2021-02-23etnaviv: use nir_lower_uniforms_to_ubo(..)Christian Gmeiner3-33/+5
2021-02-23etnaviv: nir: add ubo lowering passChristian Gmeiner5-0/+266
2021-02-23vc4: let st lower rect texChristian Gmeiner2-16/+12
2021-02-23etnaviv: let st lower rect texChristian Gmeiner3-23/+3
2021-02-23etnaviv: nir: support nir_intrinsic_load_texture_rect_scalingChristian Gmeiner2-1/+12
2021-02-23ttn: lower rectangle textures if not supportedChristian Gmeiner1-0/+5
2021-02-23gallium: add PIPE_CAP_TEXRECTChristian Gmeiner2-0/+5
2021-02-23amd/common: Add retile map size helper.Bas Nieuwenhuizen2-4/+2
2021-02-23lavapipe: fix icd generation for windowsDave Airlie1-4/+4
2021-02-23lavapipe: add dll definition file instead of using PUBLICDave Airlie3-0/+11
2021-02-23lavapipe: fix msvc initialiserDave Airlie1-1/+1
2021-02-23lavapipe: use the common icd generatorDave Airlie2-53/+5
2021-02-22zink: update ci resultsMike Blumenkrantz1-7/+2
2021-02-22zink: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in transfer_map for buffersMike Blumenkrantz1-13/+17
2021-02-22zink: change some transfer_map cases of waiting on cs batch to flushing csMike Blumenkrantz1-2/+4
2021-02-22zink: only wait on last write-batch for resources during transfer_mapMike Blumenkrantz1-9/+37
2021-02-22zink: beef up zink_transfer_flush_regionMike Blumenkrantz1-16/+24
2021-02-23zink: simplify barrier usageMike Blumenkrantz8-85/+62
2021-02-23zink: only reset pipeline hash conditionally when updating fb stateMike Blumenkrantz1-1/+6
2021-02-23zink: move gfx pipeline creation closer to the bind pointMike Blumenkrantz1-4/+4
2021-02-23zink/ci: disable arb_timer_query testsDave Airlie2-5/+4
2021-02-23zink: rename 'has_draw' flag on batches and set it when the batch is usedMike Blumenkrantz5-8/+15
2021-02-23zink: destroy renderpass objects on context destroyMike Blumenkrantz1-0/+3
2021-02-23zink/ci: update results for GL 3.3 testing enablesDave Airlie1-64/+10
2021-02-23lavapipe: add calibrated timestamp supportDave Airlie2-1/+40
2021-02-22ci: Move the piglit expectations lists to the per-driver CI dirs.Eric Anholt16-0/+20394
2021-02-22ci: Move the dEQP and traces expectations to the per-driver CI dirs.Eric Anholt13-0/+3954
2021-02-22zink: use extensioned draw indirect functions.Dave Airlie2-2/+5
2021-02-22Adjust dylib compatibility versions to match what was set by mesa-18.3's auto...Jeremy Huddleston Sequoia1-0/+1
2021-02-22r600/sfn: Base instr lowering class on nir_lower_instruction codeGert Wollny3-96/+29
2021-02-22r600/sfn: remove duplicate barriersGert Wollny1-1/+10
2021-02-22r600/sfn: Fix indirect_file flag for IMAGESGert Wollny1-2/+2
2021-02-22r600/sfn: Handle memory_barrier_atomic_countersGert Wollny1-0/+2
2021-02-22panfrost: Don't advertise OES_copy_imageAlyssa Rosenzweig1-1/+5
2021-02-22panfrost: Reinterpret format for reload blitsAlyssa Rosenzweig1-3/+4
2021-02-22panfrost: Hide MSAA 8x/16x supportAlyssa Rosenzweig1-4/+5
2021-02-22panfrost: Raise TEXTURE_BUFFER_OFFSET_ALIGNMENTAlyssa Rosenzweig1-1/+2
2021-02-22panfrost: Fix NULL deref in pan_sfbdAlyssa Rosenzweig1-1/+1
2021-02-22panfrost: Fix NULL derefs in pan_cmdstream.cAlyssa Rosenzweig1-37/+45
2021-02-22panfrost: Fix NULL deref in pan_mfbd.cAlyssa Rosenzweig1-4/+5
2021-02-22panfrost: Remove redundant NULL checkAlyssa Rosenzweig1-4/+2
2021-02-22panfrost: Fix NULL dereference adding cbuf to batchAlyssa Rosenzweig1-8/+13
2021-02-22zink: set conformant ubo/ssbo size limitsMike Blumenkrantz1-2/+8
2021-02-22zink: add available|visible masks to all barriers in ntvMike Blumenkrantz1-2/+2
2021-02-22zink: always set VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT for non-staging res...Mike Blumenkrantz1-0/+3