summaryrefslogtreecommitdiffstats
path: root/gpu/gles2_conform_support
Commit message (Expand)AuthorAgeFilesLines
* Whitelist some GPU test includes in GN check.brettw2016-03-216-5/+6
* Enable GN check for gpu and rlzbrettw2016-03-181-0/+2
* gpu: Rename GpuScheduler to CommandExecutor.sunnyps2016-03-122-14/+11
* Refactor gles2_conform warning suppressions to apply to all platforms.kbr2016-03-021-25/+12
* Use GpuPreferences to avoid directly accessing switches in gpu related codepenghuang2016-02-292-1/+4
* Revert of command_buffer_gles2: Implement EGL default Display as a global obj...zmo2016-02-2514-1377/+749
* GPU Mac build fix.zmo2016-02-251-1/+1
* command_buffer_gles2: Implement EGL default Display as a global objectkkinnunen2016-02-2514-749/+1377
* Revert of Only call gles2::Terminate when all Display objects are deleted (pa...markusheintz2016-02-191-38/+21
* Only call gles2::Terminate when all Display objects are deletedsvaisanen2016-02-191-21/+38
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-162-3/+3
* command_buffer_gles2: Add test command_buffer_gles2_test for command_buffer_g...kkinnunen2016-02-154-3/+43
* Revert of command_buffer_gles2: Add test command_buffer_gles2_test for comman...thakis2016-02-094-44/+3
* command_buffer_gles2: Add test command_buffer_gles2_test for command_buffer_g...kkinnunen2016-02-094-3/+44
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* Suppress -Wconstant-conversion warning for GLES2 conformance tests.Kenneth Russell2016-02-032-0/+7
* Set disabled GL extensions from gpu driver bug list for the test executableskkinnunen2016-02-011-1/+4
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-13/+1
* command_buffer_gles2: Avoid creating multiple AtExitManagerskkinnunen2016-01-253-14/+37
* Removed last references to old sync points.dyen2016-01-222-24/+0
* Don't compile windowed egl into gles2_conform_test_windowlessjbauman2016-01-221-9/+1
* command_buffer_gles2: Fix command-line arguments if they are passedkkinnunen2016-01-221-14/+20
* Deploy angle_end2end_tests and gles2_conform_test more broadly.kbr2016-01-131-2/+3
* Ported gles2_conform_test harness to base/test/launcher.kbr2016-01-073-7/+19
* Make gles2_conform_test build and run with GN on Linux.kbr2016-01-072-48/+60
* Fix VS 2015 64-bit truncation warningbrucedawson2016-01-051-1/+1
* Added method to synchronize command buffers within GpuControl.dyen2016-01-052-0/+5
* Try more to let gles2_conform tests build with -Wall.Nico Weber2016-01-011-0/+4
* Try to let gles2_conform tests build with -Wall.Nico Weber2016-01-011-0/+6
* Switch to standard integer types in gpu/.avi2015-12-217-19/+31
* Support arguments and driver bug workarounds in command_buffer_gles2kkinnunen2015-12-211-3/+24
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-092-0/+5
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-042-5/+0
* Added an extra sync token field for extra command buffer identification.dyen2015-12-042-0/+5
* Cleanup SurfaceVisibility code.sohan.jyoti2015-11-302-5/+0
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Remove CreateStreamTexture from GL interfaces.siva.gunturi2015-11-152-6/+0
* Support multiple contexts in command_buffer_gles2kkinnunen2015-10-261-0/+1
* Added support for sync token signals.dyen2015-10-222-0/+7
* Fix typo in D3D9 Intel GLES2 test expects.jmadill2015-10-141-1/+1
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-142-0/+10
* Suppress failing cosine test on Intel D3D9.jmadill2015-10-091-0/+2
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-072-1/+18
* Add a temporary supression for SRGB issues on the Windows Intel FYI bot with ...geofflang2015-10-011-0/+1
* Added a unique command buffer ID for command buffers.dyen2015-09-182-0/+10
* Fix incorrect expectations for GLES CTS on Intel.geofflang2015-09-081-5/+5
* Fix support for internal_gles2_conform_test = truepetermayo2015-09-041-20/+23
* Add command_buffer_gles2hendrikw2015-09-033-84/+110