aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul2008-05-261-2/+3
* gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger2008-05-091-6/+0
* gallium: re-enable call to init_renderbuffer_bits(), remove dead codeBrian Paul2008-05-081-14/+1
* gallium: fix some render to texture bugsBrian Paul2008-05-071-6/+28
* gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul2008-05-061-11/+14
* gallium: create renderbuffer surface w/out CPU_READ/WRITE flagsMichal Danzer2008-05-061-2/+0
* gallium: set template.target = PIPE_TEXTURE_2DBrian Paul2008-05-021-0/+1
* gallium: identify depth-stencil texturesKeith Whitwell2008-05-021-2/+14
* gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-8/+15
* gallium: remove usage of winsys->surface_alloc_storage from state trackerKeith Whitwell2008-05-021-76/+62
* gallium: tex surface checkpointKeith Whitwell2008-05-011-8/+19
* gallium: use new buffer wrapper functions in p_inlines.hBrian Paul2008-04-301-1/+1
* gallium: added some assertions to st_render_texture() to check surface formatBrian Paul2008-04-291-0/+2
* gallium: Tell the driver the texture is updated when we finish rendering to it.Michel Dänzer2008-04-251-0/+4
* gallium: Initial support for pixel formats with unused storage components.Michel Dänzer2008-04-241-0/+4
* gallium: accum buffer fixesBrian Paul2008-04-071-3/+26
* gallium: clean-up in st_renderbuffer_alloc_storage()Brian Paul2008-04-071-11/+16
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+1
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-4/+5
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-0/+1
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-251-2/+2
* Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca2008-01-171-0/+2
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-3/+0
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-201-1/+1
* add missing code for PIPE_FORMAT_S8_UNORM renderbufferBrian2007-12-131-0/+4
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-20/+39
* Add surface storage allocation function to winsys interface.José Fonseca2007-12-111-23/+13
* XXX comments about some hard-coded values that need to be fixedBrian2007-12-101-0/+1
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-3/+8
* Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer2007-12-101-1/+1
* Adapt for winsys interface changes.José Fonseca2007-12-091-1/+1
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-2/+3
* move surface pitch calculation so it always gets updatedBrian2007-12-071-2/+3
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-14/+14
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-12/+12
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-2/+6
* new init_renderbuffer_bits() helperBrian2007-11-081-14/+24
* Add winsys->surface_release() to complement winsys->surface_alloc().Brian2007-11-071-13/+4
* realloc surface if format changes, remove dead codeBrian2007-11-061-26/+13
* Make it compile under linux.Michal Krol2007-10-291-0/+1
* Use PIPE_FORMAT in state tracker.michal2007-10-271-11/+12
* surface_alloc() is now a winsys function.Brian2007-10-261-1/+1
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-251-3/+5
* Don't pad renderbuffers to multiple of two pixels anymore.Brian2007-10-231-6/+1
* unmap regions when reallocating renderbuffer storageBrian2007-10-201-0/+4
* 16-bit rgba surface/format for accumBrian2007-10-141-8/+4
* use correct mipmap level in st_render_texture()Brian2007-10-101-3/+3
* fix width/height padding that caused failed assertion upon window resizeBrian2007-10-101-3/+4
* Pad surface dimensions to multiples of 2.Michel Dänzer2007-09-191-0/+4
* added GL_STENCIL_INDEX8_EXTBrian2007-08-231-0/+3