aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_opt_constant_fold.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-201-1/+2
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-171-2/+2
* prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLEIan Romanick2016-05-101-128/+0
* program: Remove NV_fragment_program Abs support.Matt Turner2016-03-011-8/+0
* mesa/prog: relative offsets into constbufs are not constantIlia Mirkin2015-07-021-0/+2
* mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák2013-04-241-4/+0
* mesa: Add partial constant propagation pass for Mesa IRIan Romanick2011-08-161-0/+451