Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixes problems found with Cg demos.
|
|
ctx->Driver.NewProgram() does the inits
|
|
|
|
|
|
|
|
Code clean-ups, reformatting, const-correctness, etc.
|
|
WGL_ARB_render_texture WGL_ARB_pbuffer
|
|
present in many of the other drivers as well.
|
|
|
|
formats. Fix various small bugs with tex env combine mode GL_DOT3_RGB(A)/GL_DOT3_RGB(A)_EXT
|
|
formats. Fix potential bug with tex env combine mode GL_DOT3_RGB/GL_DOT3_RGB_EXT and ALPHA_SCALE
|
|
|
|
GL_ARB_texture_compression. Also make the test list the compression formats
the driver "encourages" the app to use.
|
|
with S3TC patch it fixes those
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the 1.5 spec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only allow 1D and 2D GL_DEPTH_COMPONENT textures.
Make sure internal format and user format are in same catagory.
|
|
luminance_alpha format. In particular, using the al88 format to store
GL_ALPHA textures with r200 driver.
|
|
|
|
|
|
|
|
more warning flags are enabled (such as in the DRI tree). Make the second line
prettier, too.
Reported by: ajax
|
|
|
|
|
|
|