Lines Matching refs:virgl
339 - virgl: Fake MSAA when max samples is 1
1055 - virgl: handle fence_server_sync in winsys
1056 - virgl: hide fence internals from the driver
1057 - virgl: introduce virgl_drm_fence
1058 - virgl: fix fence fd version check
1059 - virgl: clear vertex_array_dirty
1060 - virgl: skip empty cmdbufs
1150 - virgl: enable elapsed time queries
1151 - virgl: ARB_query_buffer_object support
1152 - docs: update qbo support for virgl
1195 - virgl: add support for missing command buffer binding.
1196 - virgl: add support for ARB_multi_draw_indirect
1197 - virgl: add support for ARB_indirect_parameters
1201 - virgl/drm: cleanup buffer from handle creation (v2)
1202 - virgl/drm: handle flink name better.
1203 - virgl/drm: insert correct handles into the table. (v3)
1218 - virgl: Store mapped hw resource with transfer object.
1219 - virgl: Allow transfer queue entries to be found and extended.
1220 - virgl: Re-use and extend queue transfers for intersecting buffer
1313 - virgl: Add a caps to advertise GLES backend
1314 - virgl: Set PIPE_CAP_DOUBLES when running on GLES This is a lie but no
1316 - virgl: Return an error if we use fp64 on top of GLES
1660 - virgl: remove unused variables
1661 - virgl: remove unused variable
1662 - virgl: remove unused variable
1663 - virgl: remove unused variable
1664 - virgl: do not allow compressed formats for buffers
1665 - virgl: stricter usage of compressed 3d textures
1666 - virgl: also destroy all read-transfers
1667 - virgl: use debug_printf instead of fprintf
1668 - virgl: unsigned int -> unsigned
1669 - virgl: only warn about unchecked flags
1670 - virgl: do not warn about display-target binding
1671 - virgl: use debug_printf instead of fprintf
1672 - virgl: remove pointless transfer-counter
1673 - virgl: tmp_resource -> templ
1674 - virgl: track full virgl_resource instead of just virgl_hw_res
1675 - virgl: simplify virgl_texture_transfer_unmap logic
1676 - virgl: make unmap queuing a bit more straight-forward
1677 - virgl: check for readback on correct resource
1678 - virgl: wait for the right resource
1679 - virgl: return error if allocating resolve_tmp fails
1680 - virgl: rewrite core of virgl_texture_transfer_map
1681 - virgl: use pipe_box for blit dst-rect
1682 - virgl: support write-back with staged transfers
1683 - virgl: make sure bind is set for non-buffers
1685 - virgl: get readback-formats from host
1686 - virgl: only blit if resource is read
1687 - virgl: do color-conversion during when mapping transfer
1688 - virgl: document potentially failing blit
1770 - virgl: Enable mixed color FBO attachemnets only when the host
1780 - virgl: Add a caps feature check version
1782 - virgl: define MAX_VERTEX_STREAMS based on availability of TF3
1790 - virgl: Enable passing arrays as input to fragment shaders
1835 - virgl: add ability to do finer grain dirty tracking
1836 - virgl: use virgl_resource_dirty helper
1837 - virgl: don't mark unclean after a flush
1838 - virgl: track level cleanliness rather than resource cleanliness
1839 - virgl: make alignment smaller when uploading index user buffers
1840 - virgl: unmap uploader at flush time
1841 - virgl: when creating / freeing transfers, pass slab pool directly
1842 - virgl: add protocol for resource transfers
1843 - virgl: use virgl_transfer in inline write
1844 - virgl: limit command length to 16 bits
1845 - virgl: keep track of number of computations
1846 - virgl: pass virgl transfer to virgl_res_needs_flush_wait
1847 - virgl: add extra checks in virgl_res_needs_flush_wait
1848 - virgl: make winsys modifications for encoded transfers
1849 - virgl: add encoder functions for new protocol
1850 - virgl: introduce transfer queue
1851 - virgl: use transfer queue
1852 - virgl: use virgl_transfer_inline_write even less
1853 - virgl/vtest: deprecate protocol version 1
1855 - virgl: use uint16_t mask instead of separate booleans
1867 - virgl: wait after a flush
1868 - virgl/vtest: execute a transfer_get when flushing the front buffer
1869 - virgl/vtest: add utilities for receiving fds
1870 - virgl/vtest: plumb support for shared memory
1871 - virgl/vtest: receive and handle shared memory fd
1872 - virgl/vtest: modify sending and receiving data for shared memory
1873 - virgl/vtest: wait after issuing a transfer get
1874 - virgl/vtest: bump up protocol version + support encoded transfers
3477 - virgl: close drm fd when destroying virgl screen.
3478 - virgl: Set bind when creating temp resource.