summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2015-08-28cru: Use glslc instead of glslangValidator for GLSL -> SPIR-V compilationJason Ekstrand1-1/+1
2015-08-28glsl_scraper: Use python3Jason Ekstrand1-1/+1
2015-08-27tests: Add stencil_trianglesChad Versace1-0/+3
2015-08-27cmd/dump-image: Add new commandChad Versace1-0/+2
2015-08-27tapi: Add func t_new_cru_image_from_vk_image()Chad Versace1-0/+1
2015-08-27util: Add func cru_image_from_vk_image()Chad Versace1-0/+1
2015-08-27Add a test for basic push constant supportJason Ekstrand1-0/+2
2015-08-13make: Don't override the autotools 'check' targetChad Versace1-3/+1
2015-08-11self-tests: Add test for corrupted concurrent outputChad Versace1-1/+4
2015-08-11make: Add an empty make-check targetChad Versace1-0/+4
2015-08-11runner: Support concurrent tests when using process isolationChad Versace1-0/+2
2015-08-07framework/runner: Rename 'cru_runner' -> 'runner'Chad Versace1-1/+1
2015-08-07framework/test: Rewrite thread and phase transition codeChad Versace1-0/+2
2015-08-07framework/test: Split test.c into more manageable filesChad Versace1-0/+5
2015-08-07util: Rename symbol prefix 'cru_log' -> log'Chad Versace1-1/+1
2015-08-07util: Fix misnamed file cru_misc.c -> misc.cChad Versace1-1/+1
2015-08-07framework/test: Rename cru_test -> testChad Versace1-1/+1
2015-08-06util: Split from framework codeChad Versace1-11/+12
2015-08-06qonos: Split from framework codeChad Versace1-3/+3
2015-08-06cmd: Move source for crucible commands into their own folderChad Versace1-8/+8
2015-08-06framework: Split framework codeChad Versace1-2/+2
2015-08-04make: CFLAGS += -Werror=formatChad Versace1-0/+1
2015-08-03Add a simple multi-threaded allocation testJason Ekstrand1-0/+1
2015-07-31cru/slist: Make all functions inlineChad Versace1-1/+0
2015-07-30Add three tests for secondary command buffersJason Ekstrand1-0/+1
2015-07-29make: CFLAGS += -Werror=incompatible-pointer-typesChad Versace1-1/+3
2015-07-29make: CFLAGS += -Werror=int-conversionChad Versace1-1/+2
2015-07-29cru/runner: Move runner code into its own fileChad Versace1-0/+1
2015-07-29make: CFLAGS += _GNU_SOURCEChad Versace1-0/+1
2015-07-27cru: Remove unused cru_array_tChad Versace1-1/+0
2015-07-27cru/vec: Add a typesafe flexible vectorChad Versace1-0/+1
2015-07-27make: CFLAGS += -Werror=implicit-intChad Versace1-0/+1
2015-07-23data: Import 2 photos and generate grayscale imagesChad Versace1-3/+61
2015-07-20make: CPPFLAGS+=_DEFAULT_SOURCEChad Versace1-0/+1
2015-07-20cru/format: Move VkFormat info to core CrucibleChad Versace1-0/+1
2015-07-17make: CPPFLAGS += _XOPEN_SOURCE=700Chad Versace1-0/+1
2015-07-07func.draw_indexed: Rename to draw-indexedJason Ekstrand1-2/+2
2015-06-25func.depthstencil: Rename from 'func.ds'Chad Versace1-2/+2
2015-06-24Start using glslang to compile SPIR-V shadersJason Ekstrand1-1/+1
2015-06-18func.miptree: Add initial tests for 2d miptreesChad Versace1-0/+6
2015-06-11vk: Add minimal compute shader test caseKristian Høgsberg Kristensen1-0/+2
2015-06-08qonos/pipeline: Add default vertex and fragment shadersJason Ekstrand1-0/+1
2015-06-08make: Add generated sources to CLEANFILESChad Versace1-1/+1
2015-06-04tests: Use the CreateShaderGLSL macroJason Ekstrand1-0/+7
2015-06-04qonos: Add a GLSL scraper and a qoCreateShaderGLSL macroJason Ekstrand1-0/+3
2015-06-04qonos: Rework the CreateGraphicsPipeline helperJason Ekstrand1-1/+1
2015-06-03qonos: Add some Vulkan wrappersChad Versace1-0/+1
2015-06-02tests: Add test for vkCmdDrawIndexedKristian Høgsberg Kristensen1-0/+1
2015-05-29crucible: Add a stress test that uses 80K worth of binding tablesJason Ekstrand1-1/+2
2015-05-28vk: Add dynamic buffer offset testKristian Høgsberg1-0/+1