mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 21:10:12 +01:00
increased max convolution filter size
This commit is contained in:
parent
d4b799b60c
commit
a6d46f6b99
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: config.h,v 1.15 2000/07/05 22:40:30 brianp Exp $ */
|
||||
/* $Id: config.h,v 1.16 2000/08/21 14:24:53 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -119,8 +119,8 @@
|
|||
#define HISTOGRAM_TABLE_SIZE 256
|
||||
|
||||
/* Max convolution filter sizes */
|
||||
#define MAX_CONVOLUTION_WIDTH 5
|
||||
#define MAX_CONVOLUTION_HEIGHT 5
|
||||
#define MAX_CONVOLUTION_WIDTH 9
|
||||
#define MAX_CONVOLUTION_HEIGHT 9
|
||||
|
||||
/* GL_ARB_texture_compression */
|
||||
#define MAX_COMPRESSED_TEXTURE_FORMATS 25
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue