summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_blit.c
AgeCommit message (Expand)Author
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-23st/mesa: Remove unnecessary header.Vinson Lee
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-22st/mesa: implement depth-only blit for BlitFramebufferMarek Olšák
2010-08-22st/mesa: fix BlitFramebuffer for D24S8 texturesMarek Olšák
2010-05-26st/mesa: Remove unnecessary headers.Vinson Lee
2010-05-21st/mesa: remove unused varBrian Paul
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-12st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul
2010-04-18st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-15st/mesa: Fix a call to st_get_stobj_sampler_view().Michal Krol
2010-03-15gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol
2010-02-03st/mesa: Remove unnecessary headers.Vinson Lee
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-15st/mesa: Remove unnecessary headers from st_cb_blit.c.Vinson Lee
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu
2009-09-19mesa: Allow BlitFramebuffer from a texture.José Fonseca
2009-08-05st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul
2009-08-05st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul
2008-09-11st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-12gallium: add some #if FEATURE_x testsBrian Paul
2008-04-21gallium: Use CSO cache for shaders.Michel Dänzer
2008-03-20gallium: Y-invert blit depending on framebuffer orientationBrian
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-18gallium: glFramebufferBlitEXT() implementationBrian