Age | Commit message (Expand) | Author |
2010-10-23 | mesa: split up the image.c file | Brian Paul |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-09-27 | Remove unnescessary initializations of UpdateTexturePalette | Ian Romanick |
2010-09-23 | mesa: Remove EXT_convolution. | Eric Anholt |
2010-09-23 | mesa: Remove the non-required ARB_imaging extension. | Eric Anholt |
2010-09-20 | st/mesa: fix assertion failure in GetTexImage for cubemaps | Marek Olšák |
2010-09-04 | mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_image | Luca Barbieri |
2010-08-26 | st/mesa: Fix glEGLImageTargetTexture2DOES. | Chia-I Wu |
2010-08-20 | mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLE | Luca Barbieri |
2010-07-01 | st/mesa: fix comment | Brian Paul |
2010-06-22 | st/mesa: remove bogus assertions st_CompressedTexSubImage2D | Roland Scheidegger |
2010-06-08 | st/mesa: attempt to fix TFP by using sampler views (v1) | Dave Airlie |
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-03 | st/mesa: updated comments and fix some formatting in texture storage code | Brian Paul |
2010-05-03 | st/mesa: rename srcImageStride -> srcRowStride and fix-up formatting | Brian Paul |
2010-05-03 | st/mesa: consolidate and clean-up texture memory allocation code | Brian Paul |
2010-05-03 | st/mesa: move some texture size calculation code | Brian Paul |
2010-05-03 | st/mesa: remove old convolution-related vars and min pitch code | Brian Paul |
2010-05-03 | st/mesa: remove unsupported convolution code | Brian Paul |
2010-05-03 | st/mesa: updated comment | Brian Paul |
2010-05-03 | st/mesa: restore original last_layer comparison | Brian Paul |
2010-05-11 | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca |
2010-05-06 | st/mesa: when copying mipmap levels between textures, start at BaseLevel | Brian Paul |
2010-05-04 | st/mesa: need to pass srcLevel to st_texture_image_copy() | Brian Paul |
2010-05-04 | st/mesa: return success/fail from guess_and_alloc_texture() | 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: fix incorrect RowStride computation | Brian Paul |
2010-04-23 | st/mesa: clean-up: use st_context() everywhere | Brian Paul |
2010-04-23 | st/mesa: replace 'usage' with 'bindings' | Brian Paul |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-18 | st/mesa: remove st_texture_object::pipe field | Brian Paul |
2010-04-18 | st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/ | Brian Paul |
2010-04-18 | st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/ | Brian Paul |
2010-04-15 | st/mesa: Move dereference and assignment to after NULL check. | Vinson Lee |
2010-04-13 | st/mesa: Drop st_public support. | Chia-I Wu |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-29 | mesa/st: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca |
2010-03-24 | st/mesa: fix typo in prev commit | Brian Paul |
2010-03-24 | st/mesa: fix sampler_view destruction bug when texture is shared | Brian Paul |
2010-03-17 | st/mesa: plug in default for pipe_context::surface_copy() if needed | Brian Paul |
2010-03-17 | st/mesa: Fix build breakage. | Corbin Simpson |
2010-03-17 | Merge branch '7.8' into master | Pauli Nieminen |
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-15 | st/mesa: Pass in correct sampler view object to blitter. | Michal Krol |
2010-03-15 | gallium: util_blit_pixels() takes source sampler view as argument. | Michal Krol |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |