summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_fbo.c
AgeCommit message (Expand)Author
2008-09-17gallium: new assertion on surface->textureBrian Paul
2008-07-04gallium: replace assertion with conditionalBrian Paul
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-19gallium: remove unused varsBrian Paul
2008-05-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul
2008-05-09gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger
2008-05-08gallium: re-enable call to init_renderbuffer_bits(), remove dead codeBrian Paul
2008-05-07gallium: fix some render to texture bugsBrian Paul
2008-05-06gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul
2008-05-06gallium: create renderbuffer surface w/out CPU_READ/WRITE flagsMichal Danzer
2008-05-02gallium: set template.target = PIPE_TEXTURE_2DBrian Paul
2008-05-02gallium: identify depth-stencil texturesKeith Whitwell
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell
2008-05-02gallium: remove usage of winsys->surface_alloc_storage from state trackerKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul
2008-04-29gallium: added some assertions to st_render_texture() to check surface formatBrian Paul
2008-04-25gallium: Tell the driver the texture is updated when we finish rendering to it.Michel Dänzer
2008-04-24gallium: Initial support for pixel formats with unused storage components.Michel Dänzer
2008-04-07gallium: accum buffer fixesBrian Paul
2008-04-07gallium: clean-up in st_renderbuffer_alloc_storage()Brian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2007-12-20gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell
2007-12-13add missing code for PIPE_FORMAT_S8_UNORM renderbufferBrian
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10XXX comments about some hard-coded values that need to be fixedBrian
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-10Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07move surface pitch calculation so it always gets updatedBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-08new init_renderbuffer_bits() helperBrian
2007-11-07Add winsys->surface_release() to complement winsys->surface_alloc().Brian
2007-11-06realloc surface if format changes, remove dead codeBrian
2007-10-29Make it compile under linux.Michal Krol
2007-10-27Use PIPE_FORMAT in state tracker.michal
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-23Don't pad renderbuffers to multiple of two pixels anymore.Brian
2007-10-20unmap regions when reallocating renderbuffer storageBrian