Block or Report
Block or report greggman
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,279 contributions in the last year
We're celebrating 100 million developers!
Less
More
Contribution activity
January 2023
Created 60 commits in 11 repositories
Created 2 repositories
- greggman/screenshot-ftw C++
- greggman/webgpu-github-test JavaScript
Created a pull request in gpuweb/cts that received 11 comments
Add more states to canvas composite ref tests.
There are bugs related to setting the CSS background color of a canvas vs setting the background color of the body so I added a couple of test cases.
+188
−169
•
11
comments
Opened 22 other pull requests in 2 repositories
gpuweb/cts
3
open
16
merged
2
closed
- Added sourcmaps to webgpu:api,operation,shader_module,compilation_info
- Add transferControlToOffscreen cases to colorSpace ref test
- Add a few more debug markers
- Test labels in descriptors appear on objects created.
- Make fuzzy test match wpt fuzzy specs
- Use screenshot library
- Make canvas_colorspace_rgba16float ref test more fuzzy
- Culling: Test triangle-strips, depth, and stencil results
- Clear pages between pages.
- Test colorSpace in readback tests
- Test GPUCanvasContext.configure colorSpace
- Fix local ref-test runner
- Make it possible to run the wpt ref tests from this repo
- Check null char create render pipeline
- Add a ResizeObserve test
- Unclutter the URL
- Add wpt ref test docs
- Add a canvas image-rendering wpt ref test
- Add reflection tests for buffers.
- Test you can not create 1d, 2d-array, and 3d multisampled textures
- Check that getBindGroupLayout returns unique JS objects.
mdn/content
1
merged
Reviewed 12 pull requests in 1 repository
gpuweb/cts
12 pull requests
- Test labels in descriptors appear on objects created.
- Test GPUCanvasContext.configure colorSpace
- Test colorSpace in readback tests
- Make it possible to run the wpt ref tests from this repo
- Remove phantom dependency on reftest-wait.js, copy code into CTS
- Unclutter the URL
- Add a ResizeObserve test
- Remove class=reftest-wait from reftests
- Remove <link rel=match> from -ref.html
- Test you can not create 1d, 2d-array, and 3d multisampled textures
- Add HTML5 DOCTYPE to all reftests
- Add a powerPreference option
Created an issue in gpuweb/gpuweb that received 11 comments
Should WGSL have a ternary operator?
I see there is no ternary operator in WGSL but I don't see any documented discussion of why it's not there. I use it often in GLSL and I see it's r…
11
comments
Opened 20 other issues in 7 repositories
gpuweb/cts
10
open
1
closed
- op: shader module sourceMap
- val? op? test for unusual objects as descriptors needed?
- val: capability_checks,limits
- op: render pipeline culling
-
val: test that createRenderPipeline does not match entryPoints with
\0
- reftest: test canvas with CSS background color
- op: reflections:query_set,*
- op: reflections:texture,*
- op: reflections:buffer,*
- op: default_layout:getBindGroupLayout_js_object
- val: copyImageBitmapToTexture should only allow 2d textures