summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_so_emit.c
Commit message (Expand)AuthorAgeFilesLines
* draw: rename vertex header membersRoland Scheidegger2015-12-151-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* draw: Prevent signed/unsigned comparisons.José Fonseca2014-05-021-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-2/+1
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-271-4/+0
* draw/translate: fix instancingZack Rusin2013-06-281-3/+20
* draw/pt: adjust overflow calculationsZack Rusin2013-05-031-2/+1
* draw/so: fix overflow calculationZack Rusin2013-04-271-8/+18
* draw/so: indicate overflow when buffer is missingZack Rusin2013-04-271-0/+4
* draw/so: Fix overflow calculationsZack Rusin2013-04-261-3/+8
* draw/so: uses the correct index with the pre clipped coordinatesZack Rusin2013-04-181-6/+6
* draw/so: maintain an exact number of written verticesZack Rusin2013-04-031-1/+3
* draw: init pre_clip_pos = NULL to fix optimized build warningBrian Paul2013-03-141-1/+1
* draw/so: Fix stream output with geometry shadersZack Rusin2013-03-121-7/+30
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-141-4/+22
* draw: add support for later transform feedback extensionsDave Airlie2012-12-141-3/+9
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-79/+8
* draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul2012-01-101-2/+0
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-47/+67
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-5/+5
* draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu2010-08-161-1/+1
* draw: Mask out vertex flags in GS and stream output.Chia-I Wu2010-08-061-1/+1
* draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu2010-08-061-15/+5
* draw: validate stream output buffersZack Rusin2010-06-171-1/+16
* draw: fix some unsigned issueZack Rusin2010-06-171-4/+4
* draw: make sure we correctly iterate over output buffers on stream outZack Rusin2010-06-161-5/+11
* draw: rewrite stream output to handle all the dark cornersZack Rusin2010-06-161-118/+185
* draw: finish the new pipeline setupZack Rusin2010-06-151-9/+10
* draw wipKeith Whitwell2010-06-151-5/+21
* draw: Remove unnecessary headers.Vinson Lee2010-06-081-1/+0
* gallium: scream when one of two unimplemented features in draw is usedZack Rusin2010-06-081-6/+12
* gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-081-0/+2
* gallium: a lot more complete implementation of stream outputZack Rusin2010-06-081-0/+191