Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iris: limit gen8 to 8 samples | Dave Airlie | 2019-02-21 | 1 | -1/+2 |
* | iris: fix alpha channel for RGB BC1 formats | Kenneth Graunke | 2019-02-21 | 1 | -8/+13 |
* | iris: Drop B5G5R5X1 support | Kenneth Graunke | 2019-02-21 | 1 | -1/+0 |
* | iris: Enable A8/A16_UNORM in an inefficient manner | Kenneth Graunke | 2019-02-21 | 1 | -6/+7 |
* | iris: drop dead format //'s | Kenneth Graunke | 2019-02-21 | 1 | -56/+0 |
* | iris: X32_S8X24 :/ | Kenneth Graunke | 2019-02-21 | 1 | -5/+1 |
* | iris: enable I/L formats | Kenneth Graunke | 2019-02-21 | 1 | -81/+67 |
* | iris: Use R/RG instead of I/L/A when sampling | Kenneth Graunke | 2019-02-21 | 1 | -0/+31 |
* | iris: rework format translation apis | Kenneth Graunke | 2019-02-21 | 1 | -6/+8 |
* | iris: stencil texturing | Kenneth Graunke | 2019-02-21 | 1 | -0/+1 |
* | iris: fix Z32_S8 depth sampling | Kenneth Graunke | 2019-02-21 | 1 | -4/+6 |
* | iris: reenable R32G32B32 texture buffers | Kenneth Graunke | 2019-02-21 | 1 | -1/+4 |
* | iris: use consistent copyright formatting | Kenneth Graunke | 2019-02-21 | 1 | -7/+6 |
* | iris: disallow RGB32 formats too | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: Convert RGBX to RGBA for rendering. | Kenneth Graunke | 2019-02-21 | 1 | -0/+20 |
* | iris: say no to more formats | Kenneth Graunke | 2019-02-21 | 1 | -2/+17 |
* | iris: allow S8 as a stencil format | Kenneth Graunke | 2019-02-21 | 1 | -1/+2 |
* | iris: comment everything | Kenneth Graunke | 2019-02-21 | 1 | -0/+13 |
* | iris: fix Z24 | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: disable 6x MSAA support | Kenneth Graunke | 2019-02-21 | 1 | -2/+3 |
* | iris: comment out l/a/i/la | Kenneth Graunke | 2019-02-21 | 1 | -27/+29 |
* | iris: properly reject formats, fixes RGB32 rendering with texture float | Kenneth Graunke | 2019-02-21 | 1 | -1/+1 |
* | iris: bump GL version to 4.2 | Kenneth Graunke | 2019-02-21 | 1 | -3/+9 |
* | iris: some depth stuff :( | Kenneth Graunke | 2019-02-21 | 1 | -3/+4 |
* | iris: enable a few more formats | Kenneth Graunke | 2019-02-21 | 1 | -2/+2 |
* | iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. | Kenneth Graunke | 2019-02-21 | 1 | -0/+474 |