aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}.Kenneth Graunke2018-10-141-1/+16
* nir: cleanup oversized arrays in nir_swizzle callsKarol Herbst2018-07-131-5/+2
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-5/+0
* nir: Remove deref chain support from lower_drawpixelsJason Ekstrand2018-06-221-13/+5
* nir: Support deref instructions in lower_drawpixelsJason Ekstrand2018-06-221-6/+14
* 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