mesa/src/gallium/drivers/softpipe
Brian Paul ba2cc3b8e6 gallium: implement bounds checking for constant buffers
Plumb the constant buffer sizes down into the tgsi interpreter where
we can do bounds checking.  Optional debug code warns upon out-of-bounds
reading.  Plus add a few other assertions in the TGSI interpreter.
2010-07-29 17:25:54 -06:00
..
Makefile softpipe: added sp_state_so.c to file list 2010-06-08 08:21:27 -06:00
SConscript gallium: basic and initial implementation of the stream output interface 2010-06-08 06:28:10 -04:00
sp_clear.c softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1. 2010-04-25 15:54:32 +01:00
sp_clear.h softpipe: remove unneeded #includes 2009-09-10 16:38:51 -06:00
sp_context.c gallium: Keep only pipe_context::draw_vbo. 2010-07-29 13:45:31 +08:00
sp_context.h gallium: implement bounds checking for constant buffers 2010-07-29 17:25:54 -06:00
sp_draw_arrays.c gallium: Avoid void pointer arithmetic. 2010-07-29 15:55:14 +08:00
sp_fence.c softpipe: Dummy fence functions. 2010-03-11 12:24:56 +00:00
sp_fence.h softpipe: Dummy fence functions. 2010-03-11 12:24:56 +00:00
sp_flush.c gallium/softpipe/draw: support samplers in geometry shaders 2010-06-11 13:31:52 -04:00
sp_flush.h softpipe: Make softpipe transfers in-order. 2010-04-25 23:41:48 +01:00
sp_fs.h Merge commit 'origin/gallium-0.1' into gallium-0.1 2008-02-15 11:15:47 +00:00
sp_fs_exec.c softpipe: fix memcpy params to avoid static analysis warnings 2010-03-10 13:09:03 -07:00
sp_fs_sse.c softpipe: fix memcpy params to avoid static analysis warnings 2010-03-10 13:09:03 -07:00
sp_prim_vbuf.c draw: rewrite stream output to handle all the dark corners 2010-06-16 14:43:56 -04:00
sp_prim_vbuf.h softpipe: remove old prim_setup draw stage 2009-08-23 11:22:41 +01:00
sp_public.h ws/xlib: remove self-knowledge about users of xlib winsys 2010-03-09 15:33:21 +00:00
sp_quad.h softpipe: actually pass >1 quad from triangle routine 2009-07-24 18:17:05 +01:00
sp_quad_blend.c softpipe: fix incorrect blend func index passed to blend_quad() 2010-07-02 09:56:57 -06:00
sp_quad_depth_test.c softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfaces 2010-07-21 16:52:01 -06:00
sp_quad_depth_test_tmp.h softpipe: add special cases for all Z compare modes for 16-bit Z buffer 2010-03-23 09:00:19 -06:00
sp_quad_fs.c gallium: implement bounds checking for constant buffers 2010-07-29 17:25:54 -06:00
sp_quad_pipe.c softpipe: add option to do polygon stipple in softpipe vs. draw module 2010-04-19 08:51:07 -06:00
sp_quad_pipe.h softpipe: move all depth/stencil/alpha pixel processing into one stage 2009-07-27 08:17:45 +01:00
sp_quad_stipple.c softpipe: actually pass >1 quad from triangle routine 2009-07-24 18:17:05 +01:00
sp_query.c gallium: add a timestamp disjoint query 2010-06-22 12:58:04 -04:00
sp_query.h softpipe: implement conditional rendering 2009-12-31 14:46:15 -07:00
sp_screen.c mesa: initial support for ARB_geometry_shader4 2010-06-28 22:53:21 -04:00
sp_screen.h ws/xlib: remove self-knowledge about users of xlib winsys 2010-03-09 15:33:21 +00:00
sp_setup.c softpipe: restore culling code 2010-05-14 20:36:08 +01:00
sp_setup.h softpipe: prefix non-static functions with sp_ 2009-10-07 13:17:20 -06:00
sp_state.h gallium: Keep only pipe_context::draw_vbo. 2010-07-29 13:45:31 +08:00
sp_state_blend.c gallium: implement set_sample_mask() in all drivers 2010-05-18 16:20:44 +02:00
sp_state_clip.c gallium: move draw_set_viewport_state() call, plus code clean-up, remove obsolete comments 2008-02-18 18:39:55 -07:00
sp_state_derived.c gallium/softpipe/draw: support samplers in geometry shaders 2010-06-11 13:31:52 -04:00
sp_state_fs.c gallium: implement bounds checking for constant buffers 2010-07-29 17:25:54 -06:00
sp_state_rasterizer.c gallium/draw: use correct rasterization state for wide/AA points/lines 2010-04-19 08:35:53 -06:00
sp_state_sampler.c softpipe/gs: fix a crash when a gs isn't present 2010-06-15 09:12:19 -04:00
sp_state_so.c softpipe: small cleanup 2010-06-12 10:45:42 -04:00
sp_state_surface.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
sp_state_vertex.c gallium: Implement draw_vbo and set_index_buffer for all drivers. 2010-07-29 13:45:30 +08:00
sp_surface.c softpipe: use util_clear_render_target/depth_stencil fallbacks 2010-06-07 20:49:16 +02:00
sp_surface.h Code reorganization: move files into their places. 2008-02-15 17:45:40 +09:00
sp_tex_sample.c softpipe: fix comment typo 2010-06-25 08:47:22 -06:00
sp_tex_sample.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
sp_tex_tile_cache.c softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache(). 2010-07-23 16:20:36 +02:00
sp_tex_tile_cache.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
sp_texture.c softpipe: Calculate slice_stride field in get_transfer(). 2010-05-19 08:23:33 +02:00
sp_texture.h softpipe: rename vars, update comments, etc 2010-04-16 09:27:58 -06:00
sp_tile_cache.c softpipe: Check for NULL pointer in sp_destroy_tile_cache(). 2010-07-23 16:20:37 +02:00
sp_tile_cache.h softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1. 2010-04-25 15:54:32 +01:00