summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
Commit message (Expand)AuthorAgeFilesLines
* draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul2014-09-221-68/+19
* draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul2014-09-221-125/+110
* draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca2014-03-251-1/+2
* 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-15/+18
* draw: remove use of old bind_fragment_sampler_states()Brian Paul2013-10-031-40/+6
* draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-3/+48
* draw: rename bind_sampler_states variablesBrian Paul2013-10-031-8/+8
* draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2013-08-301-3/+3
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-4/+4
* draw: use pipe_transfer_unmap() to match pipe_transfer_map()Brian Paul2013-04-021-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-4/+2
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-1/+2
* draw: fix missing immediates bug in polygon stipple codeBrian Paul2012-03-281-0/+5
* draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca2012-02-021-1/+1
* draw: assert that we have non-null fragment shaderBrian Paul2011-11-031-0/+2
* draw: remove unnecessary flushMarek Olšák2011-03-111-7/+0
* draw: update comments, rename vars in pstipple codeBrian Paul2011-02-171-16/+18
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+3
* draw: fix out of memory handling in polygon stipple stageBrian Paul2010-06-301-5/+10
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-2/+11
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-7/+7
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-6/+8
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+1
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-6/+8
* | 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/+6
* | draw: re-implement free_bit() with ffs()Brian Paul2010-02-021-6/+1
|/
* 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/+2
|/ /
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-31/+32
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-11/+11
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-4/+4
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-12/+12
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-16/+16
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-3/+3
| * | 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-3/+3
|/
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+4
* gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-011-0/+4
* draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell2009-06-011-0/+1
* 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