aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10shader: No need to use "or" here, we can just assignGert Wollny
2022-11-10shader: Drop useless gl_in parameterGert Wollny
2022-11-10shader: Fix off-by-one comparison when adding shader inputsGert Wollny
2022-11-10strbuf: clean up va_list with va_endGert Wollny
2022-11-10vrend: remove useless test for ctxGert Wollny
2022-11-10vrend: Simplify shader selection logicGert Wollny
2022-11-10vrend: Make sure there are no interger overflows in size calculationGert Wollny
2022-11-10vrend: simplify set_scissor_state functionGert Wollny
2022-11-10vrend: free query memory if query type is not handledGert Wollny
2022-11-10gallium: Initialize all fields of tgsi_full_declaraionGert Wollny
2022-11-10mesa/util: Limit scoop of local variableGert Wollny
2022-11-09remove venus fuzzerYiwei Zhang
2022-11-07Uprev Mesa to 6a29cb2654ff059dcb59e3fcaa0bcc982656609dCollabora's Gfx CI Team
2022-11-07shader: Check has_gpu_shader5 flagAkihiko Odaki
2022-11-07vrend: Enable use of external objects on AMDGPU hosts for gbm blob supportGert Wollny
2022-11-01vrend: fix buffer overflow during sscanf of GLSL versionRyan Neph
2022-10-27vkr: enable EXT_depth_clip_control and EXT_primitives_generated_queryYiwei Zhang
2022-10-27vkr: sync to latest venus protocolYiwei Zhang
2022-10-25vrend: Initialize GBM when using external EGLAntonio Caggiano
2022-10-25vtest: add support for custom socket pathSimon Fels
2022-10-25video: Limit only the minimun length of the video command dataFeng Jiang
2022-10-25video: Avoid potential memory out-of-bounds in vrend_video_decode_bitstream()Feng Jiang
2022-10-25video: Add support for H.265 encodingFeng Jiang
2022-10-25video: Add support for H.264 encodingFeng Jiang
2022-10-25video: Add parameters "level" and "max_references" to virgl_video_codecBoyuan Zhang
2022-10-25video: Import partial enums from p_video_state.h in mesaFeng Jiang
2022-10-25video: Always sync the surface in virgl_video_end_frame()Feng Jiang
2022-10-25video: Change the parameter 'cb' of virgl_video_init() to a structureFeng Jiang
2022-10-25video: Reimplement the export and sync of virgl_video_dma_bufFeng Jiang
2022-10-25video: Add opaque data to virgl_video_buffer and virgl_video_codecFeng Jiang
2022-10-25video: Move hardware-related definitions from virgl_video.h to virgl_video_hw.hFeng Jiang
2022-10-25ci/venus: enable render server for venus testingCorentin Noël
2022-10-25shader: Explicit the origin and center variablesCorentin Noël
2022-10-25shader: Rename invert_origin to lower_left_originCorentin Noël
2022-10-25renderer: Explicit the fbo content origin the the variable namesCorentin Noël
2022-10-25Uprev Mesa to b744e9703342960bb39cdaa09e3701e0e8059843Collabora's Gfx CI Team
2022-10-19shader: Handle the case when we have a OOB temp value accessGert Wollny
2022-10-17ci: Add venus to the CICorentin Noël
2022-10-14vrend: glColorMask updates all color masks, act accordinglyGert Wollny
2022-10-14vrend: Fix missing GL colorspace capability check using external EGL contextDmitry Osipenko
2022-10-13vrend: Specify memory caching type for llvmpipeDmitry Osipenko
2022-10-13ci: Uprev Mesa to the latest versionCorentin Noël
2022-10-13vkr: support VK_KHR_push_descriptorDawn Han
2022-10-12vkr: fix VK_KHR_synchronization2 dispatchesYiwei Zhang
2022-10-10vkr: Enable VK_KHR_synchronization2Chad Versace
2022-10-06shader: Fix emission of textureLOD with CubeArrayShadow samplersCorentin Noël
2022-09-30vkr: enable VK_EXT_mutable_descriptor_typeDawn Han
2022-09-30vkr: support the promoted VK_EXT_mutable_descriptor_typeDawn Han
2022-09-30shader: Require `EXT_texture_shadow_lod` when dealing with sampler*ShadowCorentin Noël
2022-09-30renderer: Rename VIRGL_CAP_FAKE_FP64 into VIRGL_CAP_HOST_IS_GLESCorentin Noël