index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_gen_mipmap.c
Age
Commit message (
Expand
)
Author
2009-10-05
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-09-28
st/mesa: fix st_generate_mipmap() issues
Brian Paul
2009-06-19
Always free image offsets memory when re-initializing texture image fields.
Michel Dänzer
2009-05-18
st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()
Brian Paul
2009-05-18
st: fix incorrect target parameter to screen->is_format_supported()
Brian Paul
2009-04-17
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-02
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-01-14
mesa: handle some cases of 0x0 render targets
Alan Hourihane
2008-09-26
mesa: fix incorrect parameter order
Brian Paul
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-07-19
gallium: Finer grained is_format_supported.
José Fonseca
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-20
gallium: remove unneeded #include
Brian Paul
2008-05-20
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Brian Paul
2008-05-20
gallium: replace assignment with pipe_texture_reference()
Brian Paul
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-30
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-21
gallium: Use CSO cache for shaders.
Michel Dänzer
2008-03-24
gallium: pass the filter mode to util_gen_mipmap().
Brian
2008-03-19
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-18
gallium: fix typos
Brian
2008-03-17
gallium: use new gallium utility code for generating mipmaps
Brian
2008-03-17
gallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST
Brian Paul
2008-03-17
gallium: in gen_mipmap, also set sampler lod_bias and do a flush() after rend...
Brian Paul
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-02-29
gallium: change st->state.sampler_texture[] to store pipe_texture pointers
Brian Paul
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-21
gallium: fill in some blend/rasterizer template fields to make sure they're a...
Brian
2008-02-20
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-12
gallium: rename st_fragment_program's fs field to cso to match st_vertex_program
Brian
2008-02-12
gallium: move gen-mipmap global/static vars into st_context
Brian
2008-02-12
gallium: clean-up, simplification of mipmapped textures
Brian
2008-02-11
gallium: take pitch/stride into account in mipmap generation
Brian
2008-02-11
gallium: comments about mipmap gen
Brian
2008-02-11
gallium: implement software fallback for mipmap generation
Brian
2008-02-08
gallium: include st_cb_drawpixels.h
Brian
2008-02-08
gallium: initial implemenation of auto mipmap generation in state tracker
Brian