Lines Matching full:rusticl

83 - opencl-jpeg-encoder does not work with nouveau/rusticl, works with nouveau/clover
86 - Rusticl fails to build
115 - rusticl: segfault in clCreateKernel on AMD Instinct MI100
213 - Rusticl,radeonsi: ac_rtld error(2): too much LDS
241 - rusticl: fails to build for iris + radeonsi
788 - rusticl/kernel: Removing unnecessary clone in kernel launch
789 - rusticl/kernel: Add CsoWrapper
790 - rusticl/compiler: Add NirPrintfInfo
791 - rusticl: Move Cso to Program
792 - rusticl/compiler: Remove unnecessary functions
793 - rusticl: Move NirKernelBuild to ProgramDevBuild
794 - rusticl/program: New helper functions to NirKernelBuild
795 - rusticl/core: Delete KernelDevState and KernelDevStateInner
796 - rusticl/core: Make convert_spirv_to_nir output pair (KernelInfo, NirShader)
930 - rusticl: Ensure NIR generated headers will be available
972 - rusticl: Add Rust bindings for inline glsl_types functions
999 - rusticl: Add bindings for glsl_vector_type()
1473 - rusticl: don't store ptrs to nir_variables across opt passes.
1490 - rusticl: use cleanup funcs
1712 - rusticl/core: Add profiling time storage (queued) to event
1713 - rusticl: Wire the 'queued' profiling time up
1714 - rusticl: Wire the 'submit' profiling time up
1715 - rusticl: Wrap pipe queries
1716 - rusticl: Wrap pipe query reads
1717 - rusticl: Wire the 'start' and 'end' profilng times up
3159 - r600: Link with libgalliumvl, when enabling rusticl this is needed
3693 - rusticl/mesa: make svm_migrate optional
3696 - rusticl: fix warnings with newer rustc
3700 - rusticl/kernel: only handle function_temp memory before lowering printf
3701 - meson,ci: bump meson req for rusticl to 1.2
3702 - rusticl/nir: add helper functions we need for a NIR_PASS macro
3703 - rusticl/nir: add a nir_pass macro
3704 - rusticl/nir: use the new nir_pass macro
3705 - rusticl/kernel: rename res to internal_args inside lower_and_optimize_nir_late
3706 - rusticl/kernel: merge lower_and_optimize_nir_pre_inputs and lower_and_optimize_nir_late
3707 - rusticl/kernel: move things around in lower_and_optimize_nir
3708 - rusticl/kernel: get rid of initial function_temp type lowering
3709 - rusticl/kernel: mark can_remove_var as unsafe and document it
3808 - rusticl/kernel: optimize nir between lowering io and explicit types
3813 - rusticl: add debug option to sync every event
3814 - rusticl/device: _MAX_CONST_BUFFER0_SIZE is unsigned
3822 - rusticl: reduce global_invocation_id_zero_base to 32 bit
3824 - rusticl/disk_cache: fix stack corruption
3825 - rusticl/query: fix use-after-free, but also fix incorrect usage of unsafe
3826 - rusticl/event: disable profiling for devices without timestamps
3827 - rusticl/queue: properly implement clCreateCommandQueueWithProperties
3828 - rusticl/memory: do not verify pitch for IMAGE1D_BUFFER
3829 - rusticl/memory: only specify PIPE_BIND_SHADER_IMAGE where supported
3840 - rusticl/memory: fallback if allocating linear images fails
3841 - rusticl: enable asahi
3842 - rusticl/mesa: create contexts with PIPE_CONTEXT_NO_LOD_BIAS
3844 - rusticl/mesa: fix \`set_constant_buffer` when passing an empty buffer
3845 - rusticl/kernel: skip adding global id offsets if not used
3846 - meson/rusticl: add sha1_h
3847 - rusticl/mesa/context: fix clear_sampler_views
3850 - rusticl/mesa: create COMPUTE_ONLY contexts
3851 - rusticl: fix clippys bool_to_int_with_if
3852 - rusticl/memory: fix potential use-after-free in clEnqueueSVMMemFill
3854 - rusticl/kernel: Fix creation from programs not built for every device
3867 - rusticl/mesa/screen,device: add driver_name
3868 - rusticl: enable zink
3870 - rusticl: bump rustc version to 1.66
3871 - rusticl/mesa/nir: mark more methods as mut
3872 - rusticl/mesa/nir: Mark NirShader and NirPrintfInfo as Send and Sync
3873 - rusticl/mesa: mark PipeResource as Send and Sync
3874 - rusticl/mesa: mark PipeTransfer as Send
3875 - rusticl/cl: mark _cl_image_desc as Send and Sync
3876 - rusticl/queue: get rid of pointless Option around our worker thread handle
3877 - rusticl/queue: make it Sync
3878 - rusticl/kernel: get rid of Arcs in KernelDevStateVariant
3879 - rusticl/memory: use get_mut instead of lock in drop
3881 - rusticl/api: remove cl_closure macro
3885 - rusticl/device: restrict 1Dbuffer images for RGB and RGBx
3886 - rusticl/memory: use PIPE_BUFFER for IMAGE1D_BUFFER images
3887 - rusticl/format: disable all sRGB formats
3893 - rusticl/device: restrict image_buffer_size
3894 - rusticl/device: restrict param_max_size further
3895 - rusticl/mem: properly set pipe_image_view::access
3898 - rusticl/queue: Only take a weak ref to the last Event
3899 - rusticl/mesa: pass PIPE_BIND_LINEAR in resource_create_texture_from_user
3901 - rusticl/mesa/screen: do not derefence the entire pipe_screen struct
3903 - rusticl/queue: do not send empty lists of event to worker queue
3904 - rusticl/queue: fix implicit flushing of queue dependencies
4090 - rusticl/memory: fix potential use-after-free in clEnqueueSVMFree
4091 - rusticl: Rename XyzCB aliases to FuncXyzCB
4092 - rusticl: add structs to hold the C callbacks
4093 - rusticl: use CreateContextCB
4094 - rusticl: use DeleteContextCB
4095 - rusticl: use EventCB
4096 - rusticl: use MemCB
4097 - rusticl: use ProgramCB
4098 - rusticl: use SVMFreeCb
4099 - rusticl: Make EventSig take ownership of its environment
4100 - rusticl: add a safe abstraction to execute a DeleteContextCB
4101 - rusticl: add a safe abstraction to execute an EventCB
4102 - rusticl: add a safe abstraction to execute a MemCB
4103 - rusticl: add a safe abstraction to execute an SVMFreeCb
4104 - rusticl: add a safe abstraction to execute a CreateContextCB
4105 - rusticl: add a safe abstraction to execute a ProgramCB
4106 - rusticl/api: drop a few include paths
4107 - rusticl: mark the fields of callback structs private
4108 - rusticl: drop an \`#[allow(dead_code)]` marker
4109 - rusticl/core: don't take a lock while dropping \`Context`
4110 - rusticl: Show an error message if the build is attempted with an outdated bindgen version
4111 - rusticl: Show an error message if the version of bindgen can't be detected
4768 - rusticl: fixes for zink shader images
6318 - rusticl: add cl_khr_expect_assume