Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
| | | | | | | | INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <[email protected]> | ||||
* | intel: Add support for ARB_sampler_objects. | Eric Anholt | 2011-04-23 | 1 | -0/+8 |
| | | | | | | | | | | | | This extension support consists of replacing "gl_texture_obj->Sampler." with "_mesa_get_samplerobj(ctx, unit)->". One instance of referencing the texture's base sampler remains in the initial miptree allocation, where I'm not sure we have a clear association with any texture unit. Tested with piglit ARB_sampler_objects/sampler-objects. Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: new code/functions for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 1 | -0/+54 |
This implements the infrastructure for sampler objects and all the new API functions. |