8000 Tags · bholley/gleam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bholley/gleam

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#171 - gw3583:len-fix, r=jdm

Handle (unsigned) short in calculate_length.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/171)
<!-- Reviewable:end -->

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#170 - servo:make-it-unsafe, r=emilio

Make get_uniform_iv and get_uniform_fv unsafe

They shouldn't check any uniform variable type by themselves, and the checks they did wasn't actually sound anyway.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/170)
<!-- Reviewable:end -->

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#169 - servo:ext, r=emilio

 Add GL_EXT_shader_texture_lod and GL_EXT_texture_filter_anisotropic

Needed for servo/servo#20791.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/169)
<!-- Reviewable:end -->

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#164 - servo:safety, r=jdm

Dumb down some methods

We change get_boolean_iv etc to be unsafe and take a &mut [T] to write
the result into. We also take the opportunity to rename them to follow
more closely the naming of GL itself.

Fixes servo#151.
Fixes servo#153.
Fixes servo#154.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/164)
<!-- Reviewable:end -->

v0.4.34

Toggle v0.4.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#163 - mattnenterprise:alias-line-width-range, r=nox

Introduce alias_line_width_range

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/163)
<!-- Reviewable:end -->

v0.4.33

Toggle v0.4.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#162 - brainlessdeveloper:implement-get-renderbuff…

…er-param-iv, r=kvark

Implement get_renderbuffer_param_iv

I think this is necessary for servo/servo#20514

I didn't find a way to run tests or anything similar on this repo, so I also can't be sure whether the PR is correct.

https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.14.7
https://www.khronos.org/registry/OpenGL/specs/es/2.0/es_full_spec_2.0.pdf#nameddest=section-6.1.3

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/162)
<!-- Reviewable:end -->

v0.4.32

Toggle v0.4.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#162 - brainlessdeveloper:implement-get-renderbuff…

…er-param-iv, r=kvark

Implement get_renderbuffer_param_iv

I think this is necessary for servo/servo#20514

I didn't find a way to run tests or anything similar on this repo, so I also can't be sure whether the PR is correct.

https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.14.7
https://www.khronos.org/registry/OpenGL/specs/es/2.0/es_full_spec_2.0.pdf#nameddest=section-6.1.3

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/162)
<!-- Reviewable:end -->

v0.4.31

Toggle v0.4.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#159 - gootorov:fix-get_uniform, r=nox

Fix: determine the length of the vector with uniform values by the type of uniform variable

Currently we match on location to determine the number of uniform values to return, while we should do so by matching on the type.

r? @emilio

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/159)
<!-- Reviewable:end -->

v0.4.30

Toggle v0.4.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#158 - servo:max-viewport-dims, r=emilio

Implement max_viewport_dims

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/158)
<!-- Reviewable:end -->

v0.4.29

Toggle v0.4.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#157 - servo:alias-point-size-range, r=emilio

Introduce alias_point_size_range

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/157)
<!-- Reviewable:end -->
0