summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-171-3/+3
* nir: Add helpers for lazy var creation.Emma Anholt2023-05-161-20/+2
* nir: use nir_shader_instructions_pass in nir_lower_drawpixelsMarcin Ślusarz2022-09-261-68/+55
* nir: Make nir_ssa_def_rewrite_uses take an SSA valueJason Ekstrand2021-03-081-2/+2
* nir: Use sized types for nir_tex_instr::dest_typeConnor Abbott2021-01-251-3/+3
* nir: properly identify texcoords for lowered IO in nir_lower_drawpixelsMarek Olšák2020-08-241-10/+2
* nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand2020-07-291-2/+2
* nir/drawpixels: fix what appears to be a copy-paste bug in get_texcoord_constMarek Olšák2019-10-101-4/+5
* nir/drawpixels: handle load_color0, load_input, load_interpolated_inputMarek Olšák2019-10-101-1/+26
* nir: Use sampler derefs in drawpixels and bitmap lowering.Kenneth Graunke2019-02-111-8/+23
* 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