gallium: free bitmap fragment shaders, misc clean-up
[mesa.git] / src / mesa / state_tracker / st_cb_fbo.c
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
2007-12-14 Brianadd missing code for PIPE_FORMAT_S8_UNORM renderbuffer
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-11 BrianXXX comments about some hard-coded values that need...
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-10 Michel DänzerFix up some confusion wrt winsys->buffer_create alignme...
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 Brianmove surface pitch calculation so it always gets updated
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-08 Briannew init_renderbuffer_bits() helper
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-06 Brianrealloc surface if format changes, remove dead code
2007-10-29 Michal KrolMake it compile under linux.
2007-10-27 michalUse PIPE_FORMAT in state tracker.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-23 BrianDon't pad renderbuffers to multiple of two pixels anymore.
2007-10-20 Brianunmap regions when reallocating renderbuffer storage
2007-10-14 Brian16-bit rgba surface/format for accum
2007-10-10 Brianuse correct mipmap level in st_render_texture()
2007-10-10 Brianfix width/height padding that caused failed assertion...
2007-09-19 Michel DänzerPad surface dimensions to multiples of 2.
2007-08-23 Brianadded GL_STENCIL_INDEX8_EXT
2007-08-22 BrianImproved pipe_region/surface_reference() functions
2007-08-17 Brianadded assertions, disable debug output
2007-08-14 Brianset renderbuffer Width/Height = texture size
2007-08-14 Brianfix up some render-to-texture code ... almost there
2007-08-13 Briancheck for ctx==NULL in st_renderbuffer_delete()
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Brianmore render to texture work
2007-08-10 Briansketch out some render-to-texture code
2007-08-10 Brianrename st_cb_teximage.h st_format.h
2007-08-10 Briancode movement
2007-08-09 Brianinit strb->Base.DataType appropriately, clean-ups
2007-08-09 Brianassertions
2007-08-09 BrianCheckpoint intel_renderbuffer removal.
2007-08-09 Briancheckpoint: no longer using intel_fbo.c
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-08-03 Brianframebuffer object functions