Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Get rid of function overloads | Jason Ekstrand | 2015-12-28 | 1 | -4/+4 |
* | vc4: Fix handling of sample_mask output. | Eric Anholt | 2015-12-11 | 1 | -5/+4 |
* | nir: Get rid of *_indirect variants of input/output load/store intrinsics | Jason Ekstrand | 2015-12-10 | 1 | -0/+2 |
* | vc4: Add support for multisample framebuffer operations. | Eric Anholt | 2015-12-08 | 1 | -16/+116 |
* | vc4: Use nir_channel() to simplify all of our nir_swizzle() cases. | Eric Anholt | 2015-11-21 | 1 | -2/+2 |
* | vc4: Convert blending to being done in 4x8 unorm normally. | Eric Anholt | 2015-10-23 | 1 | -47/+239 |
* | vc4: Use nir_foreach_variable | Boyan Ding | 2015-10-20 | 1 | -1/+1 |
* | vc4: convert from tgsi semantic/index to varying-slot | Eric Anholt | 2015-09-16 | 1 | -6/+3 |
* | gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*. | Eric Anholt | 2015-09-16 | 1 | -1/+5 |
* | nir: Convert the builder to use the new NIR cursor API. | Kenneth Graunke | 2015-08-27 | 1 | -1/+1 |
* | vc4: Move all of our fixed function fragment color handling to NIR. | Eric Anholt | 2015-08-14 | 1 | -0/+431 |