summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d/v3d_uniforms.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-14v3d: Use the uniform pretty-printer in v3d_write_uniforms()'s debug code.Eric Anholt1-1/+3
2018-12-14v3d: Move uinfo->data[] dereference to the top of v3d_write_uniforms().Eric Anholt1-15/+13
2018-12-14v3d: Add support for texturing from linear.Eric Anholt1-1/+1
2018-12-07v3d: Add VIR dumping of TMU config p0/p1.Eric Anholt1-14/+6
2018-12-07v3d: Garbage collect unused uniforms code.Eric Anholt1-88/+0
2018-12-07v3d: Return the right gl_SampleMaskIn[] value.Eric Anholt1-8/+0
2018-12-07v3d: Make an array for frag/vert texture state in the context.Eric Anholt1-2/+3
2018-06-14v3d: Remove unused QUNIFORM_STENCIL left over from vc4.Eric Anholt1-9/+0
2018-05-17v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt1-1/+1
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt1-57/+57
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt1-0/+489