mesa/src/gallium/drivers/softpipe
Yonggang Luo 6f4dc9b807 gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19861>
2022-11-22 06:53:47 +00:00
..
ci ci: Update piglit-traces tests expectations 2022-11-04 11:41:42 +00:00
meson.build softpipe: Drop the quad pstipple stage. 2021-12-27 09:57:46 -08:00
sp_buffer.c softpipe: Sanity check that the SSBO view offset is within the BO. 2020-12-31 06:13:18 +00:00
sp_buffer.h
sp_clear.c softpipe: Convert to comma-separated SOFTPIPE_DEBUG for debug options. 2020-07-23 00:24:26 +00:00
sp_clear.h gallium: add pipe cap for scissored clears and pass scissor state to clear() hook 2020-04-29 18:05:06 +00:00
sp_compute.c gallium: split up req_local_mem 2022-11-02 23:36:56 +00:00
sp_context.c softpipe: Use u_default_set_debug_callback 2022-09-01 14:50:24 +00:00
sp_context.h softpipe: Use u_default_set_debug_callback 2022-09-01 14:50:24 +00:00
sp_draw_arrays.c gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
sp_fence.c
sp_fence.h
sp_flush.c
sp_flush.h gallium: add flags parameter to texture barrier 2017-01-16 21:13:09 -05:00
sp_fs.h
sp_fs_exec.c softpipe: remove unused sp_exec_fragment_shader() 2017-04-13 10:06:04 +02:00
sp_image.c softpipe: Fix typos. 2021-01-02 16:39:22 -08:00
sp_image.h
sp_limits.h softpipe: bump 3D texture limit to 2048 2016-05-02 07:29:02 +10:00
sp_prim_vbuf.c softpipe: add support for indexed queries. 2019-04-09 11:19:38 +10:00
sp_prim_vbuf.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
sp_public.h
sp_quad.h
sp_quad_blend.c softpipe: respect !independent_blend_enable for color masks. 2022-01-20 05:41:07 +00:00
sp_quad_depth_test.c softpipe: Implement GL_EXT_depth_bounds_test 2021-02-26 19:05:34 +00:00
sp_quad_depth_test_tmp.h softpipe: add layered rendering support. 2014-06-11 12:20:30 +10:00
sp_quad_fs.c
sp_quad_pipe.c softpipe: Drop the quad pstipple stage. 2021-12-27 09:57:46 -08:00
sp_quad_pipe.h softpipe: Drop the quad pstipple stage. 2021-12-27 09:57:46 -08:00
sp_query.c softpipe: fix streamout queries 2021-04-23 01:08:43 +00:00
sp_query.h
sp_screen.c gallium: Default to PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT 2022-10-31 23:35:33 -04:00
sp_screen.h softpipe: Switch to using NIR as the shader format from mesa/st. 2020-10-20 08:54:06 -07:00
sp_setup.c gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code 2022-11-22 06:53:47 +00:00
sp_setup.h
sp_state.h softpipe: Add a dummy field to sp_fragment_shader_variant_key 2021-12-27 12:25:57 -08:00
sp_state_blend.c gallium: pass pipe_stencil_ref by value (it has only 2 bytes) 2020-12-22 12:01:38 +00:00
sp_state_clip.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
sp_state_derived.c softpipe: Use the draw module's poly stipple handling, like llvmpipe. 2021-12-27 09:57:53 -08:00
sp_state_image.c gallium: add unbind_num_trailing_slots to set_shader_images 2021-01-27 23:53:34 +00:00
sp_state_rasterizer.c
sp_state_sampler.c gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
sp_state_shader.c softpipe: Use u_default_set_debug_callback 2022-09-01 14:50:24 +00:00
sp_state_so.c
sp_state_surface.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_state_vertex.c gallium: add take_ownership param into set_vertex_buffers to eliminate atomics 2021-01-27 23:53:35 +00:00
sp_surface.c gallium/util: fix util_can_blit_via_copy_region with unbound render condition 2021-11-04 15:06:09 +00:00
sp_surface.h
sp_tex_sample.c gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code 2022-11-22 06:53:47 +00:00
sp_tex_sample.h softpipe: Fix swizzled texture gather of int textures. 2020-12-09 22:08:34 +00:00
sp_tex_tile_cache.c gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
sp_tex_tile_cache.h
sp_texture.c gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
sp_texture.h softpipe: add image support to softpipe (v3) 2016-03-31 09:14:16 +10:00
sp_tile_cache.c softpipe: fixes -Werror,-Wunused-but-set-variable for clang-15 in sp_tile_cache.c 2022-11-17 23:17:40 +00:00
sp_tile_cache.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00