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: 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
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-0
/
+7
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-2
/
+2
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-17
/
+17
*
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-02-02
1
-6
/
+6
*
mesa: handle some cases of 0x0 render targets
Alan Hourihane
2009-01-14
1
-1
/
+6
*
mesa: fix incorrect parameter order
Brian Paul
2008-09-26
1
-3
/
+3
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-4
/
+4
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-1
/
+2
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-2
/
+2
*
gallium: remove unneeded #include
Brian Paul
2008-06-20
1
-1
/
+0
*
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Brian Paul
2008-05-20
1
-1
/
+1
|
\
|
*
gallium: replace assignment with pipe_texture_reference()
Brian Paul
2008-05-20
1
-1
/
+1
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-2
/
+4
|
/
*
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-30
1
-8
/
+6
*
gallium: Use CSO cache for shaders.
Michel Dänzer
2008-04-21
1
-6
/
+0
*
gallium: pass the filter mode to util_gen_mipmap().
Brian
2008-03-24
1
-1
/
+2
*
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-19
1
-14
/
+6
*
gallium: fix typos
Brian
2008-03-18
1
-1
/
+1
*
gallium: use new gallium utility code for generating mipmaps
Brian
2008-03-17
1
-218
/
+7
*
gallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST
Brian Paul
2008-03-17
1
-10
/
+5
*
gallium: in gen_mipmap, also set sampler lod_bias and do a flush() after rend...
Brian Paul
2008-03-17
1
-0
/
+6
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-16
/
+18
[prev]
[next]