summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11nir: Use sampler derefs in drawpixels and bitmap lowering.Kenneth Graunke1-5/+11
2018-10-14nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}.Kenneth Graunke1-0/+7
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand1-1/+1
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-1/+1
2017-05-02nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt1-1/+3
2016-11-03nir: Make sure to set the texsrc type in nir drawpixels/bitmap lowering.Eric Anholt1-0/+1
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-1/+1
2016-08-29nir: Update shader info when adding discardsEric Anholt1-0/+2
2016-08-25nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke1-6/+1
2016-05-11nir: add lowering pass for glBitmapRob Clark1-0/+139