Age | Commit message (Expand) | Author |
2009-08-05 | mesa/st: Add support for binding pipe surface to texture. | Chia-I Wu |
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-04-09 | st: remove comp_byte parameter to st_texture_create() | Brian Paul |
2009-03-31 | gallium: Move pf_is_depth_stencil to p_format.h. | José Fonseca |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2008-09-01 | gallium: move st_texture_image() cast wrapper to header file | Brian Paul |
2008-05-09 | gallium: depth textures have usage depth_stencil instead of render_target | Roland Scheidegger |
2008-05-06 | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-02 | gallium: Add texture usage flags, special-case allocation of display targets | Keith Whitwell |
2008-05-02 | gallium: Reallocate pipe_texture in st_TexImage if the texture object was used. | Michel Dänzer |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-03-19 | gallium: add face, dirtyLevels params to pipe->texture_update() | Brian Paul |
2008-02-20 | gallium: state tracker didn't always notify drivers of texobj data changes | Brian |
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 | comments, clean-ups, consts | Brian |
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-10 | Remove stray references to struct pipe_region. | 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 |