summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_aaline.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-3/+6
* draw/aaline: stronger guard against no free samplers (v2)Nicolai Hähnle2016-04-071-2/+4
* gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()Brian Paul2016-03-211-5/+5
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* draw: fix pstipple and aaline stages wrt sampler_views/samplersRoland Scheidegger2015-12-181-4/+5
* gallium: Remove redundant NULL ptr checksEdward O'Callaghan2015-12-061-2/+1
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-9/+9
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* draw: updates to support SVIEW declsRob Clark2015-06-211-1/+16
* draw: use new tgsi_transform inst/decl helpers in aaline codeBrian Paul2014-09-221-66/+21
* draw: use tgsi transform prolog/epilog callbacks in AA line codeBrian Paul2014-09-221-90/+92
* draw: Save original driver functions earlier.José Fonseca2014-01-231-7/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-18/+19
* draw: remove use of old bind_fragment_sampler_states()Brian Paul2013-10-031-42/+7
* draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-4/+49
* draw: rename bind_sampler_states variablesBrian Paul2013-10-031-11/+11
* draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2013-08-301-3/+3
* draw: make sure that the stages setup outputsZack Rusin2013-08-141-7/+20
* draw: check for out-of-memory conditions in the AA line module.Matthew McClure2013-06-241-7/+34
* 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