]> git.seodisparate.com - blue_noise_generation/shortlog
blue_noise_generation
2024-03-26 Stephen SeoUse "cached", not "coherent" for staging buffers
2024-03-25 Stephen SeoAttempt to optimize vulkan compute
2024-03-25 Stephen SeoImpl. Vulkan compute
2024-03-25 Stephen SeoWIP Vulkan compute: descriptor set and command buf
2024-03-22 Stephen SeoQueueFamilyIndices struct: fn definitions in .cpp
2024-03-22 Stephen SeoDefine vulkan specific helper fns in header
2024-03-21 Stephen SeoMinor fix
2024-03-21 Stephen SeoRestructure vulkan init code
2024-03-21 Stephen SeoAddendum note to previous commit
2024-03-20 Stephen SeoRefactor: Move shader loading code to inner scope
2024-03-20 Stephen Seoutility::Cleanup: Replace "Nop"
2024-03-20 Stephen SeoCMakeLists.txt: Debug flag "-Og" instead of "-O0"
2024-03-20 Stephen SeoWIP Vulkan compute: Fix buffer data
2024-03-20 Stephen SeoWIP Vulkan compute: create buffers
2024-03-20 Stephen SeoWIP vulkan compute: create command pool
2024-03-20 Stephen SeoRefactor: code where neither Vulkan/OpenCL is used
2024-03-20 Stephen SeoWIP vulkan compute: create compute pipeline, fixes
2024-03-20 Stephen SeoRefactor glslc usage
2024-03-19 Stephen SeoFix minor typo
2024-03-19 Stephen SeoCompile glsl with glslc, fixes
2024-03-19 Stephen SeoWIP Vulkan compute: compute descriptors, glsl
2024-03-08 Stephen SeoWIP Vulkan compute: initialize VkDevice
2024-03-07 Stephen SeoMinor refactoring
2024-03-07 Stephen SeoWIP vulkan compute: query physical devices
2024-03-06 Stephen SeoRemove erronous Vulkan init. property
2024-03-06 Stephen SeoUpdate LICENSE year
2024-03-06 Stephen SeoBegin work on Vulkan compute (WIP)
2023-07-23 Stephen SeoFix CMakeLists.txt
2023-04-01 Stephen SeoRename project/binary-name
2023-03-31 Stephen SeoFix not using OpenCL header on disabled OpenCL
2023-03-31 Stephen SeoFixes/Refactorings to CMakeLists.txt
2023-03-31 Stephen Seoclang-format --style=google
2023-03-31 Stephen SeoMake usage of OpenCL conditional (configuring)
2023-03-31 Stephen SeoAdd check for OpenCL kernel file
2023-03-31 Stephen SeoUpdate LICENSE year
2023-03-31 stephenseoUpdate 'src/blue_noise.cl'
2021-12-10 stephenseoUpdate 'README.md'
2021-11-11 Stephen SeoFix typo in README.md
2021-11-11 Stephen SeoAdd README.md
2021-11-11 Stephen SeoRound values when creating image from rankings
2021-11-10 Stephen SeoImpl arg-parsing for generic use of blue-noise gen
2021-11-10 Stephen SeoFix blue-noise when not using OpenCL
2021-11-10 Stephen SeoFix blue-noise generation
2021-11-10 Stephen SeoWIP Attempt to fix resulting blue-noise
2021-11-08 Stephen SeoWIP work on generating blue-noise
2021-10-07 Stephen SeoSome attempts at fixing grayscale blue-noise
2021-10-06 Stephen SeoSwitch to CMake, try to fix grayscale blue-noise
2021-10-06 Stephen SeoFix image::Bl output pgm and ppm
2021-10-06 Stephen SeoSome fixes, progress with grayscale blue-noise
2021-10-06 Stephen SeoSome work on grayscale blue-noise
2021-02-14 Stephen SeoAdd MIT LICENSE
2021-02-11 Stephen SeoFix image::Bl write, use image::Bl as result for blue_noise
2021-01-26 Stephen SeoSome work on image objects
2021-01-26 Stephen SeoSplit utility functions to utility.hpp
2021-01-23 Stephen SeoImpl use of OpenCL for generating blue noise
2021-01-23 Stephen SeoUse precomputed gaussian for filter function
2021-01-23 Stephen SeoUse 0-255 range for pgm output
2021-01-23 Stephen SeoFixes and Refactorings
2021-01-23 Stephen SeoUse int instead of std::size_t, float instead of double
2021-01-22 Stephen SeoFix filter_size not being used properly in filter
2021-01-22 Stephen SeoSome refactoring
2021-01-16 Stephen SeoImpl blue noise generation (maybe still WIP)
2021-01-16 Stephen SeoWIP blue_noise impl
2021-01-16 Stephen SeoInit skeleton C++ project
2021-01-16 Stephen SeoInitial empty commit