Bugzilla – Attachment 395 Details for
Bug 651
GL_INVALID_ENUM raised with glGetInteger(GL_MAX_TEXTURE_IMAGE_UNITS, ...) w/ Mesa3D 9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
Makefile for C programs
Makefile (text/plain), 512 bytes, created by
Mark Raynsford
on 2012-12-08 13:01:06 CET
(
hide
)
Description:
Makefile for C programs
Filename:
MIME Type:
Creator:
Mark Raynsford
Created:
2012-12-08 13:01:06 CET
Size:
512 bytes
patch
obsolete
>all: texture-units-gl2 texture-units-gl3 > >texture-units-gl2: texture-units-gl2.c units.o > cc -W -Wall -Werror -Wno-unused-parameter -std=c89 -o texture-units-gl2 texture-units-gl2.c units.o -lGL -lX11 > >texture-units-gl3: texture-units-gl3.c units.o > cc -W -Wall -Werror -Wno-unused-parameter -std=c89 -o texture-units-gl3 texture-units-gl3.c units.o -lGL -lX11 > >units.o: units.c > cc -W -Wall -Werror -Wno-unused-parameter -std=c89 -c -o units.o units.c > >clean: > rm -f texture-units-gl2 texture-units-gl3 units.o
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 651
:
394
| 395 |
396
|
397
|
398
|
399