Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gfx-rs/draw_state

deprecated
https://github.com/gfx-rs/draw_state

New bitflags, defaults, presets, and v0.8 version (#45)

eb46bbaa4bcc66dba02929221c69825e4dec6d4e authored about 7 years ago
Improve preset::depth docs (#44)

Attempt to make the depth presets more helpful.
People wondering what the LESS_EQUAL_WRITE stuf...

8247b096bfaa8bf0f32ba39f577e883b9ac52ff4 authored over 7 years ago
Replace blending preset (#43)

0a5a1521cde02bcd90dd8a749cee14857a773dd5 authored over 7 years ago
Add optional serialization support (gfx-rs/gfx#1229) (#42)

* Add optional serde support, minor formatting cleanup

* Update crate version and bitflags de...

dc152d34b444c1661f617a0be3387fd9e238b16f authored almost 8 years ago
Merge pull request #41 from kvark/cull

Changed Rasterizer constructor, bumped bit_flags version

81c9526f0a9052cc8b1c0b621046c8797065efee authored over 8 years ago
Changed Rasterizer constructor, bumped bit_flags version

0a6d21ced685adbea570384df0d7857416c43dca authored over 8 years ago
Merge pull request #40 from bvssvni/upd

Updated bitflag dependency

228a640b99137ce677404f28609be89327927e5c authored almost 9 years ago
Updated bitflag dependency

Closes https://github.com/gfx-rs/draw_state/issues/39

- Bumped to 0.6.0

8836057fed19556121e8fb1eb1155e77a93f5e5f authored almost 9 years ago
Merge pull request #38 from Binero/master

Move CullFace out of the RasterMethod, into Rasterizer. (gfx-rs/gfx#936)

16d43a389a9ca2010beab4c2684745b534427b56 authored almost 9 years ago
Bump the version

0e531ebece3bc761df49e73292c6a1c631f9a8ac authored almost 9 years ago
Moved CullFace out of the RasterMethod, into the Rasterizer. (#936)

774c18421f6d339a2d35028791238c679670d916 authored almost 9 years ago
Updated bitflags version and self to 0.4 (fixes #37)

1d02fc7e7229f1429b22f469f3f77db2c7e4e0ec authored almost 9 years ago
Merge pull request #34 from sectopod/reference

PSO compatibility

3201e77724ac22ff948f526c7c712082591383ec authored about 9 years ago
Removed DrawState and ClearData

1abe62a60ab6b7e9d7ad825841121f759a2d808a authored about 9 years ago
Bumped the version to 0.3

3054baded51df5b6680b4a85ad40b87cb98f28a2 authored about 9 years ago
Implemented the color state

11b6aff706ed33245781a92b3097eef73b62e2f1 authored about 9 years ago
Added some depth state presets

771b28295dcd1a7328d87ccf464b953f45a21e74 authored about 9 years ago
Exposed the preset module to public

2a0672b6d8a895e55f1f00fb7f6974f1b8ecd4a0 authored about 9 years ago
Moved the blend presets into the constants of a separate module

d6b7da667e969339d5b4764500e3c7366496b4a2 authored about 9 years ago
Removed the default() for Rasterizer. Added new() methods for Rasterizer and Stencil

9270410c735fd3d7aef9c64a41db40ca64c2ed69 authored about 9 years ago
Moved the multi-sampling configuration into the Rasterizer state, which replaces the old Primitive.

Refactored the types imports.

efcf59846c8785a72614afb9b680f9613d131ae0 authored about 9 years ago
Use ColorValue for the blend color

d8777b07061f034508c23a954a93d48bace4f8cb authored about 9 years ago
Moved stencil refs and blend refs into a separate RefValues struct

faa5cc90a26ed3c2329847caab9d88dc02e33150 authored about 9 years ago
Moved get_cull_face from Primitive into RasterMethod

1dd944a2cf55ea0572d17327a390d9e32dbe2e4e authored about 9 years ago
Moved the reference values out of state blocks. Multiplied blend states per slot. Switched polygon offsets to integer types.

6c89520c509631d24f8ba477682d2eacc5fe56fb authored about 9 years ago
Merge pull request #33 from bvssvni/upd

Updated dependencies

9655bdf1857ae1ba106013ffdbc15823419fb224 authored over 9 years ago
Updated dependencies

* Bumped to 0.2.0

df1160105aeb662f29d92b38906cb9d13c15988f authored over 9 years ago
Merge pull request #32 from bvssvni/master

Bumped to 0.1.2

fb6b3174e31449c288b540b85b40279b59596e4e authored over 9 years ago
Bumped to 0.1.2

a06f18ebad553750755684e7359024c8d7122b0c authored over 9 years ago
Merge pull request #31 from fkaa/missing-docs-fix

Fix missing docs error (temporary)

efa48fc88fe121c82165f3bfc9212e50e3a9b182 authored over 9 years ago
Fix missing docs error (temporary)

0ebec617dd248a30de0ce67d119c82f3528c8a9b authored over 9 years ago
Merge pull request #30 from csherratt/master

Remove Debug as bitflags defines it for us

cbb959c6a274666f7e090585662fcba405a73a9b authored over 9 years ago
Remove Debug as bitflags defines it for us

1cb67a9b85ea6d74bb73d48324ccb9992be573be authored over 9 years ago
Merge pull request #29 from kvark/version

Bumped the version to 0.1.0, added #must_use

d216dab3c2632e17372d3b6ff3a1c5c95d26d8d1 authored over 9 years ago
Bumped the version to 0.1.0, added #must_use

8378ba1ed50512d378090536e075309743fce07d authored over 9 years ago
Bump the version

d40fef58b268a8b56d58e9a4eeca48fd9702cb03 authored over 9 years ago
Merge pull request #27 from csherratt/master

Added PartialOrd to DrawState.

15354d748851c98b599718a9319843401655872e authored over 9 years ago
Added PartialOrd to DrawState.

Tried to apply as many auto-deriving primitives on all the
subtypes as possible.

b0c89a25551c2266e014350780dbde0be373c4f6 authored over 9 years ago
Merge pull request #25 from bvssvni/master

Added `MASK_NONE` to `ColorMask`

44a0aed11abccbf970fc7efbe84b6482f0548248 authored almost 10 years ago
Added `MASK_NONE` to `ColorMask`

Closes https://github.com/gfx-rs/draw_state/issues/24

93eb54e5890295f82a18e3a4e1ae8612be447172 authored almost 10 years ago
Merge pull request #23 from bvssvni/scissor

Added `DrawState::scissor`

74e0e452532675c46337d987601be08a575d5fad authored almost 10 years ago
Added `DrawState::scissor`

Closes https://github.com/gfx-rs/draw_state/issues/22

8a29df3da4a57ce681c5d67fd1fc0d1f5bdb4647 authored almost 10 years ago
Merge pull request #21 from bvssvni/master

Upgrade to latest Rust

c85bd73d2bff048e07cc1275f148d54ad8e5489d authored almost 10 years ago
Upgrade to latest Rust

cea484a559eafcef026fbbd6f8fd9fc8c2388a3e authored almost 10 years ago
Merge pull request #20 from vickenty/fix-unsigned-negation

Fix "error: unary negation of unsigned integers may be removed in the future"

027e0960e9338bec3772b9fbb79d93b7f2de130d authored almost 10 years ago
Don't negate unsigned integers.

Instead of using integer underflow to get maximum value for current
type, use builtin integer me...

673715f98f128d127ad838123da0e51032b1c637 authored almost 10 years ago
Merge pull request #19 from bvssvni/rename

Renamed `Additive` and `Multiplicative`

afea5101558ff9588038b962b92648cdce218ddf authored almost 10 years ago
Renamed `Additive` and `Multiplicative`

Closes https://github.com/gfx-rs/draw_state/issues/18

59b151c1c40cbe48eed468c0173ef0719093da49 authored almost 10 years ago
Merge pull request #17 from bvssvni/invert

Added `BlendPreset::Invert`

179becb52e1ced18d72c1712fac47d414fb22a38 authored almost 10 years ago
Added `BlendPreset::Invert`

Closes https://github.com/gfx-rs/draw_state/issues/16

7ca3da1a997333c8bc40090cda424362e7e4c40d authored almost 10 years ago
Merge pull request #15 from bvssvni/multiplicative

Added `BlendPreset::Multiplicative`

6ff944d2327a04fea4edfe2c76e09e9165e8fb3b authored almost 10 years ago
Added `BlendPreset::Multiplicative`

Closes https://github.com/gfx-rs/draw_state/issues/13

3a6beeeff7afecb00cc0d0635ace9eb1e58d5e23 authored almost 10 years ago
Merge pull request #11 from bvssvni/factor

Redesign `Factor`

41eec53c05c57633783056c7718983e020d7b542 authored almost 10 years ago
Merge remote-tracking branch 'origin/factor' into factor

8b6a8b29e6705df08f459df637c275c8188d7341 authored almost 10 years ago
Redesign `Factor`

Closes https://github.com/gfx-rs/draw_state/issues/8

67822d1f65973d974a4fda09c3b17e3f7fbc6594 authored almost 10 years ago
Merge pull request #12 from kvark/preset

Derived Eq and Hash for BlendPreset

f87a9ce8d3a91bfc5004241ea7f4dd26770ea385 authored almost 10 years ago
Derived Eq and Hash for BlendPreset

a8745a096bc64b979ec25f27233f0f81506c99fd authored almost 10 years ago
Redesign `Factor`

Closes https://github.com/gfx-rs/draw_state/issues/8

c0b2740f8ec460ac2f7e2e6ecdae55dce0a14f4f authored almost 10 years ago
Merge pull request #10 from bvssvni/master

Updated crates.io

ecc946670481e9f1c39676becb5495398c3db9ff authored almost 10 years ago
Updated crates.io

9a6614ced84217ea211ef401bcab267e7c8598b3 authored almost 10 years ago
Merge pull request #9 from bvssvni/state

Renamed "block" to "state"

73f2cff489c318ddf0200f592034ff2fa8553f51 authored almost 10 years ago
Renamed "block" to "state"

Closes https://github.com/gfx-rs/draw_state/issues/4

e188ca08bea484422da5f488263f23f9300c5950 authored almost 10 years ago
Merge pull request #7 from bvssvni/master

Added .travis.yml

5a66eb8ca2686bced9bba438e4a91567ac8baa2b authored almost 10 years ago
Added .travis.yml

Closes https://github.com/gfx-rs/draw_state/issues/6

ecd299dc6289618d3061208b108a9f31c8408f11 authored almost 10 years ago
Merge pull request #5 from bvssvni/master

Added docs to blending `Equation`

d5aa172e68c3968260849d9e886cd0c4e7d8891d authored almost 10 years ago
Added docs to blending `Equation`

Source: https://www.opengl.org/wiki/Blending

768a81ee79b10f0b9ba86d54555b7bd01625f222 authored almost 10 years ago
Merge pull request #2 from bvssvni/master

Moved in stuff from gfx-rs

b92422e8671a25f8fe5c8216001b44f5ca849744 authored almost 10 years ago
Removed `Access`, `Target` + fixed empty line

63df02eaff76b184af89034b7dd89280b957f5d3 authored almost 10 years ago
Reorganized modules

* Moved “device/state.rs” to “lib.rs”
* Moved “device/target.rs” to “target.rs”
* Moved “render/...

fe8604973e25adae212151985923a9df1f7062cc authored almost 10 years ago
Minor fixes, renaming

* Fixed package name
* Renamed `WindingOrder` to `FrontFace`
* Renamed `CullMode` to `CullFace`

4d5ea7c0a41b7d5b3051dabbd981c5d74abc7050 authored almost 10 years ago
Moved in stuff from gfx-rs

Closes https://github.com/gfx-rs/draw_state/issues/1

7462aad836c7b636f651e2337223da40402c5a72 authored almost 10 years ago
Initial commit

1ad264240c59e96166b9307f90418bed87e11ea5 authored almost 10 years ago