Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
amber
/
b2b409518142628bb5632f11d989116c6080298b
b2b4095
[VkScript] Add pipeline validation. (#502)
by dan sinclair
· 6 years ago
c546524
Update VkScript buffer document. (#500)
by dan sinclair
· 6 years ago
203a990
[vkscript] Store push constant data in a buffer. (#495)
by dan sinclair
· 6 years ago
9faad80
Exclude spirv-tools targets from all. (#496)
by Steven Perron
· 6 years ago
cea300d
[amberscript] Add INDEXED parsing (#494)
by dan sinclair
· 6 years ago
8232a8c
[amberscript] Add instance and device extensions (#493)
by dan sinclair
· 6 years ago
580aa57
[amberscript] Add ability to set engine data (#490)
by dan sinclair
· 6 years ago
bb89603
[amberscript] Extend DRAW_ARRAYS parsing. (#487)
by dan sinclair
· 6 years ago
4736b0f
Add push constant graphics tests. (#492)
by dan sinclair
· 6 years ago
fffbb43
[vkscript] Skip adding uniform buffer to list of pipeline buffers (#488)
by dan sinclair
· 6 years ago
a795d9c
[amberscript] Add push_constant support. (#486)
by dan sinclair
· 6 years ago
d4c369f
Move buffer filling code into Buffer class. (#484)
by dan sinclair
· 6 years ago
e731ff4
Add Dawn backend to linux kokoro (#477)
by Sarah
· 6 years ago
6832a92
Add flag to log execute calls. (#483)
by dan sinclair
· 6 years ago
9d7d3bb
Fix format sizes due to layout. (#482)
by dan sinclair
· 6 years ago
b07f6a2
Update suppressions (#481)
by dan sinclair
· 6 years ago
99becfb
Enable syntax highlighting in amberscript doc (#479)
by dan sinclair
· 6 years ago
5b339a5
Scripting document cleanups (#478)
by dan sinclair
· 6 years ago
3ba8401
Flush out some class/method documentation. (#476)
by dan sinclair
· 6 years ago
2dcaa50
[amberscript] Add DRAW_ARRAYS command (#472)
by dan sinclair
· 6 years ago
5272a98
Add compute tests for AmberScript. (#471)
by dan sinclair
· 6 years ago
57e960f
Adding depth and stencil to DoClear (#467)
by Sarah
· 6 years ago
ac70df3
Merge Data and Format buffers. (#466)
by dan sinclair
· 6 years ago
d26ee22
Unify buffer sizes. (#465)
by dan sinclair
· 6 years ago
dd5b5e6
Convert ProbeSSBO to use Format objects. (#464)
by dan sinclair
· 6 years ago
ee7662c
Add doc/engines.md (#463)
by dan sinclair
· 6 years ago
d84f541
Convert BufferCommand to use Format. (#462)
by dan sinclair
· 6 years ago
e8302e1
Dawn engine: refactor (#455)
by David Neto
· 6 years ago
5299cf3
Move Format up into base Buffer class (#461)
by dan sinclair
· 6 years ago
847634a
Use Format instead of DatumType where possible. (#460)
by dan sinclair
· 6 years ago
e968f5c
AmberScript and README updates (#459)
by dan sinclair
· 6 years ago
d4e543b
Add Buffer::GetFormat (#458)
by dan sinclair
· 6 years ago
ae06ff8
Simplify Format::GetBytesize; rename to SizeInBytes (#457)
by dan sinclair
· 6 years ago
b322b20
[vulkan] Allow setting vertex buffer with a data buffer (#450)
by dan sinclair
· 6 years ago
43248b2
[AmberScript] Add DERIVE_PIPELINE (#453)
by dan sinclair
· 6 years ago
5397303
Dawn engine: Adapt to latest Dawn API. (#454)
by David Neto
· 6 years ago
77b90e8
Update Dawn config file (#440)
by Sarah
· 6 years ago
6a39267
[vulkan] copy fb data onto device (#452)
by dan sinclair
· 6 years ago
7f72bbf
[vulkan] Add a write framebuffer state; cleanup (#449)
by dan sinclair
· 6 years ago
a8acd2e
Generate a Format from a DataBuffer. (#448)
by dan sinclair
· 6 years ago
da78976
[vulkan] TransferImage knows current layout and stage (#445)
by dan sinclair
· 6 years ago
1f834b8
[amberscript] Add REPEAT command (#443)
by dan sinclair
· 6 years ago
1806fc6
[amberscript] Fix BUFFER commands in examples (#447)
by James Price
· 6 years ago
135cef4
Add EXPECT EQ_BUFFER command (#444)
by Hugues Evrard
· 6 years ago
c5afcf2
Add amber overview doc (#442)
by dan sinclair
· 6 years ago
3ba9e39
[vulkan] simplify image transition code. (#441)
by dan sinclair
· 6 years ago
0c05047
[amberscript] Allow buffer data on same line as declaration. (#439)
by dan sinclair
· 6 years ago
a80dbbd
[vulkan] Use LOAD_OP_LOAD for the default attachment description (#438)
by dan sinclair
· 6 years ago
80265db
Remove accidentally added file (#437)
by dan sinclair
· 6 years ago
86af71d
[vkscript] report error on invalid ssbo subdata offset. (#421)
by dan sinclair
· 6 years ago
f23a84c
[amberscript] add DEVICE_FEATURE. (#434)
by dan sinclair
· 6 years ago
d70c0e4
Add destructors for the config objects. (#422)
by dan sinclair
· 6 years ago
6fa4f59
[amberscript] split parser test file (#432)
by dan sinclair
· 6 years ago
5fc7b6e
Hide pipeline buffer formats (#420)
by dan sinclair
· 6 years ago
7fa3e97
Remove buffer_data file. (#419)
by dan sinclair
· 6 years ago
367b63b
[amberscript] Add CLEAR_COLOR parsing. (#416)
by dan sinclair
· 6 years ago
d68c489
[vulkan] remove un-needed methods (#424)
by dan sinclair
· 6 years ago
e31aadd
[vulkan] Remove vulkan/format_data (#415)
by dan sinclair
· 6 years ago
bc902d4
Implement AmberScript COPY command (#371)
by Hugues Evrard
· 6 years ago
fb6849f
[vulkan] Remove params which can be retrieved from Device. (#414)
by dan sinclair
· 6 years ago
a06ad05
[vulkan] Cleanup device methods for properties (#413)
by dan sinclair
· 6 years ago
d7926a5
Add EXPECT EQ (#411)
by dan sinclair
· 6 years ago
11d4796
[vulkan] remove unnecessary Result returns. (#412)
by dan sinclair
· 6 years ago
724d61f
[vulkan] merge Descriptor and BufferDescriptor. (#410)
by dan sinclair
· 6 years ago
afe0881
Initialize amber structures. (#408)
by dan sinclair
· 6 years ago
d1984fe
[vulkan] Remove memory pointer from Buffer. (#407)
by dan sinclair
· 6 years ago
8b6850b
[vulkan] Move pipeline shutdown to destructor (#409)
by dan sinclair
· 6 years ago
710813e
Move engine shutdown to destructor (#396)
by dan sinclair
· 6 years ago
e1a2912
Convert buffer data earlier (#394)
by dan sinclair
· 6 years ago
b783263
Remove return as it's unreachable. (#406)
by dan sinclair
· 6 years ago
9a535ae
Initialize desc_type var to avoid aggressive warning (#402)
by David Neto
· 6 years ago
0b0f168
Change cmake to use PYTHON_EXECUTABLE. (#403)
by dan sinclair
· 6 years ago
7cb201d
Make python required (#401)
by dan sinclair
· 6 years ago
4df4bba
Remove unreachable line (#400)
by dan sinclair
· 6 years ago
a8580eb
Initialize comparator. (#399)
by dan sinclair
· 6 years ago
b31eb61
Add missing iterator include. (#393)
by dan sinclair
· 6 years ago
1cd61fb
Move config helper to use destructor (#391)
by dan sinclair
· 6 years ago
12a2568
Initialize stage vars to satisfy pessimistic warning (#395)
by David Neto
· 6 years ago
acd6a54
[vulkan] Move GetFrameBuffer out of engine code. (#389)
by dan sinclair
· 6 years ago
3acdaf9
[vulkan] Change vulkan generation location. (#390)
by dan sinclair
· 6 years ago
05d1a6c
[vulkan] Cleanup some asserts (#388)
by dan sinclair
· 6 years ago
d650661
[vulkan] Fixup width of draw commands. (#383)
by dan sinclair
· 6 years ago
c6078df
[vulkan] Rename methods returning vulkan objects. (#387)
by dan sinclair
· 6 years ago
b531cf8
[vulkan] Add CommandBuffer guard. (#386)
by dan sinclair
· 6 years ago
be94d5c
[vulkan] Remove redundant record and submit commands. (#385)
by dan sinclair
· 6 years ago
5dfa7d0
[vulkan] Merge CommandBuffer End and SubmitAndReset. (#384)
by dan sinclair
· 6 years ago
399098f
[vulkan] Wrap render pass into RAII object. (#382)
by dan sinclair
· 6 years ago
34c7508
[vulkan] More MoltenVK suppressions (#378)
by dan sinclair
· 6 years ago
38003d5
Add a PipelineCommand class. (#380)
by dan sinclair
· 6 years ago
51d3ade
Enable find vulkan on Android (#381)
by dan sinclair
· 6 years ago
454b37f
Remove pipeline from probe commands. (#377)
by dan sinclair
· 6 years ago
60f0406
Integrate PPM unit tests. (#379)
by dan sinclair
· 6 years ago
6064a40
[vulkan] Better error message when failing to make vulkan device. (#372)
by dan sinclair
· 6 years ago
f9ccef4
Guard against missing framebuffer pointer (#376)
by dan sinclair
· 6 years ago
cd446e6
[vulkan] Add missing result check (#375)
by dan sinclair
· 6 years ago
a6b5d1e
Change depth format for test. (#374)
by dan sinclair
· 6 years ago
918d83e
[testing] Add suppressions to test runner (#373)
by dan sinclair
· 6 years ago
e822b18
Clarify AmberScript comment definition (#370)
by Hugues Evrard
· 6 years ago
3e6826c
[AmberScript] Implement EXPECT EQ_RGB(A)? parsing (#367)
by dan sinclair
· 6 years ago
f25114b
[vulkan] remove Shutdown methods. (#366)
by dan sinclair
· 6 years ago
Next »