kazan.git
6 years agoimplementing uniforms; implemented matrix multiplication kazan-old
Jacob Lifshay [Mon, 25 Sep 2017 00:40:18 +0000 (17:40 -0700)]
implementing uniforms; implemented matrix multiplication

6 years agofix duplicate decorations
Jacob Lifshay [Sun, 24 Sep 2017 23:47:54 +0000 (16:47 -0700)]
fix duplicate decorations

6 years agofix util::optional comparison operators
Jacob Lifshay [Sun, 24 Sep 2017 23:18:46 +0000 (16:18 -0700)]
fix util::optional comparison operators

6 years agoworking on implementing shader uniforms; implemented matrix load/store with transpose
Jacob Lifshay [Sun, 24 Sep 2017 08:02:08 +0000 (01:02 -0700)]
working on implementing shader uniforms; implemented matrix load/store with transpose

6 years agoadded row-major matrix type
Jacob Lifshay [Fri, 22 Sep 2017 23:40:03 +0000 (16:40 -0700)]
added row-major matrix type

6 years agoadd Shader_interface
Jacob Lifshay [Fri, 22 Sep 2017 04:41:20 +0000 (21:41 -0700)]
add Shader_interface

6 years agoimplement creating graphics pipelines through vulkan api
Jacob Lifshay [Fri, 22 Sep 2017 03:58:49 +0000 (20:58 -0700)]
implement creating graphics pipelines through vulkan api

6 years agoadded VkDescriptorSetLayout
Jacob Lifshay [Fri, 22 Sep 2017 00:17:07 +0000 (17:17 -0700)]
added VkDescriptorSetLayout

6 years agoworking on getting rendering through libkazan_vulkan_icd.so to work
Jacob Lifshay [Wed, 20 Sep 2017 22:16:01 +0000 (15:16 -0700)]
working on getting rendering through libkazan_vulkan_icd.so to work

6 years agoadd missing dependency
Jacob Lifshay [Wed, 20 Sep 2017 21:22:14 +0000 (14:22 -0700)]
add missing dependency

6 years agoworking on implementing device memory
Jacob Lifshay [Wed, 20 Sep 2017 05:14:54 +0000 (22:14 -0700)]
working on implementing device memory

6 years agoworking on implementing device memory
Jacob Lifshay [Wed, 20 Sep 2017 05:04:24 +0000 (22:04 -0700)]
working on implementing device memory

6 years agofix wrong mask in alignment calculation
Jacob Lifshay [Wed, 20 Sep 2017 05:03:23 +0000 (22:03 -0700)]
fix wrong mask in alignment calculation

6 years agofix weird compile error
Jacob Lifshay [Wed, 20 Sep 2017 02:26:25 +0000 (19:26 -0700)]
fix weird compile error

6 years agofinish filling in all uncompressed image format feature bits
Jacob Lifshay [Wed, 20 Sep 2017 01:02:48 +0000 (18:02 -0700)]
finish filling in all uncompressed image format feature bits

6 years agofix image/buffer feature bits through VK_FORMAT_R16G16B16A16_SFLOAT
Jacob Lifshay [Wed, 20 Sep 2017 00:46:57 +0000 (17:46 -0700)]
fix image/buffer feature bits through VK_FORMAT_R16G16B16A16_SFLOAT

6 years agofix image/buffer feature bits through VK_FORMAT_A8B8G8R8_SRGB_PACK32
Jacob Lifshay [Wed, 20 Sep 2017 00:34:15 +0000 (17:34 -0700)]
fix image/buffer feature bits through VK_FORMAT_A8B8G8R8_SRGB_PACK32

6 years agowrite present mode fallback messages only once
Jacob Lifshay [Tue, 19 Sep 2017 06:39:53 +0000 (23:39 -0700)]
write present mode fallback messages only once

6 years agofix assert on window resize
Jacob Lifshay [Tue, 19 Sep 2017 06:39:12 +0000 (23:39 -0700)]
fix assert on window resize

6 years agoSDL2's testvulkan works
Jacob Lifshay [Tue, 19 Sep 2017 06:12:26 +0000 (23:12 -0700)]
SDL2's testvulkan works

6 years agoworking on getting SDL2's testvulkan to run
Jacob Lifshay [Tue, 19 Sep 2017 01:52:33 +0000 (18:52 -0700)]
working on getting SDL2's testvulkan to run

6 years agofix infinite loop on fence wait timeout
Jacob Lifshay [Sat, 16 Sep 2017 01:59:38 +0000 (18:59 -0700)]
fix infinite loop on fence wait timeout

6 years agoimplement vulkan fences and command pools; add more validation to swapchain creation
Jacob Lifshay [Sat, 16 Sep 2017 01:43:32 +0000 (18:43 -0700)]
implement vulkan fences and command pools; add more validation to swapchain creation

6 years agoremove extraneous packages
Jacob Lifshay [Fri, 15 Sep 2017 17:16:58 +0000 (10:16 -0700)]
remove extraneous packages

6 years agoupdate README.md with correct build instructions
Jacob Lifshay [Fri, 15 Sep 2017 17:13:32 +0000 (10:13 -0700)]
update README.md with correct build instructions

Closes #4

6 years agoworking on adding KHR_swapchain extension
Jacob Lifshay [Fri, 15 Sep 2017 13:25:27 +0000 (06:25 -0700)]
working on adding KHR_swapchain extension

6 years agoworking on adding x11 wsi
Jacob Lifshay [Thu, 14 Sep 2017 15:44:04 +0000 (08:44 -0700)]
working on adding x11 wsi

6 years agoworking on adding wsi extensions
Jacob Lifshay [Wed, 13 Sep 2017 19:26:34 +0000 (12:26 -0700)]
working on adding wsi extensions

6 years agouse correct vendor id
Jacob Lifshay [Mon, 11 Sep 2017 11:52:21 +0000 (04:52 -0700)]
use correct vendor id

Closes #1

6 years agoworking on adding VK_KHR_surface support; breaks using with vulkaninfo
Jacob Lifshay [Sun, 10 Sep 2017 11:23:29 +0000 (04:23 -0700)]
working on adding VK_KHR_surface support; breaks using with vulkaninfo

6 years agofix building on arm
Jacob Lifshay [Fri, 8 Sep 2017 14:03:46 +0000 (07:03 -0700)]
fix building on arm

6 years agovulkaninfo runs successfully
Jacob Lifshay [Fri, 8 Sep 2017 11:22:47 +0000 (04:22 -0700)]
vulkaninfo runs successfully

6 years agofix build error using libstdc++ 7.2
Jacob Lifshay [Fri, 8 Sep 2017 11:18:39 +0000 (04:18 -0700)]
fix build error using libstdc++ 7.2

Closes #2

6 years agoimplement more api functions
Jacob Lifshay [Thu, 7 Sep 2017 07:53:22 +0000 (00:53 -0700)]
implement more api functions

6 years agochange project name to Kazan and reformat code
Jacob Lifshay [Wed, 6 Sep 2017 02:09:04 +0000 (19:09 -0700)]
change project name to Kazan and reformat code

6 years agostarted adding vulkan icd
Jacob Lifshay [Mon, 4 Sep 2017 06:34:51 +0000 (23:34 -0700)]
started adding vulkan icd

6 years agochange macro names to match project name
Jacob Lifshay [Mon, 4 Sep 2017 03:56:41 +0000 (20:56 -0700)]
change macro names to match project name

6 years agochange default symbol visibility to hidden
Jacob Lifshay [Sat, 2 Sep 2017 01:48:26 +0000 (18:48 -0700)]
change default symbol visibility to hidden

6 years agofix spelling mistake
Jacob Lifshay [Sat, 2 Sep 2017 00:20:29 +0000 (17:20 -0700)]
fix spelling mistake

6 years agoadd vk_icd.h from KhronosGroup/Vulkan-LoaderAndValidationLayers
Jacob Lifshay [Sat, 2 Sep 2017 00:15:47 +0000 (17:15 -0700)]
add vk_icd.h from KhronosGroup/Vulkan-LoaderAndValidationLayers

https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/blob/sdk-1.0.57.0/include/vulkan/vk_icd.h

6 years agoimplemented vertex shader inputs
Jacob Lifshay [Fri, 1 Sep 2017 09:28:47 +0000 (02:28 -0700)]
implemented vertex shader inputs

6 years agofix backwards comparison in basic_string_view::find
Jacob Lifshay [Fri, 1 Sep 2017 08:17:31 +0000 (01:17 -0700)]
fix backwards comparison in basic_string_view::find

6 years agoadd util::Aligned_memory_allocator
Jacob Lifshay [Wed, 30 Aug 2017 21:49:12 +0000 (14:49 -0700)]
add util::Aligned_memory_allocator

6 years agoadd reasons for not completing everything during GSOC gsoc-2017
Jacob Lifshay [Tue, 29 Aug 2017 03:08:50 +0000 (20:08 -0700)]
add reasons for not completing everything during GSOC

6 years agofix link to docs
Jacob Lifshay [Mon, 28 Aug 2017 21:48:07 +0000 (14:48 -0700)]
fix link to docs

6 years agofix formatting
Jacob Lifshay [Mon, 28 Aug 2017 21:47:02 +0000 (14:47 -0700)]
fix formatting

6 years agoadd link to docs
Jacob Lifshay [Mon, 28 Aug 2017 21:46:31 +0000 (14:46 -0700)]
add link to docs

6 years agoadd gsoc-2017-landing-page.md
Jacob Lifshay [Mon, 28 Aug 2017 21:43:59 +0000 (14:43 -0700)]
add gsoc-2017-landing-page.md

6 years agoadd gcc to todo.md
Jacob Lifshay [Mon, 28 Aug 2017 20:28:40 +0000 (13:28 -0700)]
add gcc to todo.md

6 years agoadd links to docs and todo list to README.md
Jacob Lifshay [Mon, 28 Aug 2017 12:44:06 +0000 (05:44 -0700)]
add links to docs and todo list to README.md

6 years agoadd todo.md
Jacob Lifshay [Mon, 28 Aug 2017 12:42:19 +0000 (05:42 -0700)]
add todo.md

6 years agoadded demo.md
Jacob Lifshay [Mon, 28 Aug 2017 12:22:05 +0000 (05:22 -0700)]
added demo.md

6 years agofinished generate_spirv_parser.md
Jacob Lifshay [Mon, 28 Aug 2017 12:14:11 +0000 (05:14 -0700)]
finished generate_spirv_parser.md

6 years agoadd more docs to generate_spirv_parser
Jacob Lifshay [Mon, 28 Aug 2017 12:07:30 +0000 (05:07 -0700)]
add more docs to generate_spirv_parser

6 years agoadd documentation for generate_spirv_parser
Jacob Lifshay [Mon, 28 Aug 2017 11:46:22 +0000 (04:46 -0700)]
add documentation for generate_spirv_parser

6 years agoadd pipeline.md
Jacob Lifshay [Mon, 28 Aug 2017 10:22:30 +0000 (03:22 -0700)]
add pipeline.md

6 years agocorrect the comment in Graphics_pipeline::run::solve_for_t
Jacob Lifshay [Mon, 28 Aug 2017 10:14:50 +0000 (03:14 -0700)]
correct the comment in Graphics_pipeline::run::solve_for_t

6 years agofinished spirv_to_llvm.md
Jacob Lifshay [Mon, 28 Aug 2017 09:48:38 +0000 (02:48 -0700)]
finished spirv_to_llvm.md

6 years agoadded docs for spirv_to_llvm_implementation.h
Jacob Lifshay [Mon, 28 Aug 2017 09:38:03 +0000 (02:38 -0700)]
added docs for spirv_to_llvm_implementation.h

6 years agoadd initial documentation for spirv_to_llvm
Jacob Lifshay [Mon, 28 Aug 2017 06:38:58 +0000 (23:38 -0700)]
add initial documentation for spirv_to_llvm

6 years agoupdate README.md to include Docker and not needing external source for xenial
Jacob Lifshay [Mon, 28 Aug 2017 06:06:47 +0000 (23:06 -0700)]
update README.md to include Docker and not needing external source for xenial

6 years agoadd image.md
Jacob Lifshay [Mon, 28 Aug 2017 06:00:19 +0000 (23:00 -0700)]
add image.md

6 years agoadd more documentation to json.md
Jacob Lifshay [Mon, 28 Aug 2017 05:37:33 +0000 (22:37 -0700)]
add more documentation to json.md

6 years agoadd json.md
Jacob Lifshay [Mon, 28 Aug 2017 05:10:20 +0000 (22:10 -0700)]
add json.md

6 years agoadd vulkan.md
Jacob Lifshay [Mon, 28 Aug 2017 05:10:11 +0000 (22:10 -0700)]
add vulkan.md

6 years agoadded llvm_wrapper.md
Jacob Lifshay [Mon, 28 Aug 2017 04:30:41 +0000 (21:30 -0700)]
added llvm_wrapper.md

6 years agoadd spirv.md
Jacob Lifshay [Mon, 28 Aug 2017 03:39:26 +0000 (20:39 -0700)]
add spirv.md

6 years agochange capitalization to match actual name in code
Jacob Lifshay [Mon, 28 Aug 2017 03:39:02 +0000 (20:39 -0700)]
change capitalization to match actual name in code

6 years agochange curl options to not display progress
Jacob Lifshay [Mon, 28 Aug 2017 01:41:06 +0000 (18:41 -0700)]
change curl options to not display progress

6 years agoadd docs for util library
Jacob Lifshay [Mon, 28 Aug 2017 01:31:59 +0000 (18:31 -0700)]
add docs for util library

6 years agoshorten build log
Jacob Lifshay [Sun, 27 Aug 2017 23:22:39 +0000 (16:22 -0700)]
shorten build log

6 years agoadd .travis.yml for Travis CI
Jacob Lifshay [Sun, 27 Aug 2017 23:12:16 +0000 (16:12 -0700)]
add .travis.yml for Travis CI

6 years agoadded docker build scripts for use with continuous integration
Jacob Lifshay [Sun, 27 Aug 2017 22:59:53 +0000 (15:59 -0700)]
added docker build scripts for use with continuous integration

6 years agogeneralize output file gitignore pattern
Jacob Lifshay [Wed, 23 Aug 2017 04:34:28 +0000 (21:34 -0700)]
generalize output file gitignore pattern

6 years agorendering works
Jacob Lifshay [Wed, 23 Aug 2017 04:31:43 +0000 (21:31 -0700)]
rendering works

6 years agodraws triangle properly
Jacob Lifshay [Wed, 23 Aug 2017 00:37:09 +0000 (17:37 -0700)]
draws triangle properly

6 years agofix reference after free bug in orc compile stack
Jacob Lifshay [Tue, 22 Aug 2017 23:40:53 +0000 (16:40 -0700)]
fix reference after free bug in orc compile stack

6 years agoimplemented getting vertex positions and clipping triangles
Jacob Lifshay [Tue, 22 Aug 2017 08:57:19 +0000 (01:57 -0700)]
implemented getting vertex positions and clipping triangles

6 years agoremove redundant 'spirv::' -- already have 'using namespace spirv;'
Jacob Lifshay [Tue, 22 Aug 2017 06:42:59 +0000 (23:42 -0700)]
remove redundant 'spirv::' -- already have 'using namespace spirv;'

6 years agofragment shader compiles
Jacob Lifshay [Tue, 22 Aug 2017 06:39:22 +0000 (23:39 -0700)]
fragment shader compiles

6 years agoadd code to get target vector register width
Jacob Lifshay [Sat, 19 Aug 2017 00:55:15 +0000 (17:55 -0700)]
add code to get target vector register width

6 years agostart working on adding Image class
Jacob Lifshay [Sat, 19 Aug 2017 00:53:27 +0000 (17:53 -0700)]
start working on adding Image class

6 years agoadd some optimizations
Jacob Lifshay [Fri, 18 Aug 2017 23:50:57 +0000 (16:50 -0700)]
add some optimizations

6 years agonew orc compile stack complete
Jacob Lifshay [Fri, 18 Aug 2017 07:28:42 +0000 (00:28 -0700)]
new orc compile stack complete

new orc compile stack supports debugging JIT code using gdb
ready to add optimizations

6 years agovertex shader works; working on adding debugger-friendly compiler stack
Jacob Lifshay [Fri, 18 Aug 2017 00:25:45 +0000 (17:25 -0700)]
vertex shader works; working on adding debugger-friendly compiler stack

6 years agoadded ExtendedFloat::fromHalfPrecision
Jacob Lifshay [Thu, 17 Aug 2017 21:46:09 +0000 (14:46 -0700)]
added ExtendedFloat::fromHalfPrecision

6 years agovertex shader runs
Jacob Lifshay [Thu, 17 Aug 2017 08:19:36 +0000 (01:19 -0700)]
vertex shader runs

6 years agoworking on implementing Graphics_pipeline::make
Jacob Lifshay [Wed, 16 Aug 2017 08:19:06 +0000 (01:19 -0700)]
working on implementing Graphics_pipeline::make

6 years agoadded vulkan headers for version 1.0.58 and wrapping CMake target
Jacob Lifshay [Wed, 16 Aug 2017 07:47:18 +0000 (00:47 -0700)]
added vulkan headers for version 1.0.58 and wrapping CMake target

source url: https://github.com/KhronosGroup/Vulkan-Docs/tree/v1.0.58-core/src/vulkan

6 years agogenerates usable wrapper for vertex shader
Jacob Lifshay [Wed, 16 Aug 2017 07:38:14 +0000 (00:38 -0700)]
generates usable wrapper for vertex shader

6 years agoadd spirv::Instruction variant
Jacob Lifshay [Tue, 15 Aug 2017 23:58:48 +0000 (16:58 -0700)]
add spirv::Instruction variant

6 years agoallow multiple execution modes per entry point
Jacob Lifshay [Tue, 15 Aug 2017 23:22:30 +0000 (16:22 -0700)]
allow multiple execution modes per entry point

6 years agoworking on implementing vertex shader wrapper
Jacob Lifshay [Mon, 14 Aug 2017 23:44:34 +0000 (16:44 -0700)]
working on implementing vertex shader wrapper

still need to implement copying the shader output to the output buffer.
running the generated vertex shader should work.

6 years agostart adding graphics pipeline
Jacob Lifshay [Sat, 12 Aug 2017 00:34:28 +0000 (17:34 -0700)]
start adding graphics pipeline

6 years agoadd checks for unimplemented decorations on types
Jacob Lifshay [Fri, 11 Aug 2017 22:26:53 +0000 (15:26 -0700)]
add checks for unimplemented decorations on types

6 years agoadd alignment to generated llvm ir
Jacob Lifshay [Fri, 11 Aug 2017 22:12:53 +0000 (15:12 -0700)]
add alignment to generated llvm ir

6 years agorenamed libraries
Jacob Lifshay [Wed, 9 Aug 2017 04:23:50 +0000 (21:23 -0700)]
renamed libraries

6 years agoimplemented more instructions
Jacob Lifshay [Thu, 3 Aug 2017 22:50:58 +0000 (15:50 -0700)]
implemented more instructions

6 years agogenerating x86 code works
Jacob Lifshay [Tue, 1 Aug 2017 22:54:53 +0000 (15:54 -0700)]
generating x86 code works

6 years agoadded per-function target attributes
Jacob Lifshay [Fri, 28 Jul 2017 14:40:13 +0000 (07:40 -0700)]
added per-function target attributes