mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
i965: remove unused BRW_FALLBACK_TEXTURE bit
The value was probably wrong too. It was the same as INTEL_FALLBACK_DRAW_BUFFER.
This commit is contained in:
parent
869e20bcb7
commit
2f7abf5c04
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
* Handles blending and (presumably) depth and stencil testing.
|
||||
*/
|
||||
|
||||
#define BRW_FALLBACK_TEXTURE 0x1
|
||||
|
||||
#define BRW_MAX_CURBE (32*16)
|
||||
|
||||
struct brw_context;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue