Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Use sampler derefs in drawpixels and bitmap lowering. | Kenneth Graunke | 2019-02-11 | 1 | -5/+11 |
* | nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}. | Kenneth Graunke | 2018-10-14 | 1 | -0/+7 |
* | nir: Get rid of nir_shader::stage | Jason Ekstrand | 2017-10-20 | 1 | -1/+1 |
* | nir: Embed the shader_info in the nir_shader again | Jason Ekstrand | 2017-05-09 | 1 | -1/+1 |
* | nir: Pick just the channels we want for bitmap and drawpixels lowering. | Eric Anholt | 2017-05-02 | 1 | -1/+3 |
* | nir: Make sure to set the texsrc type in nir drawpixels/bitmap lowering. | Eric Anholt | 2016-11-03 | 1 | -0/+1 |
* | nir/i965/anv/radv/gallium: make shader info a pointer | Timothy Arceri | 2016-10-26 | 1 | -1/+1 |
* | nir: Update shader info when adding discards | Eric Anholt | 2016-08-29 | 1 | -0/+2 |
* | nir: Change nir_shader_get_entrypoint to return an impl. | Kenneth Graunke | 2016-08-25 | 1 | -6/+1 |
* | nir: add lowering pass for glBitmap | Rob Clark | 2016-05-11 | 1 | -0/+139 |