mesa/src/gallium/drivers/softpipe
Jonathan Marek bfa72e4d52 llvmpipe, softpipe: no support for ATC textures
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2019-04-23 17:11:56 +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 softpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADD 2019-04-02 09:58:16 +00: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 softpipe: fix a maybe-uninitialized warning 2017-03-30 17:14:47 +02:00
sp_context.c softpipe: Match pipe_context::render_condition prototype. 2017-06-13 11:53:16 +01:00
sp_context.h softpipe: add support for indexed queries. 2019-04-09 11:19:38 +10:00
sp_draw_arrays.c gallium: remove pipe_index_buffer and set_index_buffer 2017-05-10 19:00:16 +02:00
sp_fence.c
sp_fence.h
sp_flush.c gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits. 2019-03-19 23:43:33 -07:00
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 tgsi,softpipe: use enum tgsi_opcode 2018-03-23 09:03:26 -06: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
sp_quad_depth_test.c gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
sp_quad_depth_test_tmp.h
sp_quad_fs.c softpipe: remove unused quad_shade_stage() 2017-04-13 10:06:04 +02:00
sp_quad_pipe.c
sp_quad_pipe.h
sp_quad_stipple.c
sp_query.c draw: add support to tgsi paths for geometry streams. (v2) 2019-04-09 11:19:38 +10:00
sp_query.h
sp_screen.c llvmpipe, softpipe: no support for ATC textures 2019-04-23 17:11:56 +00:00
sp_screen.h
sp_setup.c
sp_setup.h
sp_state.h gallium: Use enum pipe_shader_type in set_sampler_views() 2016-08-29 09:07:25 -06:00
sp_state_blend.c
sp_state_clip.c
sp_state_derived.c softpipe: s/unsigned/enum pipe_shader_type/ 2017-03-08 08:50:20 -07:00
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 softpipe: don't iterate through PIPE_MAX_SHADER_SAMPLER_VIEWS 2018-02-28 18:22:28 +01:00
sp_state_shader.c gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer() 2017-03-08 08:50:20 -07:00
sp_state_so.c
sp_state_surface.c
sp_state_vertex.c gallium: remove pipe_index_buffer and set_index_buffer 2017-05-10 19:00:16 +02:00
sp_surface.c softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds 2016-08-29 18:15:08 +02:00
sp_surface.h
sp_tex_sample.c softpipe: Add an extra code path for the buffer texel lookup 2019-04-09 08:17:44 +00:00
sp_tex_sample.h softpipe: s/unsigned/enum pipe_shader_type/ 2017-03-08 08:50:20 -07:00
sp_tex_tile_cache.c softpipe: raise number of bits used for X coordinate texture lookup 2019-04-09 08:17:44 +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 util_is_power_of_two to bitscan.h and rename to util_is_power_of_two_or_zero 2018-03-29 14:09:23 -07:00
sp_texture.h
sp_tile_cache.c softpipe: fix texture view crashes 2019-03-21 05:06:07 +10:00
sp_tile_cache.h