aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-10/+10
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul2015-09-011-1/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* draw: use new tgsi_transform inst/decl helpers in aapoint codeBrian Paul2014-09-221-202/+54
* draw: use tgsi transform prolog/epilog callbacks in AA point codeBrian Paul2014-09-221-305/+316
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* draw: make sure that the stages setup outputsZack Rusin2013-08-141-22/+34
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+2
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-1/+2
* draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca2012-02-021-1/+1
* draw: Never allocate duplicate extra vertex attribs.José Fonseca2011-09-251-11/+10
* draw: Make copy of the TGSI tokens.José Fonseca2011-09-251-1/+3
* Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin2011-06-291-0/+9
* draw: setup pipe's draw pointer for the aapoint stageBrian Paul2011-02-281-0/+2
* gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-171-4/+4
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-4/+4
* gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-13/+26
* draw: Remove dead code.Vinson Lee2010-02-211-7/+1
* draw: remove old hard-coded shader length limitsBrian Paul2010-02-021-4/+7
* draw: comments and var renamingBrian Paul2010-02-021-10/+13
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-6/+6
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-79/+79
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-43/+43
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-11/+11
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-119/+119
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-7/+7
* gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-011-0/+5
* draw: free more token arraysKeith Whitwell2009-06-011-2/+6
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-281-0/+1
* draw: update aa points shader commentKeith Whitwell2009-03-231-1/+1
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+3
* draw: Use KIL instead of KILP.Michal Krol2008-08-131-2/+2
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-4/+8
* draw: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-14/+13
* draw: move some state into a new 'vs' areaKeith Whitwell2008-05-231-2/+2
* gallium: fix issues in recursive flushingBrian Paul2008-04-231-0/+7
* gallium: fix commentsBrian Paul2008-04-231-3/+3
* draw: propogate lots of errorsKeith Whitwell2008-04-211-6/+8
* draw: propogate errors out of aapoint stageKeith Whitwell2008-04-211-10/+36
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-14/+2
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-0/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+846