Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-29 | Make it compile under linux. | Michal Krol | |
Move pipe_region/surface_reference functions to pipe/p_inlines.h. Remove #include "p_util.h" from pipe/p_context.h. | |||
2007-10-27 | Use PIPE_FORMAT in state tracker. | michal | |
Fix PIPE_FORMAT field encoding. Re-implement st_get_format_info. | |||
2007-10-26 | surface_alloc() is now a winsys function. | Brian | |
This allows surfaces to be allocated without a rendering context. A few loose ends to resolve, but in working condition. | |||
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-10-23 | Don't pad renderbuffers to multiple of two pixels anymore. | Brian | |
This was only needed to avoid out-of-bounds memory accesses with the 2x2 quad_read/write() functions which no longer exist. | |||
2007-10-20 | unmap regions when reallocating renderbuffer storage | Brian | |
2007-10-14 | 16-bit rgba surface/format for accum | Brian | |
2007-10-10 | use correct mipmap level in st_render_texture() | Brian | |
2007-10-10 | fix width/height padding that caused failed assertion upon window resize | Brian | |
2007-09-19 | Pad surface dimensions to multiples of 2. | Michel Dänzer | |
Avoids an assertion failure with softpipe if requested width or height is odd. | |||
2007-08-23 | added GL_STENCIL_INDEX8_EXT | Brian | |
2007-08-22 | Improved pipe_region/surface_reference() functions | Brian | |
Now dereferences the old object first. Target object may be NULL to clear the pointer. | |||
2007-08-17 | added assertions, disable debug output | Brian | |
2007-08-13 | set renderbuffer Width/Height = texture size | Brian | |
2007-08-13 | fix up some render-to-texture code ... almost there | Brian | |
2007-08-13 | check for ctx==NULL in st_renderbuffer_delete() | Brian | |
2007-08-10 | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian | |
2007-08-10 | more render to texture work | Brian | |
2007-08-10 | sketch out some render-to-texture code | Brian | |
2007-08-10 | rename st_cb_teximage.h st_format.h | Brian | |
2007-08-10 | code movement | Brian | |
2007-08-09 | init strb->Base.DataType appropriately, clean-ups | Brian | |
2007-08-09 | assertions | Brian | |
2007-08-09 | Checkpoint intel_renderbuffer removal. | Brian | |
Remove surface ptr from gl_renderbuffer. Use st_renderbuffer in most places. More clean-up. | |||
2007-08-09 | checkpoint: no longer using intel_fbo.c | Brian | |
2007-08-06 | New st_init_*_functions() to initialize the driver functions table. | Brian | |
We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects. | |||
2007-08-03 | framebuffer object functions | Brian | |