Lines Matching full:vc4
1 VC4 title
4 Mesa's VC4 graphics driver supports multiple implementations of
11 This Mesa driver talks directly to the `VC4
12 <https://www.kernel.org/doc/html/latest/gpu/vc4.html>`__ kernel DRM
21 The VC4 driver is a nearly conformant GLES2 driver, and the hardware
32 GLES2.0, and VC4, don't have ``GL_UNSIGNED_INT`` index buffers. To support
33 them in VC4, we create a shadow copy of your index buffer with the
46 The VC4 hardware has no support for occlusion queries. GL 2.0
56 VC4 doesn't support reducing triangles/quads/polygons to lines and
67 VC4 rendering bugs should go to Mesa's GitLab `issues
80 useful. Install `vc4-gpu-tools
81 <https://github.com/anholt/vc4-gpu-tools/>`__ and use
88 VC4 is a tiled renderer, chopping the screen into 64x64 (non-MSAA) or
107 renderers, VC4 has no non-tiled rendering mode.
115 more efficient for VC4 if you emit a ``glClear()`` of the color and
137 In VC4 the only non-constant-index array access supported in hardware
157 The memory for the VC4 driver is allocated from the standard Linux CMA
236 sudo perf record -f -g -e vc4:vc4_wait_for_seqno_begin -c 1 openarena
274 working on the compiler in Mesa. On VC4, there is a lot of
287 is closely related to the VC4 GPU present in the Raspberry Pi. They
297 all of the VC4 rendering commands emulated on simpenrose and memcpyed