| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY | Marek Olšák | 2016-10-13 | 1 | -1/+2 |
* | st/mesa: move all sampler view code into new st_sampler_view.[ch] files | Brian Paul | 2016-10-06 | 1 | -93/+0 |
* | st/mesa: optimize pipe_sampler_view validation | Brian Paul | 2016-10-06 | 1 | -9/+7 |
* | st/mesa: check the texture image level in st_texture_match_image | Nicolai Hähnle | 2016-07-01 | 1 | -0/+3 |
* | st/mesa: add comments on a few sampler view functions | Brian Paul | 2015-07-23 | 1 | -0/+10 |
* | state_tracker: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 1 | -3/+3 |
* | st/mesa: align cube map arrays layers | Dave Airlie | 2015-04-14 | 1 | -1/+1 |
* | st/mesa: drop unused texture function | Dave Airlie | 2015-03-09 | 1 | -40/+0 |
* | st/mesa: use pipe_sampler_view_release for releasing sampler views | Marek Olšák | 2014-10-16 | 1 | -2/+4 |
* | st/mesa: remove unneded PIPE_TEXTURE_CUBE check in st_texture_create() | Brian Paul | 2014-09-30 | 1 | -1/+1 |
* | mesa/st: NumLayers is only valid for array textures | Ilia Mirkin | 2014-09-25 | 1 | -1/+2 |
* | mesa/st: add ARB_texture_view support | Ilia Mirkin | 2014-09-12 | 1 | -2/+13 |
* | st/mesa: add st_context parameter to st_mesa_format_to_pipe_format | Marek Olšák | 2014-08-11 | 1 | -2/+3 |
* | st/mesa: add support for ETC2 formats | Marek Olšák | 2014-08-11 | 1 | -5/+6 |
* | st/mesa: handle array textures in st_texture_image_copy | Dave Airlie | 2014-06-19 | 1 | -0/+8 |
* | st/mesa: fix invalid pointer use in st_texture_get_sampler_view() | Brian Paul | 2014-04-21 | 1 | -3/+3 |
* | st/mesa: properly implement MapTextureImage with multiple mapped slices (v2) | Marek Olšák | 2014-04-10 | 1 | -7/+28 |
* | st/mesa: fix sampler_view REALLOC/FREE macro mix-up | Brian Paul | 2014-04-10 | 1 | -0/+12 |
* | st/mesa: improve sampler view handling | Christian König | 2014-04-04 | 1 | -2/+66 |
* | st/mesa: fix sampler view handling with shared textures v4 | Christian König | 2014-03-26 | 1 | -0/+7 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | st/mesa: add support for ARB_texture_multisample (v3) | Dave Airlie | 2013-04-11 | 1 | -1/+7 |
* | st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format | Marek Olšák | 2013-02-06 | 1 | -2/+1 |
* | st/mesa: don't choose DXT formats if we can't do DXT compression | Brian Paul | 2013-02-04 | 1 | -1/+2 |
* | st/mesa: fix CopyTexSubImage fallback for 1D array textures | Marek Olšák | 2013-01-04 | 1 | -5/+6 |
* | st/mesa: add support for ARB_texture_cube_map_array (v2) | Dave Airlie | 2012-11-09 | 1 | -1/+9 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 1 | -14/+4 |
* | st/mesa: use transfer_inline_write in st_texture_image_data | Marek Olšák | 2012-10-11 | 1 | -46/+8 |
* | st/mesa: implement new proxy texture code | Brian Paul | 2012-09-17 | 1 | -0/+13 |
* | st/mesa: add null pointer check in st_texture_image_map() | Brian Paul | 2012-03-17 | 1 | -0/+3 |
* | st/mesa: remove st_TexImage(), use core Mesa code instead | Brian Paul | 2012-01-04 | 1 | -2/+9 |
* | 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 |
|/ |
|