summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Use sampler derefs in drawpixels and bitmap lowering.Kenneth Graunke2019-02-111-5/+11
* nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}.Kenneth Graunke2018-10-141-0/+7
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-1/+1
* nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2017-05-021-1/+3
* nir: Make sure to set the texsrc type in nir drawpixels/bitmap lowering.Eric Anholt2016-11-031-0/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-1/+1
* nir: Update shader info when adding discardsEric Anholt2016-08-291-0/+2
* nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke2016-08-251-6/+1
* nir: add lowering pass for glBitmapRob Clark2016-05-111-0/+139