summaryrefslogtreecommitdiff
path: root/src/intel/blorp/blorp_nir_builder.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-171-1/+1
* intel/blorp: Add blorp_check_in_bounds()Jordan Justen2021-09-301-0/+21
* nir: Suffix all the MCS texture stuff _intelJason Ekstrand2021-07-231-1/+1
* intel: fix leaking memory on shader creationYevhenii Kolesnikov2021-06-301-1/+1
* intel/blorp: Use sized types for nir_tex_instr::dest_typeConnor Abbott2021-01-251-1/+1
* nir/builder: Add a name format arg to nir_builder_init_simple_shader().Eric Anholt2020-11-111-3/+1
* nir/builder: Drop the mem_ctx arg from nir_builder_init_simple_shader().Eric Anholt2020-11-111-1/+1
* intel: Drop the last uses of a mem_ctx in nir_builder_init_simple_shader().Eric Anholt2020-11-111-1/+2
* nir_builder: Return a new builder from nir_builder_init_simple_shader().Eric Anholt2020-11-111-1/+1
* nir/builder: Add a nir_ieq_imm helperJason Ekstrand2020-11-031-9/+7
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-12/+0
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-211-1/+2
* blorp: introduce helper method blorp_nir_init_shaderAlejandro Piñeiro2019-02-211-0/+11
* intel/blorp: Add a partial resolve pass for MCSJason Ekstrand2017-07-221-0/+102