mesa/src/gallium/auxiliary/draw
2009-01-09 21:35:09 +00:00
..
draw_context.c Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-12-10 18:11:31 -07:00
draw_context.h Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-12-10 18:11:31 -07:00
draw_pipe.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
draw_pipe.h draw: move some state into a new 'vs' area 2008-05-23 09:16:55 +01:00
draw_pipe_aaline.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
draw_pipe_aapoint.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
draw_pipe_clip.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
draw_pipe_cull.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
draw_pipe_flatshade.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
draw_pipe_offset.c draw: Silencium compiler warnings on Windows. 2008-12-11 13:54:05 +01:00
draw_pipe_pstipple.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
draw_pipe_stipple.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
draw_pipe_twoside.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
draw_pipe_unfilled.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
draw_pipe_util.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
draw_pipe_validate.c draw: allow driver-override of draw_need_pipeline() 2008-12-23 15:11:41 +00:00
draw_pipe_vbuf.c gallium: change 65535 to UNDEFINED_VERTEX_ID 2008-12-10 20:21:19 +00:00
draw_pipe_wide_line.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
draw_pipe_wide_point.c gallium: fix wide point / point coord semantic info (generic, not fog) 2008-09-17 16:51:53 -06:00
draw_private.h Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-12-10 18:11:31 -07:00
draw_pt.c draw: Add missing include. 2008-11-12 18:12:28 +01:00
draw_pt.h draw: attempt atomic submit of large drawelements calls 2008-08-26 09:36:52 +01:00
draw_pt_decompose.h draw: Fix MSVC warnings. 2008-06-02 19:46:18 +09:00
draw_pt_elts.c gallium: Windows CE portability fixes. 2008-05-28 16:13:24 +09:00
draw_pt_emit.c gallium: change 65535 to UNDEFINED_VERTEX_ID 2008-12-10 20:21:19 +00:00
draw_pt_fetch.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
draw_pt_fetch_emit.c gallium: added missing brace to fix broken build 2008-12-10 18:21:40 -07:00
draw_pt_fetch_shade_emit.c gallium: change 65535 to UNDEFINED_VERTEX_ID 2008-12-10 20:21:19 +00:00
draw_pt_fetch_shade_pipeline.c draw: attempt atomic submit of large drawelements calls 2008-08-26 09:36:52 +01:00
draw_pt_post_vs.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
draw_pt_util.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
draw_pt_varray.c gallium: fix some asserts 2008-12-16 09:43:31 +00:00
draw_pt_varray_tmp.h gallium: MSVC warning fixes. 2008-05-29 22:28:12 +09:00
draw_pt_varray_tmp_linear.h draw: rework splitting of fan/loop prims in varray.c, fix flatshade issues 2008-06-10 09:23:45 +01:00
draw_pt_vcache.c gallium: catch vertex overflow higher up 2008-12-11 15:10:55 +00:00
draw_pt_vcache_tmp.h Revert "draw: no need to rearrange most primitives in vcache for flatshade-first" 2008-06-10 16:56:32 +01:00
draw_vbuf.h draw: Add missing include. 2009-01-09 21:35:09 +00:00
draw_vertex.c make draw's vertex_info struct smaller/quicker to compare with memcmp() 2008-10-06 11:49:42 +01:00
draw_vertex.h draw: Do not specify types in bitfields. 2008-12-30 17:21:15 +00:00
draw_vs.c draw: Avoid integer overflow converting pointers on 64bit archs. 2008-12-31 13:02:06 +00:00
draw_vs.h gallium: PPC vertex shader support 2008-10-22 11:08:45 -06:00
draw_vs_aos.c gallium: disable some debug output 2008-11-05 09:08:56 -07:00
draw_vs_aos.h draw: don't keep refetching constant inputs 2008-10-02 10:19:48 -04:00
draw_vs_aos_io.c draw: don't assume output buffer pointer is aligned 2008-10-15 17:24:42 +01:00
draw_vs_aos_machine.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
draw_vs_exec.c gallium: added draw_texture_samplers() to support texture fetches from vertex shaders 2008-12-04 09:58:54 -07:00
draw_vs_llvm.c Gallivm: make it compile again, add some opcodes. 2008-10-02 10:19:47 -04:00
draw_vs_ppc.c gallium: no longer pass max_inst to ppc_init_func() 2008-10-29 16:35:59 -06:00
draw_vs_sse.c gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics only 2008-11-09 09:36:22 -07:00
draw_vs_varient.c draw: don't keep refetching constant inputs 2008-10-02 10:19:48 -04:00
Makefile gallium: PPC vertex shader support 2008-10-22 11:08:45 -06:00
SConscript scons: ppc support. 2008-10-23 10:28:48 +02:00