summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_aaline.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12draw: remove use of old bind_fragment_sampler_states()Brian Paul1-42/+7
2013-09-12draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul1-4/+49
2013-09-12draw: rename bind_sampler_states variablesBrian Paul1-11/+11
2013-08-30draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger1-3/+3
2013-08-14draw: make sure that the stages setup outputsZack Rusin1-7/+20
2013-06-24draw: check for out-of-memory conditions in the AA line module.Matthew McClure1-7/+34
2012-10-11gallium: unify transfer functionsMarek Olšák1-7/+5
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-1/+2
2012-02-02draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca1-1/+1
2011-09-25draw: Never allocate duplicate extra vertex attribs.José Fonseca1-3/+5
2011-09-25draw: Make copy of the TGSI tokens.José Fonseca1-1/+3
2011-06-29Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin1-0/+8
2011-02-14draw: Don't define the last two mipmap levels in aa lines.José Fonseca1-5/+11
2011-02-11draw: tweak AA line texture minimum alphaBrian Paul1-1/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-4/+5
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul1-5/+4
2010-09-09draw: minor reformattingBrian Paul1-2/+1
2010-07-21draw: tweak aa line width threshold and samplingBrian Paul1-4/+6
2010-06-16draw: handle some out of memory conditionsAlan Hourihane1-4/+4
2010-04-19Merge branch '7.8'Brian Paul1-18/+32
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul1-18/+31
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul1-0/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-7/+14
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-4/+4
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-1/+1
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-4/+4
2010-02-03Merge branch 'gallium-embedded'José Fonseca1-0/+1
2010-02-02draw: remove old hard-coded shader length limitsBrian Paul1-4/+7
2010-02-02draw: re-implement free_bit() with ffs()Brian Paul1-6/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-6/+6
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-1/+0
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-19/+39
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger1-1/+0
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-1/+3
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell1-46/+47
2009-12-01draw: Update for renamed sampler/texture state setters.Michal Krol1-4/+4
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger1-1/+0
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell1-10/+10
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell1-12/+12
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell1-15/+15
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell1-20/+20
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell1-7/+7
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell1-1/+2
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-5/+5
2009-06-01gallium/draw: Free specialized versions of driver shadersKeith Whitwell1-0/+4
2009-06-01draw: free more token arraysKeith Whitwell1-3/+6
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell1-0/+1
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-2/+2