Age | Commit message (Collapse) | Author |
|
|
|
|
|
The values are hardcoded: __LINE__ = 1, __FILE__ = 0 and __VERSION__ = 110.
|
|
|
|
Some directives may output tokens as a result of their operation.
|
|
|
|
No extensions supported.
|
|
|
|
Handle `optimize(on|off)' and `debug(on|off)' pragmas.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the same offset for same strings. Allows to compare strings
by comparing their's offsets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return NULL if the BO is busy, otherwise just map it.
|
|
Incomplete and totally untested. Based on intel_generate_mipmap().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seriously guys....
|
|
So that debugging is no longer a full-spam-or-nothing approach, you are now
supposed to set the RADEON_DEBUG environment flag just like for classic Mesa.
The available debug flags are different, however. Just running an OpenGL
application with RADEON_DEBUG set to an arbitrary string will print out
helpful information.
Everything must be compiled with -DDEBUG for any of this to work
|
|
according to actual vertex index count.
|
|
|