summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-20build: Update version info for bugfix releasevirglrenderer-0.9.10.9.1branch-0.9.1Gert Wollny1-3/+3
2021-04-19vrend: move new added field to the end.Lepton Wu1-1/+1
2021-04-16vkr: use virgl_resource_export_fd to get fd and typeYiwei Zhang1-2/+6
2021-04-14vkr: implement dma_buf fd import and properties queryYiwei Zhang1-0/+99
2021-04-14vkr: update venus-protocol headersYiwei Zhang36-27914/+28447
2021-04-14vrend: Also check GL_EXT_texture_view for feat_texture_viewGert Wollny1-1/+1
2021-04-14vrend: Replace glTexParameterf() with glTexParameteri() for GL_TEXTURE_MIN/MA...Robert Wetzel1-2/+2
2021-04-13vrend: Move dereferencing of VBOs from destroy_context to destroy_sub_context.Robert Wetzel1-9/+15
2021-04-13vrend: Fix changing shader without marking the compute shader as dirtychenjiangnan1-0/+1
2021-04-12vrend: fix a warning with GLESChia-I Wu1-28/+28
2021-04-05vtest: enable protocol v3 supportChia-I Wu1-0/+5
2021-04-05vtest: add venus renderer supportChia-I Wu1-0/+21
2021-04-05vtest: add VCMD_SUBMIT_CMD2Chia-I Wu4-7/+789
2021-04-05vtest: rename fence functions and variablesChia-I Wu4-17/+17
2021-04-05vtest: fence is not needed for resource creationChia-I Wu1-10/+2
2021-04-05vtest: tidy up vtest_resource_busy_wait a bitChia-I Wu1-17/+11
2021-04-05vtest: make vtest_renderer_create_fence internalChia-I Wu4-19/+22
2021-04-05vtest: add vtest_resource_busy_wait_nop for fuzzerChia-I Wu3-5/+32
2021-04-05vtest: add VCMD_RESOURCE_CREATE_BLOBChia-I Wu4-2/+131
2021-04-05vtest: --multi-clients requires version 3Chia-I Wu2-1/+7
2021-04-05vtest: pass multi_clients to vtest_rendererChia-I Wu4-4/+13
2021-04-05vtest: use server-generated res ids since version 3Chia-I Wu2-7/+30
2021-04-05vtest: assign vtest_resource unique server-generated idChia-I Wu1-20/+68
2021-04-05virgl: add VIRGL_RENDERER_NO_VIRGLChia-I Wu3-14/+34
2021-04-05virgl: add support for venus rendererChia-I Wu6-7/+80
2021-04-05vkr: add experimental venus rendererChia-I Wu3-0/+4129
2021-04-05vkr: add vkr_ringChia-I Wu3-0/+363
2021-04-05vkr: add a command stream parserChia-I Wu4-0/+696
2021-04-05vkr: add generated venus protocol headersChia-I Wu12-0/+46007
2021-04-05vkr: prepare meson for venus rendererChia-I Wu4-0/+24
2021-04-05gallium: optimize util_hash_table_u64 for 64-bit buildsChia-I Wu1-0/+39
2021-04-05gallium: add util_hash_table_u64Chia-I Wu2-0/+116
2021-04-05gallium: copy xxhash.h from MesaChia-I Wu2-0/+1445
2021-04-01meson: bump version numbervirglrenderer-0.9.00.9.0Gert Wollny1-3/+3
2021-04-01p_config: remove code to detect architecture now done by mesonLeo1-27/+0
2021-04-01meson: use meson to create PIPE_ARCH_<ARCH>Leo1-0/+7
2021-04-01pipe: use meson's config.h to get PIPE_ARCH_<ENDIANESS>_ENDIANLeo3-49/+12
2021-04-01meson: set PIPE_ARCH_<ENDIANESS>_ENDIAN via mesonLeo2-0/+30
2021-03-30formats: Fix typos in astc format handling.Lepton Wu1-1/+2
2021-03-23vrend: silence warnings when compiling with egl disabledGert Wollny2-0/+16
2021-03-15virgl: add support for EGL device selectionDominik Behr8-4/+223
2021-03-15vrend: BGRX between texture and EGL image is not copy compatibleDominik Behr3-6/+33
2021-03-12vrend: fix fence polling without sync threadChia-I Wu1-9/+11
2021-03-11virgl: check buffer size to ensure no unsigned wraparound happensGert Wollny2-2/+6
2021-03-10perf: update mesa configuration flags to silence warningsGert Wollny1-12/+12
2021-03-10shader: lazy host shader variant compilationRyan Neph1-29/+43
2021-03-10shader: resolve shader dependencies before program linkingRyan Neph1-0/+16
2021-03-09vrend: check external blob use before using glBufferStorageGurchetan Singh1-1/+1
2021-03-09vrend: Emit string markers that begin with BEGIN: and END: as tracing scopeGert Wollny1-0/+12
2021-03-09tracing: Add macros to emit begin and end markers seperatelyGert Wollny1-0/+8