summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_pstipple.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-1/+1
2016-05-07gallium: fix various undefined left shifts into sign bitNicolai Hähnle1-1/+1
2016-04-07util/pstipple: stronger guard against no free samplers (v2)Nicolai Hähnle1-2/+4
2016-03-21gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()Brian Paul1-5/+5
2016-02-09draw: use util_pstipple_* function for stipple pattern textures and samplersNicolai Hähnle1-2/+2
2016-01-19util/u_pstipple.c: copy immediates during transformationNicolai Hähnle1-0/+1
2016-01-08util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák1-6/+24
2015-09-01tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul1-1/+1
2015-06-21util/pstipple: updates for SVIEW declsRob Clark1-5/+17
2015-02-04gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák1-7/+18
2014-10-31util: simplify u_pstipple.c codeBrian Paul1-123/+62
2014-10-31util: simplify temp register selection in u_pstipple.cBrian Paul1-27/+18
2014-10-31util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul1-17/+11
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-1/+1
2014-10-04tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák1-6/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-5/+5
2012-10-11gallium: unify transfer functionsMarek Olšák1-4/+2
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-1/+2
2011-07-21util: assorted updates to polygon stipple helperBrian Paul1-10/+33
2011-03-10gallium/util: new polygon stipple utility helperBrian Paul1-0/+434