mesa/src/gallium/drivers/softpipe
2009-02-27 15:23:21 +00:00
..
Makefile gallium: Improve makefiles for libraries 2009-02-20 10:22:10 +00:00
SConscript softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch] 2009-02-11 21:25:10 -07:00
sp_clear.c gallium: standardize api on the prefix "nr" 2009-01-27 12:20:25 -05:00
sp_clear.h Code reorganization: move files into their places. 2008-02-15 17:45:40 +09:00
sp_context.c gallium: No longer allow CPU mapping surfaces directly. 2009-02-05 19:41:18 +01:00
sp_context.h softpipe: remove unneeded #include 2009-02-11 22:03:34 -07:00
sp_draw_arrays.c Merge branch 'master' into gallium-texture-transfer 2009-02-16 19:50:48 +00:00
sp_flush.c gallium: No longer allow CPU mapping surfaces directly. 2009-02-05 19:41:18 +01:00
sp_flush.h gallium: Change pipe->flush() interface to optionally return a fence. 2008-03-26 09:36:40 +00: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: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_fs_llvm.c gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h 2008-08-24 17:48:55 -06:00
sp_fs_sse.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_prim_setup.c gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h 2008-08-24 17:48:55 -06:00
sp_prim_setup.h remove usage of vertex_header 2008-04-10 14:35:47 -04:00
sp_prim_vbuf.c softpipe: add dumping of post-tranfsormed vertices (disabled) 2009-02-27 15:23:21 +00:00
sp_prim_vbuf.h Code reorganization: move files into their places. 2008-02-15 17:45:40 +09:00
sp_quad.h softpipe: updated comments 2009-02-11 21:44:38 -07:00
sp_quad_alpha_test.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_blend.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_bufloop.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_colormask.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_coverage.c softpipe: rename PRIM_x to QUAD_PRIM_x 2009-02-11 21:38:20 -07:00
sp_quad_depth_test.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_earlyz.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_fs.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_occlusion.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_output.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_pipe.c softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch] 2009-02-11 21:25:10 -07:00
sp_quad_pipe.h softpipe: rename single-include preprocessor symbol, add comments 2009-02-11 21:30:21 -07:00
sp_quad_stencil.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_quad_stipple.c softpipe: remove some old polygon stipple stuff and do some clean-ups 2009-02-11 21:51:00 -07:00
sp_query.c gallium: Replace uint64 by standard uint64_t. 2009-01-08 12:41:45 +00:00
sp_query.h Code reorganization: move files into their places. 2008-02-15 17:45:40 +09:00
sp_screen.c gallium: initialize simple screen in drivers 2009-01-31 15:14:38 -05:00
sp_screen.h softpipe: missing file 2008-05-01 12:24:23 +01:00
sp_setup.c softpipe: asst clean-ups, const correctness, comments 2009-02-11 22:13:17 -07:00
sp_setup.h softpipe: calculate determinant for all triangles, don't rely on draw module to do it 2008-04-14 16:18:00 +01:00
sp_state.h gallium: No longer allow CPU mapping surfaces directly. 2009-02-05 19:41:18 +01:00
sp_state_blend.c gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h 2008-08-24 17:48:55 -06: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: refactor/replace p_util.h with util/u_memory.h and util/u_math.h 2008-08-24 17:48:55 -06:00
sp_state_fs.c gallium: make p_winsys internal 2009-01-30 15:57:33 -05:00
sp_state_rasterizer.c gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h 2008-08-24 17:48:55 -06:00
sp_state_sampler.c gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h 2008-08-24 17:48:55 -06:00
sp_state_surface.c gallium: standardize api on the prefix "nr" 2009-01-27 12:20:25 -05:00
sp_state_vertex.c gallium: keep track of num_vertex_attribs/buffers for shorter loops 2008-04-08 21:20:10 -06:00
sp_surface.c softpipe: use the new util_surface_copy/fill() functions 2008-09-04 10:32:29 -06:00
sp_surface.h Code reorganization: move files into their places. 2008-02-15 17:45:40 +09:00
sp_tex_sample.c softpipe: rename sp_headers.h to sp_quad.h 2009-02-11 21:33:59 -07:00
sp_tex_sample.h softpipe: fix vertex shader texture sampling 2008-12-17 18:59:58 -07:00
sp_texture.c softpipe: minor code simplification for face/zslice offset calculation 2009-02-24 21:01:34 -07:00
sp_texture.h gallium: No longer allow CPU mapping surfaces directly. 2009-02-05 19:41:18 +01:00
sp_tile_cache.c Merge branch 'gallium-texture-transfer' 2009-02-18 16:43:02 +01:00
sp_tile_cache.h gallium: No longer allow CPU mapping surfaces directly. 2009-02-05 19:41:18 +01:00
sp_winsys.h gallium: remove the unused softpipe_winsys code 2008-05-01 15:20:34 -06:00