index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
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