| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+1 |
* | st/mesa: stop using gl_texture_image::Data when mapping/unmapping textures | Brian Paul | 2011-10-05 | 1 | -0/+1 |
* | st/mesa: remove unnecessary st_texture_match_image() parameters | Brian Paul | 2011-09-22 | 1 | -5/+4 |
* | st/mesa: Convert size assertions to conditionals in st_texture_image_copy. | Brian Paul | 2011-09-22 | 1 | -3/+9 |
* | st/mesa: fix incorrect debug output | Brian Paul | 2011-09-13 | 1 | -3/+2 |
* | st/mesa: remove st_texture_image::face,level fields | Brian Paul | 2011-08-24 | 1 | -2/+2 |
* | Merge branch 'glsl-to-tgsi' | Bryan Cain | 2011-08-04 | 1 | -0/+20 |
|\ |
|
| * | st/mesa: replace duplicated create_color_map_texture() function with shared f... | Bryan Cain | 2011-08-04 | 1 | -0/+20 |
|/ |
|
* | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 1 | -1/+1 |
* | st/mesa: fix texture array dimensions | Brian Paul | 2011-01-28 | 1 | -6/+87 |
* | st/mesa: pass layers param to st_texture_create() | Brian Paul | 2011-01-28 | 1 | -0/+1 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -27/+27 |
* | mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLE | Luca Barbieri | 2010-08-20 | 1 | -1/+1 |
* | mesa: Remove inclusion of compiler.h from mtypes.h. | Vinson Lee | 2010-07-31 | 1 | -2/+2 |
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 1 | -19/+14 |
|\ |
|
| * | mesa/st: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 1 | -20/+17 |
* | | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca | 2010-05-11 | 1 | -19/+2 |
* | | st/mesa: need to pass srcLevel to st_texture_image_copy() | Brian Paul | 2010-05-04 | 1 | -5/+4 |
* | | st/mesa: improved st_texture_image_copy() | Brian Paul | 2010-05-04 | 1 | -29/+47 |
|/ |
|
* | st/mesa: updated comments for st_texture_image_map() | Brian Paul | 2010-05-03 | 1 | -4/+6 |
* | st/mesa: remove dead code | Brian Paul | 2010-05-03 | 1 | -18/+0 |
* | st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures | Brian Paul | 2010-04-30 | 1 | -0/+3 |
* | st/mesa: remove unused/disabled code | Brian Paul | 2010-04-29 | 1 | -36/+0 |
* | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul | 2010-04-20 | 1 | -1/+1 |
* | st/mesa: Remove unnecessary headers. | Vinson Lee | 2010-04-14 | 1 | -3/+0 |
* | st/mesa: Drop st_public support. | Chia-I Wu | 2010-04-13 | 1 | -221/+0 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -34/+37 |
* | st/mesa: plug in default for pipe_context::surface_copy() if needed | Brian Paul | 2010-03-17 | 1 | -15/+6 |
* | st/mesa: Cache FBO texture's sampler view object. | Michal Krol | 2010-03-15 | 1 | -0/+9 |
* | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell | 2010-03-11 | 1 | -2/+2 |
* | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -10/+7 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | 2010-01-14 | 1 | -1/+0 |
|\ |
|
| * | st/mesa: Remove unnecessary header from st_texture.c. | Vinson Lee | 2010-01-13 | 1 | -1/+0 |
* | | Merge branch 'master' into pipe-format-simplify | Michal Krol | 2009-12-17 | 1 | -2/+2 |
|\ \ |
|
| * | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 1 | -2/+2 |
* | | | Move pf_get_component_bits() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -1/+1 |
* | | | Move pf_get_block() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'width0' | Roland Scheidegger | 2009-11-27 | 1 | -17/+19 |
|\ \
| |/
|/| |
|
| * | gallium: don't use arrays for texture width,height,depth | Keith Whitwell | 2009-11-19 | 1 | -17/+19 |
* | | st/mesa: replace st_flush() with pipe->flush() | Brian Paul | 2009-11-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 1 | -2/+3 |
|\ |
|
| * | mesa: move mesa_set_fetch_functions() | Brian Paul | 2009-10-01 | 1 | -1/+2 |
| * | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -1/+1 |
* | | mesa/st: fix crash in st_texture_image_copy | Marek Olšák | 2009-10-28 | 1 | -6/+15 |
* | | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer | 2009-10-02 | 1 | -2/+1 |
|/ |
|
* | gallium: rename copy/fill_rect utility functions | Brian Paul | 2009-08-19 | 1 | -1/+1 |
* | mesa/st: Add support for binding pipe surface to texture. | Chia-I Wu | 2009-08-05 | 1 | -15/+93 |
* | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom | 2009-04-17 | 1 | -8/+10 |
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -1/+21 |