mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
Fix INTEL_DEBUG=fall.
This commit is contained in:
parent
9d6e0f5d64
commit
b249ff8a86
1 changed files with 15 additions and 8 deletions
|
|
@ -897,14 +897,21 @@ intelRenderPrimitive(GLcontext * ctx, GLenum prim)
|
|||
/**********************************************************************/
|
||||
|
||||
static char *fallbackStrings[] = {
|
||||
"Texture",
|
||||
"Draw buffer",
|
||||
"Read buffer",
|
||||
"Color mask",
|
||||
"Render mode",
|
||||
"Stencil",
|
||||
"Stipple",
|
||||
"User disable"
|
||||
[0] = "Draw buffer",
|
||||
[1] = "Read buffer",
|
||||
[2] = "Depth buffer",
|
||||
[3] = "Stencil buffer",
|
||||
[4] = "User disable",
|
||||
[5] = "Render mode",
|
||||
|
||||
[12] = "Texture",
|
||||
[13] = "Color mask",
|
||||
[14] = "Stencil",
|
||||
[15] = "Stipple",
|
||||
[16] = "Program",
|
||||
[17] = "Logic op",
|
||||
[18] = "Smooth polygon",
|
||||
[19] = "Smooth point",
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue