summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* anv: Add pipeline cache support for xfb_infoJason Ekstrand2019-01-221-1/+1
* nir/xfb: distinguish array of structs vs array of blocksAlejandro Piñeiro2019-01-221-7/+17
* nir/xfb: Properly handle arrays of blocksJason Ekstrand2019-01-221-20/+41
* nir/xfb: don't assert when xfb_buffer/stride is present but not xfb_offsetAlejandro Piñeiro2019-01-221-7/+6
* nir/xfb: Fix offset accounting for dvec3/4Jason Ekstrand2019-01-221-2/+2
* nir: Preserve offsets in lower_io_to_scalar_earlyJason Ekstrand2019-01-221-0/+8
* nir: fix lowering arrays to elements for XFB outputsSamuel Pitoiset2019-01-221-2/+11
* nir: do not remove varyings used for transform feedbackSamuel Pitoiset2019-01-221-0/+3
* nir: Mark deref UBO and SSBO access as non-scalarJason Ekstrand2019-01-211-1/+3
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-212-6/+3
* nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst2019-01-213-6/+16
* nir: add legal bit_sizes to intrinsicsKarol Herbst2019-01-214-13/+30
* nir/validate: allow to check against a bitmask of bit_sizesKarol Herbst2019-01-211-17/+17
* nir/spirv: handle SpvStorageClassCrossWorkgroupKarol Herbst2019-01-193-0/+7
* nir: rename nir_var_shared to nir_var_mem_sharedKarol Herbst2019-01-198-16/+16
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-199-29/+29
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-195-8/+8
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-1916-52/+52
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-1913-24/+24
* nir: check NIR_SKIP to skip passes by nameCaio Marcelo de Oliveira Filho2019-01-181-0/+24
* nir: Account for atomics in copy propagation.Bas Nieuwenhuizen2019-01-181-1/+24
* nir: Add a bool to float32 lowering passJason Ekstrand2019-01-143-0/+180
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-1420-97/+42
* nir/gcm: Support deref instructionsJason Ekstrand2019-01-121-0/+4
* nir: fix copy-paste error in nir_lower_constant_initializersRhys Perry2019-01-101-2/+2
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-0922-12/+115
* nir: Add lowering support for 64-bit operations to softwareMatt Turner2019-01-092-2/+178
* nir: Create nir_builder in nir_lower_doubles_impl()Matt Turner2019-01-091-17/+19
* nir: Add and set info::uses_64bitMatt Turner2019-01-091-0/+5
* nir: Implement lowering of 64-bit shift operationsMatt Turner2019-01-092-0/+143
* nir: Wire up int64 lowering functionsMatt Turner2019-01-092-3/+127
* nir: Add some more int64 lowering helpersJason Ekstrand2019-01-091-0/+227
* nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner2019-01-095-6/+27
* nir: Rework nir_lower_constant_initializers() to handle functionsMatt Turner2019-01-091-34/+25
* nir: Make nir_deref_instr_build/get_const_offset actually use size_align.Eric Anholt2019-01-081-3/+2
* nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results.Eric Anholt2019-01-082-0/+26
* nir: fix warning in nir_lower_io.cCaio Marcelo de Oliveira Filho2019-01-081-1/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-0819-71/+71
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+2
* nir/vulkan: Add a descriptor type to vulkan resource intrinsicsJason Ekstrand2019-01-083-2/+36
* nir/lower_io: Add "explicit" IO loweringJason Ekstrand2019-01-082-0/+417
* nir/validate: Allow array derefs on vectors in more modesJason Ekstrand2019-01-081-4/+6
* nir/intrinsics: Add access flags to load/store_derefJason Ekstrand2019-01-082-4/+5
* nir/intrinsics: Allow deref sources to consume anythingJason Ekstrand2019-01-082-24/+28
* nir/validate: Allow derefs in phi nodesJason Ekstrand2019-01-081-1/+0
* nir/remove_dead_variables: Properly handle deref castsJason Ekstrand2019-01-081-0/+3
* nir/deref: Skip over casts in fixup_deref_modesJason Ekstrand2019-01-081-0/+2
* nir/deref: Support casts and ptr_as_array in comparisonsJason Ekstrand2019-01-081-7/+68
* nir/opt_deref: Properly optimize ptr_as_array derefsJason Ekstrand2019-01-081-6/+91
* nir/validate: Don't allow derefs in if conditionsJason Ekstrand2019-01-081-0/+6