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
*
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
*
|
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-2
/
+2
*
|
st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
Brian Paul
2010-04-18
1
-2
/
+2
*
|
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
1
-1
/
+1
*
|
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-15
/
+15
*
|
st/mesa: Invalidate sampler view when texture object changes.
Michal Krol
2010-03-16
1
-0
/
+1
*
|
gallium: change remaining util functions to use cso sampler views
Roland Scheidegger
2010-03-16
1
-5
/
+6
*
|
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
-7
/
+6
|
/
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+0
|
\
|
*
st/mesa: Remove unnecessary headers from st_gen_mipmap.c.
Vinson Lee
2010-01-14
1
-2
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-0
/
+3
|
\
|
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-21
1
-0
/
+3
|
|
\
|
|
*
st/mesa: Check for single level mipmap trees.
Younes Manton
2009-12-21
1
-0
/
+3
*
|
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-2
/
+3
*
|
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-2
/
+2
*
|
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-17
/
+22
|
/
/
*
/
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-05
1
-0
/
+4
|
/
*
st/mesa: fix st_generate_mipmap() issues
Brian Paul
2009-09-28
1
-2
/
+80
*
Always free image offsets memory when re-initializing texture image fields.
Michel Dänzer
2009-06-19
1
-3
/
+0
*
st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()
Brian Paul
2009-05-18
1
-2
/
+6
*
st: fix incorrect target parameter to screen->is_format_supported()
Brian Paul
2009-05-18
1
-1
/
+1
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-15
/
+12
[next]