aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-23[Dawn] Resolve remaining test failures (#609)Sarah
2019-08-03Add root mean square error buffer comparison (#602)dan sinclair
2019-08-03Add option to disable SPIR-V validation (#615)Paul Thomson
2019-07-31Avoid uninitialized-var warning (#610)David Neto
2019-07-30[Dawn] Implement DoCompute support in dawn backend and fix sparse descriptor ...Sarah
2019-07-30Enable shader optimizations (#606)alan-baker
2019-07-30patch-entry (#605)Sarah
2019-07-25[Dawn] Add multiple color-attachment support (#594)Sarah
2019-07-24Add support for "NaN" as a double value (#595)Ricardo Garcia
2019-07-23Fix OpenCL pipeline derivatives (#593)alan-baker
2019-07-23Add support for specifying compile options (#592)alan-baker
2019-07-23Opencl set for kernel args (#589)alan-baker
2019-07-19Bind opencl buffers (#584)alan-baker
2019-07-19[Dawn] Update code to catch up with dawn changes (#579)Sarah
2019-07-17Specify target version for GLSL compilation (#582)David Neto
2019-07-16Update DEPS: update googletest (#581)David Neto
2019-07-15Support parsing OpenCL C kernels (#578)alan-baker
2019-07-15Set entry point names during pipeline creation (#577)alan-baker
2019-07-15Fix struct member name: No trailing underscore (#576)David Neto
2019-07-15[Dawn] Implement doBuffer in Dawn backend (#564)Sarah
2019-07-08[vulkan] Fixup colour attachment setup for render pass. (#572)dan sinclair
2019-07-05Use simple include paths (#571)Jaebaek Seo
2019-06-28Error out when DrawRect command is invoked on a pipeline with multiple vertex...Sarah
2019-06-27Implement drawArray in Dawn backend (#551)Sarah
2019-06-25Set the element count so we'll know the max size of a ssbo (#562)Sarah
2019-06-18Remove fragment shader requirement from validation (#555)Sarah
2019-06-17Attach buffers and textures at create pipeline state (#545)Sarah
2019-06-05Update DXC compile options (#538)Jaebaek Seo
2019-05-28Remove old location code from buffer class. (#530)dan sinclair
2019-05-27Shader specialization (#525)alan-baker
2019-05-27Add HLSL support through DXC (#511)dan sinclair
2019-05-21Add support for building SwiftShader (#512)dan sinclair
2019-05-21[vkscript] Set default format into buffers. (#514)dan sinclair
2019-05-21[amberscript] Add TOLERANCE parsing. (#517)dan sinclair
2019-05-15Only resize buffer if it will become bigger. (#506)dan sinclair
2019-05-13Allow setting name of framebuffer to extract. (#507)dan sinclair
2019-05-13Add support for DoDrawRect in dawn backend (#498)Sarah
2019-05-13[VkScript] Add pipeline validation. (#502)dan sinclair
2019-05-09[vkscript] Store push constant data in a buffer. (#495)dan sinclair
2019-04-25[amberscript] Add INDEXED parsing (#494)dan sinclair
2019-04-24[amberscript] Add instance and device extensions (#493)dan sinclair
2019-04-24[amberscript] Add ability to set engine data (#490)dan sinclair
2019-04-24[amberscript] Extend DRAW_ARRAYS parsing. (#487)dan sinclair
2019-04-24[vkscript] Skip adding uniform buffer to list of pipeline buffers (#488)dan sinclair
2019-04-24[amberscript] Add push_constant support. (#486)dan sinclair
2019-04-23Move buffer filling code into Buffer class. (#484)dan sinclair
2019-04-19Add flag to log execute calls. (#483)dan sinclair
2019-04-18Fix format sizes due to layout. (#482)dan sinclair
2019-04-17Flush out some class/method documentation. (#476)dan sinclair
2019-04-16[amberscript] Add DRAW_ARRAYS command (#472)dan sinclair