mesa/src/gallium/drivers/softpipe
Eric Anholt b2a2cf492d softpipe: Refactor pipe_get/put_tile_rgba_* paths.
We always want the same behavior of choosing which unpack to do to
generate our 4x32-bit RGBA values, so just sink that choice down below
the pipe_get/put_tile API.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2744>
2020-02-04 19:02:59 +00:00
..
Android.mk android: Build kms_swrast for the Android platform 2018-10-22 13:08:17 +01:00
Makefile.sources
meson.build meson: define driver dependencies 2017-12-04 14:35:36 -08:00
SConscript
sp_buffer.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_buffer.h
sp_clear.c softpipe: fix clears to only clear specified color buffers. 2019-03-27 07:53:32 +10:00
sp_clear.h
sp_compute.c
sp_context.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
sp_context.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
sp_draw_arrays.c Revert "softpipe: Don't draw when rasterizer_discard is set" 2019-08-01 05:57:41 +00:00
sp_fence.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
sp_fence.h
sp_flush.c util: use standard name for snprintf() 2019-07-19 22:39:38 +01:00
sp_flush.h
sp_fs.h
sp_fs_exec.c
sp_image.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_image.h
sp_limits.h
sp_prim_vbuf.c softpipe: add support for indexed queries. 2019-04-09 11:19:38 +10:00
sp_prim_vbuf.h
sp_public.h
sp_quad.h
sp_quad_blend.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_quad_depth_test.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_quad_depth_test_tmp.h
sp_quad_fs.c
sp_quad_pipe.c
sp_quad_pipe.h
sp_quad_stipple.c
sp_query.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
sp_query.h
sp_screen.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_screen.h
sp_setup.c softpipe: setup pixel_offset for all primitive types 2019-05-01 13:53:02 +00:00
sp_setup.h
sp_state.h
sp_state_blend.c
sp_state_clip.c
sp_state_derived.c
sp_state_image.c gallium: add writable_bitmask parameter into set_shader_buffers 2019-04-04 19:28:52 -04:00
sp_state_rasterizer.c
sp_state_sampler.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_state_shader.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
sp_state_so.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
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
sp_surface.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_surface.h
sp_tex_sample.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_tex_sample.h softpipe: Clamp border colors when needed 2019-07-18 05:49:00 +02:00
sp_tex_tile_cache.c softpipe: Refactor pipe_get/put_tile_rgba_* paths. 2020-02-04 19:02:59 +00:00
sp_tex_tile_cache.h softpipe: raise number of bits used for X coordinate texture lookup 2019-04-09 08:17:44 +00:00
sp_texture.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
sp_texture.h
sp_tile_cache.c softpipe: Refactor pipe_get/put_tile_rgba_* paths. 2020-02-04 19:02:59 +00:00
sp_tile_cache.h