summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2020-11-09intel: Pointer to SCISSOR_RECT array should be 64B aligned20.3-branchpointAnuj Phogat1-1/+8
2020-11-09panfrost: Allow linear ZS resources on BifrostBoris Brezillon1-1/+1
2020-11-09panfrost: Expose GLES3 features on Bifrost when PAN_MESA_DEBUG=deqpBoris Brezillon1-14/+14
2020-11-09panfrost: Force late pixel kill when depth/stencil is written from the FSBoris Brezillon1-1/+7
2020-11-09radeon/vcn : Corrected dpb_size calculation for VP9_2SureshGuttula1-1/+1
2020-11-09gallium: Fix NIR validation when lowering polygon stippleLouis-Francis Ratté-Boulianne1-3/+2
2020-11-09gallium/util: do not pass undefined sample-countErik Faye-Lund1-2/+1
2020-11-09util,gallium: Add new 64-bit integer formatsJason Ekstrand1-0/+3
2020-11-09libgl-gdi: support building without softpipeErik Faye-Lund2-5/+12
2020-11-09panfrost: Add missing Collabora copyright noticesAlyssa Rosenzweig8-0/+8
2020-11-09radeon/vcn: Bitrate not updated when changing framerateKrunal Patel1-1/+3
2020-11-08zink: add some spirv builder functions for barriersMike Blumenkrantz2-0/+25
2020-11-08zink: add a quadop function in spirv_builderMike Blumenkrantz2-0/+20
2020-11-08zink: use same function for all pipe_context::delete_*_state shader methodsMike Blumenkrantz1-19/+4
2020-11-08zink: make physical device functions use a dynamic function pointers.Duncan Hopkins3-29/+94
2020-11-06st/nine: Remove unnecessary NULL check.Vinson Lee1-2/+1
2020-11-06zink: implement ARB_texture_query_lodMike Blumenkrantz4-2/+36
2020-11-06zink: For MoltenVk added vkFlushMappedMemoryRanges() to vkMapMemory() to fix ...Duncan Hopkins1-0/+19
2020-11-06zink: have_triangle_fans support.Duncan Hopkins5-2/+19
2020-11-06zink: add support to device info for macro guards and just VkPhysicalDevice*F...Duncan Hopkins1-18/+60
2020-11-06zink: Added inbuilt debug logging from the VK_LAYER_LUNARG_standard_validatio...Duncan Hopkins2-0/+102
2020-11-06zink: fix pNext chain for resource memory allocationIago Toral Quiroga1-1/+1
2020-11-06zink: return fail if create_instance failsDuncan Hopkins1-0/+3
2020-11-06gallium: document convention for get_handle calls on multi-planar resourcesLucas Stach1-0/+6
2020-11-06etnaviv: rework ZSA into a derived stateLucas Stach6-33/+84
2020-11-06etnaviv: expose shader discard usage in etna_shader_variantLucas Stach3-0/+5
2020-11-06etnaviv: update headers from rnndbLucas Stach1-1/+4
2020-11-06etnaviv: flush depth cache when changing depth configLucas Stach1-0/+2
2020-11-06etnaviv: emit RA_EARLY_DEPTH on dirty ZSALucas Stach1-0/+2
2020-11-06clover: implements clSetContextDestructorCallbackSerge Martin4-1/+38
2020-11-06clover: add empty cl 3.0 dispatch entries.Dave Airlie1-0/+3
2020-11-06clover/spirv: hook up spir-v environment for 3.0Dave Airlie1-1/+4
2020-11-06clover/llvm: add 3.0 versioning.Dave Airlie1-0/+4
2020-11-06clover: access 3.0 and deprecated 2.2 APIDave Airlie1-1/+2
2020-11-06CL: update CL headers to 3.0Dave Airlie1-2/+2
2020-11-05compiler: Add new Vulkan shader stagesCaio Marcelo de Oliveira Filho1-0/+9
2020-11-05iris: Move blit scissoring earlier.Kenneth Graunke1-21/+21
2020-11-05util/threaded_context: use driver's buffer alignment for staging transfersMike Blumenkrantz1-1/+2
2020-11-05v3d: Add GL_ARB_vertex_array_bgra supportJuan A. Suarez Romero2-0/+24
2020-11-05vc4: use intmax_t for formatted output of timespec membersKhem Raj2-4/+4
2020-11-04iris: Flush dmabufs during context flushesNanley Chery5-4/+69
2020-11-04iris: Fix fast-clears of swizzled alpha formatsNanley Chery1-16/+7
2020-11-04iris: Fix SINT assert in convert_fast_clear_colorNanley Chery1-2/+1
2020-11-04iris: Fix fast-clears of swizzled LA formatsNanley Chery1-2/+1
2020-11-04iris: fix source/destination layers for 3D blitsKenneth Graunke1-2/+15
2020-11-04panfrost: Deduplicate shader propertiesAlyssa Rosenzweig1-10/+9
2020-11-04va: support VA_RT_FORMAT_PROTECTEDPierre-Eric Pelloux-Prayer1-0/+6
2020-11-04va/picture: make sure destination buffer is protected if neededPierre-Eric Pelloux-Prayer1-0/+9
2020-11-04frontends/va: Added protected playback support for VP9Veerabadhran Gopalakrishnan1-4/+11
2020-11-04radeon/vcn: program drm message bufferBoyuan Zhang1-8/+109