| .. |
|
Android.mk
|
android: build softpipe
|
2011-08-21 02:01:49 +08:00 |
|
Makefile
|
[g3dvl] move mpeg12 context out of softpipe
|
2011-03-17 00:08:20 +01:00 |
|
SConscript
|
softpipe: Remove sp_video_context.c from SConscript.
|
2011-07-13 14:50:12 -07:00 |
|
sp_clear.c
|
softpipe: remove unused vars in softpipe_clear()
|
2011-10-18 15:43:22 -06:00 |
|
sp_clear.h
|
gallium: move clear paths from rgba to a pointer to a color union (v2)
|
2011-09-18 15:12:47 +01:00 |
|
sp_context.c
|
Merge branch 'gallium-polygon-stipple'
|
2011-07-21 10:38:21 -06:00 |
|
sp_context.h
|
softpipe: implement blend color clamping
|
2011-09-14 08:15:59 -06:00 |
|
sp_draw_arrays.c
|
softpipe: use the polygon stipple utility module
|
2011-07-21 10:32:15 -06:00 |
|
sp_fence.c
|
softpipe: add a better fake implementation of fences
|
2011-06-02 16:50:46 +02:00 |
|
sp_fence.h
|
softpipe: Dummy fence functions.
|
2010-03-11 12:24:56 +00:00 |
|
sp_flush.c
|
softpipe: add a better fake implementation of fences
|
2011-06-02 16:50:46 +02:00 |
|
sp_flush.h
|
gallium: remove flags from the flush function
|
2011-03-11 21:39:31 +01:00 |
|
sp_fs.h
|
softpipe: implement fragment shader variants
|
2011-07-21 09:57:37 -06:00 |
|
sp_fs_exec.c
|
softpipe: implement fragment shader variants
|
2011-07-21 09:57:37 -06:00 |
|
sp_fs_sse.c
|
softpipe: implement fragment shader variants
|
2011-07-21 09:57:37 -06:00 |
|
sp_limits.h
|
softpipe: increase max texture size to 16K
|
2010-12-02 10:10:05 -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: add support for shader stencil export capability
|
2010-10-13 09:30:04 +10:00 |
|
sp_quad_blend.c
|
softpipe: use consistent indentation in sp_quad_blend.c
|
2011-09-15 16:18:14 -06:00 |
|
sp_quad_depth_test.c
|
gallium: rename ZS stencil type to UINT (v2)
|
2011-10-11 16:13:29 +01: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
|
softpipe: fix Z interpolation invariance bug
|
2011-10-04 15:04:42 -06:00 |
|
sp_quad_pipe.c
|
softpipe: use the polygon stipple utility module
|
2011-07-21 10:32:15 -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
|
softpipe: implement/fix TIMESTAMP queries
|
2011-10-20 18:03:49 +02:00 |
|
sp_query.h
|
softpipe: implement conditional rendering
|
2009-12-31 14:46:15 -07:00 |
|
sp_screen.c
|
gallium: add PIPE_CAP_CONDITIONAL_RENDER
|
2011-09-30 23:19:52 +02: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: use the polygon stipple utility module
|
2011-07-21 10:32:15 -06:00 |
|
sp_setup.h
|
softpipe: prefix non-static functions with sp_
|
2009-10-07 13:17:20 -06:00 |
|
sp_state.h
|
softpipe: use the polygon stipple utility module
|
2011-07-21 10:32:15 -06:00 |
|
sp_state_blend.c
|
softpipe: implement blend color clamping
|
2011-09-14 08:15:59 -06:00 |
|
sp_state_clip.c
|
softpipe: make clip state functions static
|
2010-09-25 14:25:40 -06:00 |
|
sp_state_derived.c
|
softpipe: use the polygon stipple utility module
|
2011-07-21 10:32:15 -06:00 |
|
sp_state_rasterizer.c
|
softpipe: make rasterizer state functions static
|
2010-09-25 14:25:40 -06:00 |
|
sp_state_sampler.c
|
softpipe: implement fragment shader variants
|
2011-07-21 09:57:37 -06:00 |
|
sp_state_shader.c
|
softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE
|
2011-10-04 15:04:41 -06:00 |
|
sp_state_so.c
|
softpipe: make stream out state functions static
|
2010-09-25 14:25:40 -06: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: notify drivers about possible changes in user buffer contents
|
2011-02-14 21:50:08 +01:00 |
|
sp_surface.c
|
softpipe: use util_clear_render_target/depth_stencil fallbacks
|
2010-06-07 20:49:16 +02:00 |
|
sp_surface.h
|
|
|
|
sp_tex_sample.c
|
gallium: move border color to be a color union
|
2011-09-27 20:02:02 +01:00 |
|
sp_tex_sample.h
|
softpipe: Bind samplers to views instead of the underlying resource.
|
2011-01-19 21:47:27 -07:00 |
|
sp_tex_tile_cache.c
|
softpipe: fix regression with tex tile cache since integer support.
|
2011-10-12 08:25:28 +01:00 |
|
sp_tex_tile_cache.h
|
softpipe: add integer support
|
2011-10-11 16:13:29 +01:00 |
|
sp_texture.c
|
softpipe: fix array textures to use resource array_size
|
2011-01-28 20:25:27 -07:00 |
|
sp_texture.h
|
Merge remote branch 'origin/master' into pipe-video
|
2010-12-11 13:43:44 +01:00 |
|
sp_tile_cache.c
|
softpipe: add integer support
|
2011-10-11 16:13:29 +01:00 |
|
sp_tile_cache.h
|
softpipe: add integer support
|
2011-10-11 16:13:29 +01:00 |