mesa/src/gallium/auxiliary/draw
Brian Paul 489df4a71a draw: s/Elements/ARRAY_SIZE/
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2016-04-27 10:23:19 -06:00
..
draw_cliptest_tmp.h draw: fix clip test with NaNs 2015-12-18 00:57:07 +01:00
draw_context.c draw: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
draw_context.h gallium/tgsi: move tgsi_exec.h header out of draw_context.h 2016-04-26 13:00:57 +10:00
draw_decompose_tmp.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
draw_fs.c draw: new draw_fs.[ch] files 2010-09-21 10:07:52 -06:00
draw_fs.h draw: new draw_fs.[ch] files 2010-09-21 10:07:52 -06:00
draw_gs.c tgsi: accept a starting PC value for exec machine. 2016-04-27 08:56:17 +10:00
draw_gs.h gallium/tgsi: move tgsi_exec.h header out of draw_context.h 2016-04-26 13:00:57 +10:00
draw_gs_tmp.h draw/gs: preserve leading vertex info for gs 2013-04-23 06:17:59 -04:00
draw_llvm.c draw: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
draw_llvm.h draw: fix key comparison with uninitialized value 2016-01-13 02:43:04 +01:00
draw_llvm_sample.c draw: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
draw_pipe.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
draw_pipe.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
draw_pipe_aaline.c draw/aaline: stronger guard against no free samplers (v2) 2016-04-07 13:15:05 -05:00
draw_pipe_aapoint.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_clip.c draw: initialize prim header flags when clipping lines 2016-01-08 00:34:13 +01:00
draw_pipe_cull.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_flatshade.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_offset.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_pstipple.c draw: use util_pstipple_* function for stipple pattern textures and samplers 2016-02-09 10:01:57 -05:00
draw_pipe_stipple.c draw: fix line stippling 2016-03-15 19:41:34 +01:00
draw_pipe_twoside.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_unfilled.c draw: fix line stippling with unfilled prims 2016-01-08 00:34:13 +01:00
draw_pipe_util.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_validate.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_vbuf.c draw: rework handling of non-existing outputs in emit code 2016-01-07 01:52:39 +01:00
draw_pipe_wide_line.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pipe_wide_point.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_prim_assembler.c draw: fix prim ids when there's no gs 2015-04-23 18:14:22 +02:00
draw_prim_assembler.h draw: fix prim ids when there's no gs 2015-04-23 18:14:22 +02:00
draw_prim_assembler_tmp.h draw: kill off unneded prim assembler code for handling adjacency verts 2014-12-06 18:02:59 +01:00
draw_private.h draw: add support for passing buffers to vs/gs shaders. 2016-04-12 14:15:36 +10:00
draw_pt.c draw: minor indentation fix 2016-01-05 13:03:05 -07:00
draw_pt.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
draw_pt_decompose.h draw: revert using correct order for prim decomposition. 2014-12-17 20:17:42 +01:00
draw_pt_emit.c draw: rework handling of non-existing outputs in emit code 2016-01-07 01:52:39 +01:00
draw_pt_fetch.c draw: don't assume fixed offset for data in struct vertex_info 2015-12-11 20:09:21 +01:00
draw_pt_fetch_emit.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_pt_fetch_shade_emit.c draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION 2014-12-09 12:27:10 +01:00
draw_pt_fetch_shade_pipeline.c draw: fix splitting of line loops (v2) 2015-10-20 19:14:51 -06:00
draw_pt_fetch_shade_pipeline_llvm.c draw: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
draw_pt_post_vs.c draw: don't pretend have_clipdist is per-vertex 2015-12-15 02:03:40 +01:00
draw_pt_so_emit.c draw: rename vertex header members 2015-12-15 02:03:40 +01:00
draw_pt_util.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
draw_pt_vsplit.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
draw_pt_vsplit_tmp.h draw: fix splitting of line loops (v2) 2015-10-20 19:14:51 -06:00
draw_so_emit_tmp.h draw/so: respect leading/provoking vertex info 2013-04-17 15:43:50 -07:00
draw_split_tmp.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
draw_vbuf.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
draw_vertex.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
draw_vertex.h draw: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
draw_vs.c draw: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
draw_vs.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
draw_vs_exec.c draw: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
draw_vs_llvm.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw_vs_variant.c gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00