..
Android.mk
softpipe: consolidate C sources list into Makefile.sources
2013-10-01 07:29:49 -07:00
Automake.inc
{st,targets}/dri: use static/dynamic pipe-loader
2015-11-21 12:52:20 +00:00
Makefile.am
configure: Eliminate MSVC2008 compatibility.
2016-02-11 21:36:00 +00:00
Makefile.sources
softpipe: add sp_buffer.h to the sources list (release tarball)
2016-05-30 10:28:53 +01:00
SConscript
scons: Eliminate MSVC2008 compatibility.
2016-02-11 21:36:00 +00:00
sp_buffer.c
softpipe: avoid buffer overflow
2016-04-13 11:51:35 +10:00
sp_buffer.h
softpipe: add SSBO/shader atomics support.
2016-04-12 14:16:13 +10:00
sp_clear.c
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_clear.h
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_compute.c
softpipe: avoid leaking local_mem on machines alloc failure
2016-05-01 11:19:08 -04:00
sp_context.c
softpipe: s/Elements/ARRAY_SIZE/
2016-04-27 10:23:19 -06:00
sp_context.h
softpipe: add support for compute shaders. (v2)
2016-04-27 09:01:03 +10:00
sp_draw_arrays.c
softpipe: handle vertex texture sampling when using llvm for draw
2014-08-30 01:34:16 +02:00
sp_fence.c
gallium: add a pipe_context parameter to fence_finish
2016-08-10 01:11:10 +02:00
sp_fence.h
softpipe: Dummy fence functions.
2010-03-11 12:24:56 +00:00
sp_flush.c
gallium: add a pipe_context parameter to fence_finish
2016-08-10 01:11:10 +02:00
sp_flush.h
softpipe: add image support to softpipe (v3)
2016-03-31 09:14:16 +10:00
sp_fs.h
softpipe: remove unused softpipe_create_fs_variant_exec() parameter
2014-10-31 15:29:59 -06:00
sp_fs_exec.c
tgsi: accept a starting PC value for exec machine.
2016-04-27 08:56:17 +10:00
sp_image.c
gallium: change pipe_image_view::first_element/last_element -> offset/size
2016-08-17 14:15:33 +02:00
sp_image.h
softpipe: add image support to softpipe (v3)
2016-03-31 09:14:16 +10:00
sp_limits.h
softpipe: bump 3D texture limit to 2048
2016-05-02 07:29:02 +10:00
sp_prim_vbuf.c
softpipe: tell draw about the vertex layout we want
2016-01-07 02:00:04 +01:00
sp_prim_vbuf.h
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_public.h
gallium/drivers: Add extern "C" wrappers to public entry
2015-05-15 13:55:59 -04:00
sp_quad.h
softpipe: implement some support for multiple viewports
2015-12-11 20:09:21 +01:00
sp_quad_blend.c
gallium: replace INLINE with inline
2015-07-21 17:52:16 -04:00
sp_quad_depth_test.c
softpipe: add support for explicit early depth testing
2016-03-31 09:13:54 +10:00
sp_quad_depth_test_tmp.h
softpipe: add layered rendering support.
2014-06-11 12:20:30 +10:00
sp_quad_fs.c
softpipe: add support for explicit early depth testing
2016-03-31 09:13:54 +10:00
sp_quad_pipe.c
softpipe: add support for explicit early depth testing
2016-03-31 09:13:54 +10:00
sp_quad_pipe.h
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_quad_stipple.c
gallium: fix various undefined left shifts into sign bit
2016-05-07 16:46:59 -05:00
sp_query.c
gallium: add bool return to pipe_context::end_query
2016-04-21 22:32:50 -05:00
sp_query.h
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_screen.c
gallium: add a cap to expose whether driver supports mixed color/zs bits
2016-08-23 18:30:49 -04:00
sp_screen.h
gallium: replace INLINE with inline
2015-07-21 17:52:16 -04:00
sp_setup.c
draw: nuke the interp parameter from vertex_info
2016-01-07 01:58:05 +01:00
sp_setup.h
softpipe: tell draw about the vertex layout we want
2016-01-07 02:00:04 +01:00
sp_state.h
softpipe: add support for compute shaders. (v2)
2016-04-27 09:01:03 +10:00
sp_state_blend.c
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_state_clip.c
softpipe: implement some support for multiple viewports
2015-12-11 20:09:21 +01:00
sp_state_derived.c
Remove wrongly repeated words in comments
2016-06-23 13:55:03 -07:00
sp_state_image.c
gallium: make image_view const
2016-06-20 12:36:20 -04:00
sp_state_rasterizer.c
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_state_sampler.c
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
2016-08-17 14:15:33 +02:00
sp_state_shader.c
gallium: make constant_buffer const
2016-06-20 12:36:20 -04:00
sp_state_so.c
gallium: allow setting of the internal stream output offset
2014-03-07 12:49:33 -05:00
sp_state_surface.c
softpipe: Set samples and layers in set_framebuffer_state() cb
2016-04-07 12:03:58 +10:00
sp_state_vertex.c
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_surface.c
gallium: add render_condition_enable param to clear_render_target/depth_stencil
2016-08-10 01:10:21 +02:00
sp_surface.h
s/Tungsten Graphics/VMware/
2014-01-17 20:00:32 +00:00
sp_tex_sample.c
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
2016-08-17 14:15:33 +02:00
sp_tex_sample.h
softpipe: Change faces type to uint
2015-09-13 09:50:21 -06:00
sp_tex_tile_cache.c
softpipe: s/Elements/ARRAY_SIZE/
2016-04-27 10:23:19 -06:00
sp_tex_tile_cache.h
gallium: replace INLINE with inline
2015-07-21 17:52:16 -04:00
sp_texture.c
gallium: add a pipe_context parameter to resource_get_handle
2016-08-25 14:09:48 +02:00
sp_texture.h
softpipe: add image support to softpipe (v3)
2016-03-31 09:14:16 +10:00
sp_tile_cache.c
softpipe: s/Elements/ARRAY_SIZE/
2016-04-27 10:23:19 -06:00
sp_tile_cache.h
gallium: replace INLINE with inline
2015-07-21 17:52:16 -04:00