aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+5
* mesa: move STATE_LENGTH to shader_enums.h and use it everywhereMarek Olšák2018-02-131-1/+1
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-131-1/+2
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2017-05-021-1/+3
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-2/+2
* nir: Make sure to set the texsrc type in nir drawpixels/bitmap lowering.Eric Anholt2016-11-031-0/+3
* nir: Fix crash in nir_lower_drawpixels.Eric Anholt2016-08-221-0/+2
* nir: Fix a comment typo in nir_lower_drawpixels.Eric Anholt2016-08-221-1/+1
* nir: add lowering pass for glDrawPixelsRob Clark2016-05-111-0/+254