summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_pstipple.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix various undefined left shifts into sign bitNicolai Hähnle2016-05-071-1/+1
* util/pstipple: 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
* draw: use util_pstipple_* function for stipple pattern textures and samplersNicolai Hähnle2016-02-091-2/+2
* util/u_pstipple.c: copy immediates during transformationNicolai Hähnle2016-01-191-0/+1
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-081-6/+24
* tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul2015-09-011-1/+1
* util/pstipple: updates for SVIEW declsRob Clark2015-06-211-5/+17
* gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2015-02-041-7/+18
* util: simplify u_pstipple.c codeBrian Paul2014-10-311-123/+62
* util: simplify temp register selection in u_pstipple.cBrian Paul2014-10-311-27/+18
* util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul2014-10-311-17/+11
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-1/+1
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-041-6/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-5/+5
* 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
* util: assorted updates to polygon stipple helperBrian Paul2011-07-211-10/+33
* gallium/util: new polygon stipple utility helperBrian Paul2011-03-101-0/+434