mesa/src/gallium/drivers/softpipe
Brian Paul d15da60f3b softpipe: fix off-by-one error in setup_fragcoord_coeff()
If we invert Y, need to subtract one from the surface height.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=26795
for softpipe.

NOTE: This is a candidate for the 7.9 and 7.10 branches.
(cherry picked from commit 40ac24e631)
2011-02-21 17:29:15 -07:00
..
Makefile softpipe: rename sp_state_fs.c -> sp_state_shader.c 2010-09-25 14:25:40 -06:00
SConscript scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00: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: support for array textures and related changes 2010-12-02 04:33:43 +01:00
sp_context.h gallium: implement bounds checking for constant buffers 2010-07-29 17:25:54 -06:00
sp_draw_arrays.c gallium: Use draw_set_index_buffer and others. 2010-08-25 16:06:45 +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: support for array textures and related changes 2010-12-02 04:33:43 +01:00
sp_flush.h gallium: support for array textures and related changes 2010-12-02 04:33:43 +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 gallium/tgsi: add support for stencil writes. 2010-10-13 09:30:02 +10:00
sp_fs_sse.c softpipe: add support for shader stencil export capability 2010-10-13 09:30:04 +10: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: fix incorrect blend func index passed to blend_quad() 2010-07-02 09:56:57 -06:00
sp_quad_depth_test.c softpipe: can't no-op depth test stage when occlusion query is enabled 2010-11-09 11:44:34 -07: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 support for shader stencil export capability 2010-10-13 09:30:04 +10: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 gallium: support for array textures and related changes 2010-12-02 04:33:43 +01: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: fix off-by-one error in setup_fragcoord_coeff() 2011-02-21 17:29:15 -07:00
sp_setup.h softpipe: prefix non-static functions with sp_ 2009-10-07 13:17:20 -06:00
sp_state.h softpipe: minor asst. clean-ups 2010-09-25 14:25:40 -06:00
sp_state_blend.c softpipe: make blend/stencil/depth functions static 2010-09-25 14:25:40 -06:00
sp_state_clip.c softpipe: make clip state functions static 2010-09-25 14:25:40 -06:00
sp_state_derived.c gallium/softpipe/draw: support samplers in geometry shaders 2010-06-11 13:31:52 -04:00
sp_state_rasterizer.c softpipe: make rasterizer state functions static 2010-09-25 14:25:40 -06:00
sp_state_sampler.c gallium/softpipe: remove duplicated include 2010-09-30 09:36:23 -06:00
sp_state_shader.c softpipe: make shader-related functions static 2010-09-25 14:25:40 -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 softpipe: make vertex state functions static 2010-09-25 14:25:40 -06: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: added some texture sample debug code (disabled) 2010-10-23 10:19:30 -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: increase max texture size to 16K 2010-12-02 10:10:05 -07:00
sp_tex_tile_cache.h softpipe: increase max texture size to 16K 2010-12-02 10:10:05 -07:00
sp_texture.c gallium: support for array textures and related changes 2010-12-02 04:33:43 +01:00
sp_texture.h softpipe: increase max texture size to 16K 2010-12-02 10:10:05 -07:00
sp_tile_cache.c softpipe: increase max texture size to 16K 2010-12-02 10:10:05 -07:00
sp_tile_cache.h softpipe: increase max texture size to 16K 2010-12-02 10:10:05 -07:00