Age | Commit message (Expand) | Author |
2008-09-04 | gallium: remove the copyHeight hack for compresssed formats | Brian Paul |
2008-09-04 | mesa: Remove unused var. | José Fonseca |
2008-09-01 | gallium: added st_bind/release_teximage() functions | Brian Paul |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-22 | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | 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-05-08 | gallium: fix out of tex memory crashes | Brian Paul |
2008-05-07 | gallium: fix some render to texture bugs | Brian Paul |
2008-05-02 | gallium: Add texture usage flags, special-case allocation of display targets | Keith Whitwell |
2008-05-01 | gallium: use screen->tex_surface_release() | 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-25 | gallium: fix the compressed texture hack in st_texture_image_copy() | Brian Paul |
2008-03-27 | gallium: fix Element() macro redefinition warning | Brian |
2008-02-28 | gallium: added a texture format sanity check/assertion in st_texture_create() | Brian Paul |
2008-02-27 | gallium: remove pipe_context->texture_create/release/get_tex_surface() | Brian |
2008-02-20 | gallium: replace some ordinary assignments with pipe_reference_texture() | Brian |
2008-02-13 | gallium: pipe->surface_copy can flip the contents vertically when necessary. | Michel Dänzer |
2008-02-12 | gallium: remove unused first_level param from st_texture_create() | Brian |
2008-02-12 | gallium: clean-up, simplification of mipmapped textures | Brian |
2008-02-06 | gallium: change pipe->texture_create() to operate like the CSO functions | Brian |
2008-02-06 | comments, clean-ups, consts | Brian |
2008-01-26 | gallium: minor cleanups to pipe interface | Keith Whitwell |
2008-01-04 | gallium: Make texture target an enum for better debuggability. | Michel Dänzer |
2007-12-11 | Remove internal_format field from struct pipe_texture. | Michel Dänzer |
2007-12-07 | Eliminate struct pipe_region. | Michel Dänzer |
2007-12-06 | Hide texture layout details from the state tracker. | Michel Dänzer |