aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-29Merge commit '0556811aeaad846f4bacbbd03e05e61fbfe1e545'Paul Thomson
2019-10-22Fixed warnings seen when compiling inside dEQP. (#695)asuonpaa
2019-10-16Added EMD histogram comparison support. (#689)asuonpaa
2019-10-15[AmberScript] Adding struct support (#688)dan sinclair
2019-10-11Fixup Dawn engine due to upstream changes (#687)dan sinclair
2019-10-10New type structure (#679)dan sinclair
2019-10-03Initialize data buffer. (#680)dan sinclair
2019-09-30Store formats in pipeline and scripts. (#677)dan sinclair
2019-09-30Added standalone tool for doing image comparison. (#673)asuonpaa
2019-09-28Use FormatParser where possible. (#675)dan sinclair
2019-09-27Remove GetComponents from the Format class. (#674)dan sinclair
2019-09-26Remove src/tests file. (#672)dan sinclair
2019-09-26[AmberScript] Add STD140 and STD430 layout modifiers to BUFFER. (#671)dan sinclair
2019-09-25Use enum for available layouts. (#670)dan sinclair
2019-09-25Add segments to format class (#669)dan sinclair
2019-09-25Merge commit '62ef3e4e056d80f848baadee745cc176f6252cc3' into HEADChris Forbes
2019-09-25Remove DatumType. (#667)dan sinclair
2019-09-24Remove DatumType usage from AmberScript parser. (#664)dan sinclair
2019-09-24Cleanup DatumType methods. (#663)dan sinclair
2019-09-24Use Format for args instead of DatumType. (#661)dan sinclair
2019-09-23Remove stale forward declarations (#662)dan sinclair
2019-09-20[AmberScript] Fix parsing of matrix data into buffers. (#657)dan sinclair
2019-09-19Create Format directly instead of going through DatumType. (#658)dan sinclair
2019-09-18Rename Buffer::ResizeTo to Buffer::SetSizeInElements. (#655)dan sinclair
2019-09-18Rename Buffer::GetTexelStride to Buffer::GetElementStide. (#654)dan sinclair
2019-09-18Clear all colour buffers in Vulkan engine. (#653)dan sinclair
2019-09-17Roll Vulkan headers and loader to v1.1.114 (#650)dan sinclair
2019-09-09Build fixes for updating dEQP's version of amber (#634)Ben Clayton
2019-09-05[Dawn] update amber to fix dawn bot failure (#630)Sarah
2019-09-04Avoid unused var warning when SPIRV-Tools not used (#626)David Neto
2019-09-04Allow recipe to change fence timeout. (#624)dan sinclair
2019-08-23[Dawn] Resolve remaining test failures (#609)Sarah
2019-08-09Initial Android.bp supportChris Forbes
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