aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_aaline.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: unify transfer functionsMarek Olšák2012-10-111-7/+5
* 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-3/+5
* 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/+8
* draw: Don't define the last two mipmap levels in aa lines.José Fonseca2011-02-141-5/+11
* draw: tweak AA line texture minimum alphaBrian Paul2011-02-111-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-4/+5
* gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-171-5/+4
* draw: minor reformattingBrian Paul2010-09-091-2/+1
* draw: tweak aa line width threshold and samplingBrian Paul2010-07-211-4/+6
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-4/+4
* Merge branch '7.8'Brian Paul2010-04-191-18/+32
|\
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-18/+31
* | Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-0/+1
* | Squashed commit of the following:Keith Whitwell2010-04-101-7/+14
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-4/+4
|\ \
| * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+1
| * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-4/+4
| |/
* / gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-19/+39
|/
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-0/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* | draw: remove old hard-coded shader length limitsBrian Paul2010-02-021-4/+7
* | draw: re-implement free_bit() with ffs()Brian Paul2010-02-021-6/+1
|/
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-6/+6
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
|\
| * Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-1/+0
| |\
| | * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+0
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+3
|/ /
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-46/+47
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-10/+10
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-12/+12
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-15/+15
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-20/+20
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-7/+7
| * | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-1/+2
* | | draw: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-4/+4
| |/ |/|
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-5/+5
|/
* gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-011-0/+4
* draw: free more token arraysKeith Whitwell2009-06-011-3/+6
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-281-0/+1
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+2
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-7/+7
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-2/+2
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-11/+14
* draw: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-18/+17