summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-22p_state: Decrease the size of pipe_box - 24 -> 16 bytestintou/pipe_boxCorentin Noël1-4/+7
2023-08-21tests: Add virgl_decode_bind_sampler_states testsCorentin Noël1-0/+25
2023-08-21decode: verify the presence of handles before useCorentin Noël1-2/+5
2023-08-21tests: Add virgl_decode_set_constant_buffer testsCorentin Noël1-0/+32
2023-08-21decode: verify the presence of constant buffer data before useCorentin Noël1-1/+5
2023-08-11tests: Replace virgl_renderer_submit_cmd with testvirgl_ctx_send_cmdbufCorentin Noël2-17/+17
2023-08-11tests: Add testvirgl_ctx_send_cmdbufCorentin Noël2-0/+8
2023-08-11tests: Fix the combined test of set_scissor_stateCorentin Noël1-1/+1
2023-08-11util: Fix log level lookupCorentin Noël1-1/+4
2023-08-11renderer: Plug a leak on query creation failureDawn Han1-1/+3
2023-08-11shader: Use a switch to iterate the immediates in get_source_infoCorentin Noël1-16/+23
2023-08-11shader: Use a switch to select the immediate typeCorentin Noël1-4/+11
2023-08-10debug: Force the log level to debug when VREND_DEBUG is in useCorentin Noël1-0/+2
2023-08-10util: Add virgl_override_log_levelCorentin Noël2-0/+7
2023-08-10meson: Increment the interface ageCorentin Noël1-1/+1
2023-08-10debug: Remove vrend_printfCorentin Noël1-8/+0
2023-08-10util: Rename virgl_log into virgl_infoCorentin Noël3-7/+7
2023-08-10util: Add virgl_warn functionCorentin Noël5-45/+53
2023-08-10util: Add virgl_debug functionCorentin Noël7-57/+65
2023-08-10util: Add virgl_error functionCorentin Noël12-171/+179
2023-08-10util: Introduce virgl_prefixed_logvCorentin Noël6-87/+29
2023-08-10util: Create a new logger with log levelsCorentin Noël7-29/+139
2023-08-09video: Replace macro MIN with MIN2Feng Jiang1-6/+4
2023-08-08vkr: Prevent app from rebinding vkr_queue::ring_idxLina Versace1-0/+14
2023-08-08vkr: Refactor assigning vkr_queue::ring_idxLina Versace1-15/+28
2023-08-08vkr: Ignore VkDeviceQueueTimelineInfoMESA if ringIdx is 0Lina Versace1-3/+3
2023-08-08vkr: Implement vkGetDeviceQueue with vkGetDeviceQueue2Lina Versace1-20/+21
2023-08-07decode: Reduce the size of the buffer copyCorentin Noël1-1/+1
2023-08-03video: Fix encoding support indication under some profilesFeng Jiang1-21/+48
2023-08-03shader: Fix inderection issuesMax R1-3/+12
2023-08-03shader: Implement TGSI_SEMANTIC_VERTEXID_NOBASEMax R1-0/+2
2023-08-03vrend: Emit end of conditional render only if it was startedMax R1-4/+6
2023-08-03vrend: Allow drawing without any VE boundMax R1-12/+17
2023-08-02Uprev Mesa to e5b65566974e70fdc1fb16c52218f30f7219007dSergi Blanch Torne13-172/+257
2023-08-02shader: allocate the right number of fp64 dest stringsGert Wollny1-2/+2
2023-08-02shader: replace strncpy with snprintfGert Wollny1-2/+2
2023-08-01ci: Don't run many more jobs than we haveDaniel Stone1-1/+0
2023-07-31video: Fix compile warnings for virgl_video_codec_profileFeng Jiang1-1/+2
2023-07-31video: Enable AV1 decodingFeng Jiang1-1/+3
2023-07-31video: Add support for AV1 decodingFeng Jiang2-0/+315
2023-07-31video: Add definition of virgl_av1_picture_descFeng Jiang1-0/+186
2023-07-28video: Add picture desc variables for mjpegHonglei Huang1-1/+4
2023-07-27tests: add test for vrend_decode_set_scissor_stateFilip Gawin1-0/+49
2023-07-27vrend/decode: move checks earlier in vrend_decode_set_scissor_stateFilip Gawin2-23/+21
2023-07-27ci/venus: sync 2 timeout tests from mesa sideYiwei Zhang1-0/+4
2023-07-26shader: refactor sysvalue input identification and test whether value was foundGert Wollny1-18/+34
2023-07-26shader: refactor get_source_info and add additional checksGert Wollny1-98/+120
2023-07-26shader: refactor get destination info and add checksGert Wollny1-10/+25
2023-07-26shader: replace many assert with error returnGert Wollny1-13/+40
2023-07-26vrend: remove unused function 'to_pipe_swizzle'Gert Wollny1-15/+0