summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_gs.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-3/+3
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-041-14/+9
* draw: kill off bogus assertion in tgsi_fetch_gs_outputsRoland Scheidegger2014-08-301-3/+2
* draw: hack around weird primitive id input in gsRoland Scheidegger2014-08-081-2/+6
* draw: fix prim id float cast for non-llvm pathRoland Scheidegger2014-08-081-8/+4
* draw: don't run pipeline stages when gs has no position outputRoland Scheidegger2014-08-061-0/+1
* draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger2014-05-081-5/+5
* draw/llvm: reduce memory usageZack Rusin2014-04-241-14/+12
* draw/gs: reduce the size of the gs output bufferZack Rusin2014-03-261-7/+13
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* draw: make vs_slot signed.José Fonseca2013-10-151-2/+4
* draw: stop crashing with extra shader outputsZack Rusin2013-08-021-1/+1
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-131-5/+5
* draw: implement distance cullingZack Rusin2013-06-101-0/+4
* draw: make sure clipdistances work with geometry shadersZack Rusin2013-06-101-0/+6
* draw: implement support for multiple viewportsZack Rusin2013-05-251-2/+9
* draw/gs: don't bind the tgsi state if we're using llvm pathsZack Rusin2013-05-141-1/+6
* draw/gs: don't crash when vs/gs signatures don't matchZack Rusin2013-05-021-39/+54
* draw: add code to reset instance dependent dataZack Rusin2013-04-221-1/+13
* draw/gs: make sure geometry shaders don't overflowZack Rusin2013-04-161-7/+43
* draw/gs: Return early if the passed geometry shader is nullZack Rusin2013-04-161-0/+3
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-4/+20
* draw: Silence uninitialized var warnings.José Fonseca2013-04-171-3/+4
* draw/gs: cleanup some debugging codeZack Rusin2013-04-031-4/+0
* draw: Implement support for primitive idZack Rusin2013-04-031-5/+8
* draw/gs: Fix memory corruption with multiple primitivesZack Rusin2013-04-031-10/+15
* draw: fix some build breakage when LLVM is not usedBrian Paul2013-03-281-1/+6
* draw: Allocate the output buffer for output primitivesZack Rusin2013-03-271-2/+1
* gallium/llvm: implement geometry shaders in the llvm pathsZack Rusin2013-03-271-17/+283
* draw/gs: Fetch more than one primitive per invocationZack Rusin2013-03-271-13/+47
* draw/gs: Abstract the portions of GS that are tgsi specificZack Rusin2013-03-271-128/+142
* draw/gs: Correctly iterate the emitted primitivesZack Rusin2013-03-071-4/+4
* draw: account for separate shader objects in geometry shader codeBryan Cain2013-03-051-4/+27
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-2/+1
* draw: remove some dead constant buffer codeBrian Paul2012-12-061-13/+0
* draw: Use symbolic primitive names in debug output.José Fonseca2012-12-041-3/+4
* draw: Remove redundant draw_geometry_shader_delete().José Fonseca2012-11-091-6/+2
* draw: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-171-2/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* draw: move tgsi-related state into a tgsi sub-structBrian Paul2012-08-161-11/+11
* draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu2010-08-161-1/+1
* draw: Add flags to draw_prim_info.Chia-I Wu2010-08-161-0/+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_gs_tmp.h.Chia-I Wu2010-08-061-19/+5
* draw: actually a noop, rather than not implementedZack Rusin2010-07-301-1/+4
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-291-5/+8
* draw: Fix VMware spelling.Vinson Lee2010-07-281-1/+1
* gallium: add a timestamp disjoint queryZack Rusin2010-06-221-1/+1
* draw: implement triangle lists with adjacency support in gsZack Rusin2010-06-171-1/+23
* draw: implement lines with adjacency in geometry shadersZack Rusin2010-06-171-14/+40