summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/virgl/virgl_screen.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-08virgl: Only progagate the uniform numbers if the numbers are actually rightCorentin Noël1-0/+2
2022-07-06virgl: Add support for passing the supported number of components from virglCorentin Noël1-1/+1
2022-06-07gallium: rename PIPE_CAP_MAX_SHADER_BUFFER_SIZE -> *_UINTMarek Olšák1-1/+1
2022-06-07gallium: rename PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE->MAX_TEXEL_BUFFER_ELEMENTS_UINTMarek Olšák1-1/+1
2022-06-07gallium: rename PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE to *_BUFFER0_*Marek Olšák1-1/+1
2022-06-07gallium+glsl: Remove EmitNoSat/PIPE_CAP_VERTEX_SHADER_SATURATEEmma Anholt1-1/+0
2022-06-06virgl: return -1 for PIPE_CAP_ACCELERATEDQiang Yu1-1/+1
2022-05-10glsl: Make all drivers take the GLSLOptimizeConservatively path.Emma Anholt1-1/+0
2022-05-05gallium: Remove now-unused shader caps.Emma Anholt1-4/+0
2022-04-21virgl: Switch to nir-to-tgsi by default.Emma Anholt1-4/+4
2022-04-08virgl: Disable nir_op_ffloor to avoid sending DFLR to virglrenderer.Emma Anholt1-1/+21
2022-04-01virgl: Don't support QUADS nativelyGert Wollny1-0/+4
2022-03-31virgl: fake modifier plane count query supportYiwei Zhang1-0/+25
2022-03-28virgl: re-enable PIPE_CAP_TGSI_TEXCOORD with new host versionsGert Wollny1-1/+1
2022-03-17gallium: rename clock capErik Faye-Lund1-1/+1
2022-03-17gallium: rename texture query samples capErik Faye-Lund1-1/+1
2022-03-17gallium: rename array-components capErik Faye-Lund1-1/+1
2022-03-17gallium: rename fine derivative capErik Faye-Lund1-1/+1
2022-03-17gallium: rename pixel-coord capsErik Faye-Lund1-4/+4
2022-03-17gallium: rename layer-viewport capsErik Faye-Lund1-1/+1
2022-03-17gallium: rename vs instance id capErik Faye-Lund1-1/+1
2022-03-16Revert "virgl: Enable PIPE_CAP_TGSI_TEXCOORD when the host supports it"Gert Wollny1-1/+1
2022-03-10virgl: Check texture multisample compatibilityAkihiko Odaki1-0/+5
2022-03-08virgl: Fix texture transfers by using a staging resourceGert Wollny1-2/+11
2022-02-22virgl: Enable PIPE_CAP_TGSI_TEXCOORD when the host supports itGert Wollny1-1/+1
2021-12-14virgl: Enable higher compatibility profiles if host supports itGert Wollny1-2/+4
2021-12-11virgl: flush cmd buffer when flushing frontbufferItalo Nicola1-1/+4
2021-12-06mesa/st: Remove GL_ARB_depth_clamp emulation support.Emma Anholt1-2/+0
2021-12-03gallium: add new PIPE_CAP_IMAGE_STORE_FORMATTEDJuan A. Suarez Romero1-0/+2
2021-11-18gallium: rename PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERMike Blumenkrantz1-1/+1
2021-11-08virgl: obtain supported number of shader sampler views from hostGert Wollny1-1/+2
2021-11-08gallium: add missing point and line CAPsMarek Olšák1-0/+8
2021-11-08gallium: rename PIPE_CAPF_MAX_POINT_WIDTH -> MAX_POINT_SIZEMarek Olšák1-2/+2
2021-11-02virgl: Add driconf tweak to force-enable reading back R8_SRGB texturesGert Wollny1-2/+14
2021-10-06virgl: Add support for NIR shaders when VIRGL_DEBUG=nir.Emma Anholt1-3/+19
2021-09-30virgl: Flush context before waiting on fencesStéphane Marchesin1-0/+4
2021-09-29virgl: Set GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION to 1Corentin Noël1-0/+1
2021-09-22virgl: Add an option to disable coherentLepton Wu1-1/+3
2021-08-04virgl: add support for anisotropic texture filteringDave Airlie1-2/+2
2021-08-04virgl: disable anisotropic filtering.Dave Airlie1-1/+1
2021-08-02driconfig: Add support for device specific configRob Clark1-1/+1
2021-08-02gallium/driconf: Allow the driver to parse the driconf options.Emma Anholt1-0/+3
2021-06-29virgl: Enable ASTC formats also for 3D texturesGert Wollny1-1/+0
2021-06-11virgl: forward the host renderer hardware infoYiwei Zhang1-0/+21
2021-05-21gallium: remove structure u_resourceMarek Olšák1-2/+2
2021-05-18virgl: implement EXT_multisampled_render_to_textureItalo Nicola1-0/+2
2021-04-14virgl: Add simple disk cacheStéphane Marchesin1-0/+27
2021-04-13gallium: add PIPE_SHADER_CAP_FP16_CONST_BUFFERS for FP16 uniformsMarek Olšák1-0/+1
2021-03-09virgl: implement support for PIPE_CAP_STRING_MARKERGert Wollny1-0/+2
2021-03-04virgl: Add support for querying detailed memory infoRohan Garg1-0/+43