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
eb46bbaa4bcc66dba02929221c69825e4dec6d4e authored about 7 years ago
Attempt to make the depth presets more helpful.
People wondering what the LESS_EQUAL_WRITE stuf...
0a5a1521cde02bcd90dd8a749cee14857a773dd5 authored over 7 years ago
* Add optional serde support, minor formatting cleanup
* Update crate version and bitflags de...
dc152d34b444c1661f617a0be3387fd9e238b16f authored almost 8 years agoChanged Rasterizer constructor, bumped bit_flags version
81c9526f0a9052cc8b1c0b621046c8797065efee authored over 8 years ago0a6d21ced685adbea570384df0d7857416c43dca authored over 8 years ago
Updated bitflag dependency
228a640b99137ce677404f28609be89327927e5c authored almost 9 years agoCloses https://github.com/gfx-rs/draw_state/issues/39
- Bumped to 0.6.0
8836057fed19556121e8fb1eb1155e77a93f5e5f authored almost 9 years agoMove CullFace out of the RasterMethod, into Rasterizer. (gfx-rs/gfx#936)
16d43a389a9ca2010beab4c2684745b534427b56 authored almost 9 years ago0e531ebece3bc761df49e73292c6a1c631f9a8ac authored almost 9 years ago
774c18421f6d339a2d35028791238c679670d916 authored almost 9 years ago
1d02fc7e7229f1429b22f469f3f77db2c7e4e0ec authored almost 9 years ago
PSO compatibility
3201e77724ac22ff948f526c7c712082591383ec authored about 9 years ago1abe62a60ab6b7e9d7ad825841121f759a2d808a authored about 9 years ago
3054baded51df5b6680b4a85ad40b87cb98f28a2 authored about 9 years ago
11b6aff706ed33245781a92b3097eef73b62e2f1 authored about 9 years ago
771b28295dcd1a7328d87ccf464b953f45a21e74 authored about 9 years ago
2a0672b6d8a895e55f1f00fb7f6974f1b8ecd4a0 authored about 9 years ago
d6b7da667e969339d5b4764500e3c7366496b4a2 authored about 9 years ago
9270410c735fd3d7aef9c64a41db40ca64c2ed69 authored about 9 years ago
Refactored the types imports.
efcf59846c8785a72614afb9b680f9613d131ae0 authored about 9 years agod8777b07061f034508c23a954a93d48bace4f8cb authored about 9 years ago
faa5cc90a26ed3c2329847caab9d88dc02e33150 authored about 9 years ago
1dd944a2cf55ea0572d17327a390d9e32dbe2e4e authored about 9 years ago
6c89520c509631d24f8ba477682d2eacc5fe56fb authored about 9 years ago
Updated dependencies
9655bdf1857ae1ba106013ffdbc15823419fb224 authored over 9 years ago* Bumped to 0.2.0
df1160105aeb662f29d92b38906cb9d13c15988f authored over 9 years agoBumped to 0.1.2
fb6b3174e31449c288b540b85b40279b59596e4e authored over 9 years agoa06f18ebad553750755684e7359024c8d7122b0c authored over 9 years ago
Fix missing docs error (temporary)
efa48fc88fe121c82165f3bfc9212e50e3a9b182 authored over 9 years ago0ebec617dd248a30de0ce67d119c82f3528c8a9b authored over 9 years ago
Remove Debug as bitflags defines it for us
cbb959c6a274666f7e090585662fcba405a73a9b authored over 9 years ago1cb67a9b85ea6d74bb73d48324ccb9992be573be authored over 9 years ago
Bumped the version to 0.1.0, added #must_use
d216dab3c2632e17372d3b6ff3a1c5c95d26d8d1 authored over 9 years ago8378ba1ed50512d378090536e075309743fce07d authored over 9 years ago
d40fef58b268a8b56d58e9a4eeca48fd9702cb03 authored over 9 years ago
Added PartialOrd to DrawState.
15354d748851c98b599718a9319843401655872e authored over 9 years ago
Tried to apply as many auto-deriving primitives on all the
subtypes as possible.
Added `MASK_NONE` to `ColorMask`
44a0aed11abccbf970fc7efbe84b6482f0548248 authored almost 10 years agoCloses https://github.com/gfx-rs/draw_state/issues/24
93eb54e5890295f82a18e3a4e1ae8612be447172 authored almost 10 years agoAdded `DrawState::scissor`
74e0e452532675c46337d987601be08a575d5fad authored almost 10 years agoCloses https://github.com/gfx-rs/draw_state/issues/22
8a29df3da4a57ce681c5d67fd1fc0d1f5bdb4647 authored almost 10 years agoUpgrade to latest Rust
c85bd73d2bff048e07cc1275f148d54ad8e5489d authored almost 10 years agocea484a559eafcef026fbbd6f8fd9fc8c2388a3e authored almost 10 years ago
Fix "error: unary negation of unsigned integers may be removed in the future"
027e0960e9338bec3772b9fbb79d93b7f2de130d authored almost 10 years ago
Instead of using integer underflow to get maximum value for current
type, use builtin integer me...
Renamed `Additive` and `Multiplicative`
afea5101558ff9588038b962b92648cdce218ddf authored almost 10 years agoCloses https://github.com/gfx-rs/draw_state/issues/18
59b151c1c40cbe48eed468c0173ef0719093da49 authored almost 10 years agoAdded `BlendPreset::Invert`
179becb52e1ced18d72c1712fac47d414fb22a38 authored almost 10 years agoCloses https://github.com/gfx-rs/draw_state/issues/16
7ca3da1a997333c8bc40090cda424362e7e4c40d authored almost 10 years agoAdded `BlendPreset::Multiplicative`
6ff944d2327a04fea4edfe2c76e09e9165e8fb3b authored almost 10 years agoCloses https://github.com/gfx-rs/draw_state/issues/13
3a6beeeff7afecb00cc0d0635ace9eb1e58d5e23 authored almost 10 years agoRedesign `Factor`
41eec53c05c57633783056c7718983e020d7b542 authored almost 10 years ago8b6a8b29e6705df08f459df637c275c8188d7341 authored almost 10 years ago
Closes https://github.com/gfx-rs/draw_state/issues/8
67822d1f65973d974a4fda09c3b17e3f7fbc6594 authored almost 10 years agoDerived Eq and Hash for BlendPreset
f87a9ce8d3a91bfc5004241ea7f4dd26770ea385 authored almost 10 years agoa8745a096bc64b979ec25f27233f0f81506c99fd authored almost 10 years ago
Closes https://github.com/gfx-rs/draw_state/issues/8
c0b2740f8ec460ac2f7e2e6ecdae55dce0a14f4f authored almost 10 years agoUpdated crates.io
ecc946670481e9f1c39676becb5495398c3db9ff authored almost 10 years ago9a6614ced84217ea211ef401bcab267e7c8598b3 authored almost 10 years ago
Renamed "block" to "state"
73f2cff489c318ddf0200f592034ff2fa8553f51 authored almost 10 years agoCloses https://github.com/gfx-rs/draw_state/issues/4
e188ca08bea484422da5f488263f23f9300c5950 authored almost 10 years agoAdded .travis.yml
5a66eb8ca2686bced9bba438e4a91567ac8baa2b authored almost 10 years agoCloses https://github.com/gfx-rs/draw_state/issues/6
ecd299dc6289618d3061208b108a9f31c8408f11 authored almost 10 years agoAdded docs to blending `Equation`
d5aa172e68c3968260849d9e886cd0c4e7d8891d authored almost 10 years agoSource: https://www.opengl.org/wiki/Blending
768a81ee79b10f0b9ba86d54555b7bd01625f222 authored almost 10 years agoMoved in stuff from gfx-rs
b92422e8671a25f8fe5c8216001b44f5ca849744 authored almost 10 years ago63df02eaff76b184af89034b7dd89280b957f5d3 authored almost 10 years ago
* Moved “device/state.rs” to “lib.rs”
* Moved “device/target.rs” to “target.rs”
* Moved “render/...
* Fixed package name
* Renamed `WindingOrder` to `FrontFace`
* Renamed `CullMode` to `CullFace`
Closes https://github.com/gfx-rs/draw_state/issues/1
7462aad836c7b636f651e2337223da40402c5a72 authored almost 10 years ago1ad264240c59e96166b9307f90418bed87e11ea5 authored almost 10 years ago