summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVirtGPU/CommandBufferBuilder.h
AgeCommit message (Expand)Author
2023-01-21Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.hAndrew Kaster
2022-12-26LibVirtGPU: Replace magic values with command bitfieldsStephan Unverwerth
2022-12-26LibVirtGPU: Make depth and color clearing separate functionsStephan Unverwerth
2022-12-26LibVirtGPU: Remove hard coded primitive type in append_draw_vbo()Stephan Unverwerth
2022-12-26LibVirtGPU: Improve append_set_framebuffer_state_no_attach()Stephan Unverwerth
2022-12-26LibVirtGPU: Remove hardcoded size from append_viewport()Stephan Unverwerth
2022-12-26LibVirtGPU: Drop gl_ prefix from CommandBufferBuilder methodsStephan Unverwerth
2022-12-26LibVirtGPU: Make BindTarget an enum and move it into VirtGPU::ProtocolStephan Unverwerth
2022-12-26LibVirtGPU: Move VirGLDemo protocol code into VirtGPU namespaceStephan Unverwerth
2022-12-26LibVirtGPU: Adopt virgl protocol files from VirGLDemoStephan Unverwerth