index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_gen_mipmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: invalidate readpixels cache
Nicolai Hähnle
2016-06-21
1
-0
/
+1
*
st/mesa: flush bitmap cache before texture functions
Nicolai Hähnle
2016-06-21
1
-0
/
+3
*
st/mesa: simplify st_generate_mipmap()
Brian Paul
2016-03-29
1
-78
/
+24
*
st/mesa: use surface format to generate mipmaps when available
Ilia Mirkin
2016-01-14
1
-2
/
+8
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-5
/
+12
*
st/mesa: fix mipmap generation for immutable textures with incomplete pyramids
Nicolai Hähnle
2015-10-29
1
-32
/
+36
*
st/mesa: use pipe_sampler_view_release for releasing sampler views
Marek Olšák
2014-10-16
1
-1
/
+1
*
gallium/u_gen_mipmap: rewrite using pipe->blit (v2)
Marek Olšák
2014-04-10
1
-62
/
+11
*
st/mesa: improve sampler view handling
Christian König
2014-04-04
1
-1
/
+1
*
st/mesa: fix generating mipmaps for cube arrays
Marek Olšák
2014-03-21
1
-1
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: add casts to silence MSVC warnings
Brian Paul
2013-06-26
1
-1
/
+1
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-0
/
+1
*
gallium: manage render condition in cso_context and fix postprocessing w/ it
Marek Olšák
2012-12-12
1
-9
/
+0
*
st/mesa: fix computation of last_level in GenerateMipmap
Marek Olšák
2012-11-12
1
-21
/
+7
*
st/mesa: fix mipmap image size computation w.r.t. texture arrays
Brian Paul
2012-03-23
1
-3
/
+15
*
st/mesa: use private pipe_sampler_view in st_render_mipmap()
Brian Paul
2012-02-15
1
-3
/
+7
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
Brian Paul
2011-10-03
1
-204
/
+1
*
mesa: Don't check for image->Data when freeing an image's contents.
Eric Anholt
2011-08-29
1
-2
/
+1
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-1
/
+1
*
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
1
-1
/
+0
*
st/mesa: GenerateMipmap should not be killed by conditional rendering
Marek Olšák
2011-05-30
1
-0
/
+9
*
st/mesa: simplify some st_context(ctx)->pipe code
Brian Paul
2011-05-25
1
-2
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-1
/
+1
*
st/mesa: cleanup checking for signed compressed formats in generate_mipmaps
Marek Olšák
2011-03-08
1
-8
/
+4
*
st/mesa: add LATC and 3DC support
Marek Olšák
2011-03-08
1
-1
/
+3
*
mesa/st: fix softpipe npot compressed mipmaps.
Dave Airlie
2011-03-02
1
-2
/
+2
*
mesa/st: fix generate mipmap for signed compressed formats.
Dave Airlie
2011-03-02
1
-32
/
+63
*
st/mesa: fix mipmap generation for non-POW textures
Brian Paul
2011-02-21
1
-7
/
+7
*
st/mesa: fix compressed mipmap generation.
Dave Airlie
2011-02-15
1
-6
/
+4
*
st/mesa: pass layers param to st_texture_create()
Brian Paul
2011-01-28
1
-0
/
+1
*
st/mesa: fix mipmap generation bug
Brian Paul
2010-12-06
1
-0
/
+6
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-14
/
+21
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-11-20
1
-1
/
+0
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-3
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-2
/
+6
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-1
/
+5
*
|
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-3
/
+3
*
|
st/mesa: fix compressed mipmap generation for small image sizes
Brian Paul
2010-05-06
1
-2
/
+24
*
|
st/mesa: fix bug in compute_num_levels()
Brian Paul
2010-05-06
1
-5
/
+7
|
/
*
st/mesa: remove unused needFlush parameter to st_finalize_texture()
Brian Paul
2010-05-03
1
-2
/
+1
*
st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures
Brian Paul
2010-04-30
1
-3
/
+3
*
Merge branch '7.8'
Brian Paul
2010-04-28
1
-1
/
+3
|
\
|
*
st/mesa: fill in stImage->level in st_generate_mipmap()
Brian Paul
2010-04-28
1
-1
/
+3
*
|
st/mesa: fix strides in (de)compress_image() functions
Brian Paul
2010-04-27
1
-14
/
+2
*
|
st/mesa: checkpoint WIP: mipmap generation for compressed textures
Brian Paul
2010-04-23
1
-10
/
+102
*
|
st/mesa: minor improvements in fallback_generate_mipmap()
Brian Paul
2010-04-23
1
-10
/
+11
*
|
st/mesa: remove unneeded #includes and add/update comments
Brian Paul
2010-04-23
1
-9
/
+7
[next]