Age | Commit message (Collapse) | Author |
|
Move pipe_region/surface_reference functions to pipe/p_inlines.h.
Remove #include "p_util.h" from pipe/p_context.h.
|
|
Use FREE, MALLOC, CALLOC, GETENV wrappers.
Silence compiler warnings.
Add proper copyrights.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This controls whether texcoords are interpreted as-is or scaled up from [0,1].
Fixes glDrawPixels/glBitmap problems on i915 when image is non power-of-two.
Also, cleans up the CSO sampler state for i915 a bit.
|
|
|
|
|
|
Fixes crash when GL_BASE_LEVEL!=0.
Also, remove old assertion.
|
|
|
|
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
|
|
|
|
|
|
|
|
|
|
|
|
Also, add lodbias param to get_samples()
|
|
Lambda/level-of-detail is also computed in get_samples() now.
|
|
Mainly down to the support for legacy TNL processing now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|