summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul1-1/+11
2009-04-09st: rearrange some code to be a little more clearBrian Paul1-9/+7
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul1-1/+0
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-2/+1
2009-03-03gallium: remove old state tracker renderbuffer attachment assertionBrian Paul1-2/+0
2009-02-27gallium: add st_validate_framebuffer() driver functionBrian Paul1-0/+20
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell1-5/+5
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul1-2/+2
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul1-1/+1
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-0/+458
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-4/+0
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin1-1/+0
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2009-01-15mesa: tweak to formattingAlan Hourihane1-2/+2
2009-01-15mesa: small cleanupAlan Hourihane1-6/+5
2009-01-14mesa: handle some cases of 0x0 render targetsAlan Hourihane1-3/+4
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell1-1/+1
2008-09-17gallium: new assertion on surface->textureBrian Paul1-0/+1
2008-07-04gallium: replace assertion with conditionalBrian Paul1-1/+2
2008-06-27gallium: handle msaaRoland Scheidegger1-1/+3
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca1-3/+5
2008-06-19gallium: remove unused varsBrian Paul1-3/+0
2008-05-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul1-2/+3
2008-05-09gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger1-6/+0
2008-05-08gallium: re-enable call to init_renderbuffer_bits(), remove dead codeBrian Paul1-14/+1
2008-05-07gallium: fix some render to texture bugsBrian Paul1-6/+28
2008-05-06gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul1-11/+14
2008-05-06gallium: create renderbuffer surface w/out CPU_READ/WRITE flagsMichal Danzer1-2/+0
2008-05-02gallium: set template.target = PIPE_TEXTURE_2DBrian Paul1-0/+1
2008-05-02gallium: identify depth-stencil texturesKeith Whitwell1-2/+14
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell1-8/+15
2008-05-02gallium: remove usage of winsys->surface_alloc_storage from state trackerKeith Whitwell1-76/+62
2008-05-01gallium: tex surface checkpointKeith Whitwell1-8/+19
2008-04-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul1-1/+1
2008-04-29gallium: added some assertions to st_render_texture() to check surface formatBrian Paul1-0/+2
2008-04-25gallium: Tell the driver the texture is updated when we finish rendering to it.Michel Dänzer1-0/+4
2008-04-24gallium: Initial support for pixel formats with unused storage components.Michel Dänzer1-0/+4
2008-04-07gallium: accum buffer fixesBrian Paul1-3/+26
2008-04-07gallium: clean-up in st_renderbuffer_alloc_storage()Brian Paul1-11/+16
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer1-1/+1
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian1-4/+5
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian1-0/+1
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell1-2/+2
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca1-0/+2
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer1-3/+0
2007-12-20gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell1-1/+1
2007-12-13add missing code for PIPE_FORMAT_S8_UNORM renderbufferBrian1-0/+4
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian1-20/+39
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca1-23/+13