mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 01:20:22 +01:00
Cleanup formatting a little bit.
This commit is contained in:
parent
f321f16e83
commit
c8af2b5a52
1 changed files with 6 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
static const struct {
|
||||
GLuint format, filter;
|
||||
} tx_table0[] = {
|
||||
_ALPHA(RGBA8888),
|
||||
_ALPHA(RGBA8888),
|
||||
_ALPHA_REV(RGBA8888),
|
||||
_ALPHA(ARGB8888),
|
||||
_ALPHA_REV(ARGB8888),
|
||||
|
|
@ -88,7 +88,11 @@ _ALPHA(RGBA8888),
|
|||
_ALPHA_REV(AL88),
|
||||
_ALPHA(A8),
|
||||
_COLOR(L8),
|
||||
_ALPHA(I8), _INVALID(CI8), _YUV(YCBCR), _YUV(YCBCR_REV),};
|
||||
_ALPHA(I8),
|
||||
_INVALID(CI8),
|
||||
_YUV(YCBCR),
|
||||
_YUV(YCBCR_REV),
|
||||
};
|
||||
|
||||
static const struct {
|
||||
GLuint format, filter;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue