aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atifs_to_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-201-2/+4
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-131-2/+2
* st/atifs: remove unrequired initialisation of gl_program fieldsTimothy Arceri2017-11-121-4/+0
* st/mesa: set dimension for constants in ATI_fragment_shaderMiklós Máté2017-10-181-0/+4
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-1/+0
* tgsi: populate preciseKarol Herbst2017-07-211-18/+18
* tgsi: store the sampler view type directly in the instructionSamuel Pitoiset2017-05-181-1/+1
* st/mesa: decrease the size of remaining st_translate_program array paramsMarek Olšák2017-05-081-1/+1
* st/mesa: decrease the size of st_vertex_programMarek Olšák2017-05-081-4/+4
* st/mesa: Use compressed fog mode for atifs.Gustaw Smolarczyk2017-04-081-3/+3
* st/mesa: stop using TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-10/+4
* st/mesa: use correct return statement for a void functionEmil Velikov2017-01-271-1/+2
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-8/+10
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-171-3/+3
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-261-1/+1
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-261-7/+7
* st/mesa: in ATI fs don't assume TEMP0=REG0Miklós Máté2016-08-101-2/+3
* st/mesa: implement GL_ATI_fragment_shaderMiklós Máté2016-03-271-0/+845