gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_so_emit.c
2015-12-15 Roland Scheideggerdraw: rename vertex header members
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2014-05-02 José Fonsecadraw: Prevent signed/unsigned comparisons.
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2013-08-27 Roland Scheideggerdraw: clean up setting stream out information a bit
2013-06-28 Zack Rusindraw/translate: fix instancing
2013-05-03 Zack Rusindraw/pt: adjust overflow calculations
2013-04-27 Zack Rusindraw/so: fix overflow calculation
2013-04-27 Zack Rusindraw/so: indicate overflow when buffer is missing
2013-04-27 Zack Rusindraw/so: Fix overflow calculations
2013-04-18 Zack Rusindraw/so: uses the correct index with the pre clipped...
2013-04-03 Zack Rusindraw/so: maintain an exact number of written vertices
2013-03-15 Brian Pauldraw: init pre_clip_pos = NULL to fix optimized build...
2013-03-12 Zack Rusindraw/so: Fix stream output with geometry shaders
2012-12-14 Dave Airliedraw/llvmpipe: fix transform feedback position + enable...
2012-12-14 Dave Airliedraw: add support for later transform feedback extensions
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-10 Brian Pauldraw: remove unused 'so' variable in draw_pt_so_emit()
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Chia-I Wudraw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-06 Chia-I Wudraw: Mask out vertex flags in GS and stream output.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-17 Zack Rusindraw: validate stream output buffers
2010-06-17 Zack Rusindraw: fix some unsigned issue
2010-06-16 Zack Rusindraw: make sure we correctly iterate over output buffer...
2010-06-16 Zack Rusindraw: rewrite stream output to handle all the dark...
2010-06-15 Zack Rusindraw: finish the new pipeline setup
2010-06-15 Keith Whitwelldraw wip
2010-06-09 Vinson Leedraw: Remove unnecessary headers.
2010-06-08 Zack Rusingallium: scream when one of two unimplemented features...
2010-06-08 Zack Rusingallium: make draw auto work and add relevant caps...
2010-06-08 Zack Rusingallium: a lot more complete implementation of stream...