Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Remove illegal operators for overloading.
|
|
|
|
Minor tweaks with the functions.
Add experimental print functions.
|
|
Add experimental print functions to builtin library.
Some functionality missing:
- automatic arrays;
- general constructors;
- local variable initialization;
- texture sampling and noise;
- semantic error checking;
- function prototypes.
|
|
Temporary vertex_shader execution code.
|
|
|
|
If enabled, all other stages, except render, are disabled.
|
|
GL_ARB_vertex_shader extensions.
|
|
|
|
|
|
If it's true that libcwrapper usage isn't necessary ever in the DllLoader world,
then this code should probbaly all go away.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with different methods to calculate the announced maximum texture sizes. Default is still the same (that is, radeon/r200 default to not announce anything which might not fit, i830/i915 default to 1 texture must fit). Bug #5785.
|
|
(bug 5791)
|
|
|
|
|
|
|
|
|
|
GL_STENCIL_INDEX8 with GL_STENCIL_INDEX8_EXT). Fix potential problem with drivers which use 32bit z buffers.
|
|
|
|
|
|
Minor fixes and cosmetic changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|