summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-08vrend: Handle more formats when binding TBOs to imagesGert Wollny2-7/+27
2023-06-08vrend: 1D texture arrays also get their layers as depthGert Wollny2-12/+1
2023-06-08shader: rework image binding handlingGert Wollny3-10/+32
2023-06-08shader: rework SSBO binding handlingGert Wollny7-16/+24
2023-06-08shader: rework ssbo variable emissionGert Wollny3-32/+30
2023-06-07Create shareable D3D textureMarc-André Lureau4-0/+167
2023-06-07Add d3d_tex2d to vrend_resourceMarc-André Lureau4-5/+47
2023-06-07egl: add D3D helper functionsMarc-André Lureau2-0/+100
2023-06-07egl: lookup associated D3D deviceMarc-André Lureau1-1/+45
2023-06-07egl: refactor EGL extensions initializationMarc-André Lureau1-64/+80
2023-06-07debug: add a "d3d" categoryMarc-André Lureau2-0/+2
2023-06-07Fix vrend_resource_gbm_init() error handlingMarc-André Lureau1-1/+2
2023-06-07Fix conflicting types in declarationsMarc-André Lureau1-1/+2
2023-06-07build-sys: fix -Werror=unused-parameter on win32Marc-André Lureau3-7/+9
2023-06-07tests: fix -Werror=maybe-uninitializedMarc-André Lureau1-1/+1
2023-06-07build-sys: fix empty translation unit on win32Marc-André Lureau2-3/+4
2023-06-07tests: fix -Wpointer-to-int-castMarc-André Lureau1-1/+1
2023-06-06vkr: ensure vkWaitVirtqueueSeqnoMESA is only called with ring dispatchYiwei Zhang1-0/+6
2023-06-06vkr: avoid integer overflow in checking cs stream against resourceYiwei Zhang2-2/+3
2023-06-06vkr: sync protocol to adopt vkr_cs_decoder_alloc_temp_arrayYiwei Zhang22-195/+202
2023-06-06vkr: add vkr_cs_decoder_alloc_temp_array for overflow checkYiwei Zhang1-0/+13
2023-06-06meson: tighten up compile warnings with -Werror=allYiwei Zhang1-8/+1
2023-06-06vrend: fix misc unused params warningsYiwei Zhang1-3/+3
2023-06-06tracing: unify percetto and perfetto micro defsYiwei Zhang2-9/+14
2023-06-06vrend: fix enum-int-mismatchYiwei Zhang2-4/+5
2023-06-05ci: adapt to recent Mesa3D CI changesDavid Heidelberg3-14/+14
2023-06-05Version suffix in LLVMSergi Blanch Torne1-1/+2
2023-06-05Disable MinGW until Debian 12 fixSergi Blanch Torne1-1/+3
2023-06-05Uprev Mesa to 6d013d1f13a0040b65ef9a76234e80865d966b2aSergi Blanch Torne6-8/+64
2023-06-02virgl: introduce virgl_renderer_resource_get_info_ext()Sergio Lopez3-2/+115
2023-06-02vrend: expose planes and modifiers along w/ fourccSergio Lopez5-10/+32
2023-06-02virgl: Stabilize VIRGL_RENDERER_DRMDmitry Osipenko1-1/+2
2023-06-02virgl: Handle drm_renderer_init() errorsDmitry Osipenko1-1/+3
2023-06-02virgl: Fix allowed DRM context creation with uninitialized DRMDmitry Osipenko1-0/+4
2023-06-02drm: Silence GCC warningsDmitry Osipenko1-0/+10
2023-06-02drm: Don't check capset context type in drm_renderer_capset()Dmitry Osipenko1-3/+0
2023-06-02meson: Add -Wno-missing-field-initializersDmitry Osipenko1-0/+1
2023-06-02msm_renderer: Fix wrong variable nameCorentin Noël1-1/+1
2023-06-02util: Add sysprof backend for tracingCorentin Noël5-1/+47
2023-06-02util: Make trace_begin and trace_end use an anonymous pointerCorentin Noël4-13/+13
2023-06-02tracing: Make sure to always pass TRACE_SCOPE_START result to the _END oneCorentin Noël1-3/+29
2023-06-02Remove old CI directoryCorentin Noël85-771153/+0
2023-06-02virgl: Use own EGL context when using external EGL display surfaceDmitry Osipenko4-10/+60
2023-06-02virgl: Document and check expected return values for make_current() callbackDmitry Osipenko2-2/+11
2023-06-01util: Fix percetto buildRob Clark1-1/+1
2023-06-01msm_renderer: Change map to a uint8_t pointerCorentin Noël1-1/+1
2023-06-01msm_renderer: Always provide an initialized variable to gem_infoCorentin Noël1-1/+1
2023-06-01server: Make sure to always set the out_remote_fd valueCorentin Noël1-1/+5
2023-06-01virgl: Fix inappropriate retirement of fences when using async callbackDmitry Osipenko1-1/+2
2023-06-01util: Fix trace_scope macros to always return and consume the scope objectCorentin Noël2-10/+8