Age | Commit message (Expand) | Author |
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 |