Age | Commit message (Collapse) | Author |
|
|
|
|
|
Irrelevant, since we depend on working context switching now.
|
|
|
|
|
|
|
|
|
|
|
|
Free FBOs before textures since the later may be referenced by the former.
Need to bind the context we're destroying if there isn't a current context
so that ctx->DeleteTexture() etc can be used.
|
|
|
|
Just always align texture pitch to multiples of 64 bytes for now, pending a
more sophisticated scheme to do it only when really necessary.
|
|
Use new _mesa_reference_texobj() function for referencing/unreferencing
textures. Add new assertions/tests to try to detect invalid usage of
deleted textures.
|
|
|
|
projtex_mask is only an 8bit field, and wm.input_size_masks includes
other attributes' information, therefore right shift is needed.
|
|
compressed texture
|
|
|
|
|
|
Pull apart some key packets into individual fields and print sanely.
|
|
|
|
|
|
which make small textures(4x4,2x2,1x1) work well.
|
|
|
|
|
|
I missed this in the original migration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Finally let DRI build for nouveau.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added an assertion to check that NR_MAT_ATTRIBS == MAT_ATTRIB_MAX.
In the unlikely event this ever changes, maybe restore the code.
|
|
|
|
glPolygonMode with point sprite on i965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|