Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-25 | Move region_alloc() and region_release() to pipe_winsys. | Brian | |
This allows regions to be allocated w/out a rendering context. | |||
2007-09-27 | set miptree pitch to region pitch after allocating the region in ↵ | Brian | |
st_miptree_create() This fixes rendering with small (4x4) textures with softpipe. Haven't yet tested with i915. | |||
2007-09-27 | comments | Brian | |
2007-09-17 | Replace GL_TEXTURE_* tokens with PIPE_TEXTURE_* | Brian | |
Must have missed this a while back. This fixes cube mapping. | |||
2007-08-15 | translate GL texture targets to PIPE_TEXTURE_x values | Brian | |
2007-08-10 | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian | |
2007-08-06 | fix asst. warnings | Brian | |
2007-08-06 | clean-ups | Brian | |
2007-08-06 | minor renaming | Brian | |
2007-08-06 | Lift intel_mipmap_tree.c to st_mipmap_tree.c | Brian | |