Age | Commit message (Expand) | Author |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger |
2010-05-03 | st/mesa: remove unused needFlush parameter to st_finalize_texture() | Brian Paul |
2010-05-11 | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca |
2010-05-06 | st/mesa: fix compressed mipmap generation for small image sizes | Brian Paul |
2010-05-06 | st/mesa: fix bug in compute_num_levels() | Brian Paul |
2010-04-30 | st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures | Brian Paul |
2010-04-28 | Merge branch '7.8' | Brian Paul |
2010-04-28 | st/mesa: fill in stImage->level in st_generate_mipmap() | Brian Paul |
2010-04-27 | st/mesa: fix strides in (de)compress_image() functions | Brian Paul |
2010-04-23 | st/mesa: checkpoint WIP: mipmap generation for compressed textures | Brian Paul |
2010-04-23 | st/mesa: minor improvements in fallback_generate_mipmap() | Brian Paul |
2010-04-23 | st/mesa: remove unneeded #includes and add/update comments | Brian Paul |
2010-04-23 | st/mesa: clean-up: use st_context() everywhere | Brian Paul |
2010-04-18 | st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/ | Brian Paul |
2010-04-18 | st/mesa: remove st_texture_object::pipe field | Brian Paul |
2010-04-18 | st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/ | Brian Paul |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-16 | st/mesa: Invalidate sampler view when texture object changes. | Michal Krol |
2010-03-16 | gallium: change remaining util functions to use cso sampler views | Roland Scheidegger |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-14 | st/mesa: Remove unnecessary headers from st_gen_mipmap.c. | Vinson Lee |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul |
2009-12-21 | st/mesa: Check for single level mipmap trees. | Younes Manton |
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol |
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger |
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell |
2009-10-05 | mesa/st: add ST_DEBUG environment variable | Keith Whitwell |
2009-09-28 | st/mesa: fix st_generate_mipmap() issues | Brian Paul |
2009-06-19 | Always free image offsets memory when re-initializing texture image fields. | Michel Dänzer |
2009-05-18 | st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level() | Brian Paul |
2009-05-18 | st: fix incorrect target parameter to screen->is_format_supported() | Brian Paul |
2009-04-17 | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom |
2009-04-15 | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2009-02-02 | gallium: remove pipe_buffer from surfaces | Zack Rusin |
2009-01-14 | mesa: handle some cases of 0x0 render targets | Alan Hourihane |
2008-09-26 | mesa: fix incorrect parameter order | Brian Paul |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca |
2008-06-20 | gallium: remove unneeded #include | Brian Paul |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | gallium: replace assignment with pipe_texture_reference() | Brian Paul |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |