mesa/src/gallium/drivers/softpipe
Michal Krol 16c6dce013 Merge branch 'master' into pipe-format-simplify
Conflicts:
	src/gallium/auxiliary/draw/draw_pipe_aaline.c
	src/gallium/auxiliary/draw/draw_pipe_pstipple.c
	src/gallium/auxiliary/util/u_blit.c
	src/gallium/auxiliary/util/u_gen_mipmap.c
	src/gallium/auxiliary/util/u_surface.c
	src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
	src/gallium/drivers/cell/ppu/cell_texture.c
	src/gallium/drivers/llvmpipe/lp_texture.c
	src/gallium/drivers/r300/r300_emit.c
	src/gallium/drivers/r300/r300_texture.c
	src/gallium/drivers/softpipe/sp_texture.c
	src/gallium/drivers/softpipe/sp_tile_cache.c
	src/gallium/drivers/svga/svga_state_vs.c
	src/gallium/include/pipe/p_format.h
	src/gallium/state_trackers/dri/dri_drawable.c
	src/gallium/state_trackers/egl/egl_surface.c
	src/gallium/state_trackers/python/p_device.i
	src/gallium/state_trackers/python/st_softpipe_winsys.c
	src/gallium/state_trackers/vega/api_filters.c
	src/gallium/state_trackers/vega/image.c
	src/gallium/state_trackers/vega/mask.c
	src/gallium/state_trackers/vega/paint.c
	src/gallium/state_trackers/vega/renderer.c
	src/gallium/state_trackers/vega/vg_tracker.c
	src/gallium/state_trackers/xorg/xorg_crtc.c
	src/gallium/state_trackers/xorg/xorg_dri2.c
	src/gallium/state_trackers/xorg/xorg_exa.c
	src/gallium/state_trackers/xorg/xorg_renderer.c
	src/gallium/state_trackers/xorg/xorg_xv.c
	src/gallium/state_trackers/xorg/xvmc/surface.c
	src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c
	src/gallium/winsys/drm/radeon/core/radeon_buffer.c
	src/gallium/winsys/egl_xlib/sw_winsys.c
	src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
	src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
	src/gallium/winsys/gdi/gdi_softpipe_winsys.c
	src/gallium/winsys/xlib/xlib_cell.c
	src/gallium/winsys/xlib/xlib_llvmpipe.c
	src/gallium/winsys/xlib/xlib_softpipe.c
	src/mesa/state_tracker/st_cb_fbo.c
	src/mesa/state_tracker/st_cb_texture.c
	src/mesa/state_tracker/st_texture.c
2009-12-17 22:37:15 +01:00
..
Makefile g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs 2009-09-27 19:49:06 -04:00
SConscript g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs 2009-09-27 19:49:06 -04:00
sp_clear.c gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe 2009-12-07 20:35:42 +01:00
sp_clear.h softpipe: remove unneeded #includes 2009-09-10 16:38:51 -06:00
sp_context.c sp: Implement separate vertex sampler state. 2009-12-01 09:52:32 +01:00
sp_context.h sp: Implement separate vertex sampler state. 2009-12-01 09:52:32 +01:00
sp_draw_arrays.c softpipe: use u_reduced_prim() 2009-06-19 09:42:37 -06:00
sp_flush.c sp: Implement separate vertex sampler state. 2009-12-01 09:52:32 +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: setup machine->Face without a conditional 2009-12-01 12:25:13 -07:00
sp_fs_sse.c Merge branch 'mesa_7_6_branch' 2009-10-05 14:42:08 -06:00
sp_prim_vbuf.c softpipe: prefix non-static functions with sp_ 2009-10-07 13:17:20 -06:00
sp_prim_vbuf.h softpipe: remove old prim_setup draw stage 2009-08-23 11:22:41 +01: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: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination. 2009-11-05 19:44:07 +00:00
sp_quad_depth_test.c softpipe: need to write depth/stencil values even when stencil fails 2009-09-22 20:47:37 +01:00
sp_quad_fs.c softpipe: setup quad outputs from with fs->run 2009-07-30 11:59:32 +01:00
sp_quad_pipe.c softpipe: move all depth/stencil/alpha pixel processing into one stage 2009-07-27 08:17:45 +01: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: remove occlusion_count flag from depth-stencil state 2009-05-16 17:26:39 +01:00
sp_query.h Code reorganization: move files into their places. 2008-02-15 17:45:40 +09:00
sp_screen.c softpipe: dont claim to support PIPE_FORMAT_NONE 2009-12-04 14:15:21 +00:00
sp_screen.h softpipe: missing file 2008-05-01 12:24:23 +01:00
sp_setup.c softpipe: Respect gl_rasterization_rules in primitive setup. 2009-10-30 08:05:40 +00:00
sp_setup.h softpipe: prefix non-static functions with sp_ 2009-10-07 13:17:20 -06:00
sp_state.h sp: Implement separate vertex sampler state. 2009-12-01 09:52:32 +01:00
sp_state_blend.c softpipe: rework texture sampling code 2009-08-21 18:14:19 +01: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 sp: Implement separate vertex sampler state. 2009-12-01 09:52:32 +01:00
sp_state_fs.c Fix memory leak. 2009-11-20 18:08:29 +00: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 sp: Implement separate vertex sampler state. 2009-12-01 09:52:32 +01:00
sp_state_surface.c Move pf_get_component_bits() to u_format auxiliary module. 2009-12-03 11:58:36 +01: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: Include declarations. 2009-03-25 21:47:17 +00:00
sp_surface.h Code reorganization: move files into their places. 2008-02-15 17:45:40 +09:00
sp_tex_sample.c gallium: don't use arrays for texture width,height,depth 2009-11-19 14:39:34 -08:00
sp_tex_sample.h Merge branch 'tex-tilecache' into softpipe-opt 2009-08-23 10:23:46 +01:00
sp_tex_tile_cache.c gallium: don't use arrays for texture width,height,depth 2009-11-19 14:39:34 -08:00
sp_tex_tile_cache.h softpipe: fix compiler warnings 2009-09-24 16:49:27 +01:00
sp_texture.c Merge branch 'master' into pipe-format-simplify 2009-12-17 22:37:15 +01:00
sp_texture.h g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs 2009-09-27 19:49:06 -04:00
sp_tile_cache.c Merge branch 'master' into pipe-format-simplify 2009-12-17 22:37:15 +01:00
sp_tile_cache.h softpipe: fix compiler warnings 2009-09-24 16:49:27 +01:00
sp_video_context.c g3dvl: Copyright blocks. 2009-10-01 22:53:00 -04:00
sp_video_context.h g3dvl: Copyright blocks. 2009-10-01 22:53:00 -04:00
sp_winsys.h softpipe: sp_winsys.h should define/include what it needs. 2009-12-06 23:49:02 -08:00