Age | Commit message (Expand) | Author |
2009-12-25 | util: put vertices_per_primitive function in its proper location | Zack Rusin |
2009-12-25 | gallium: add an inline that returns number of vertices per primitive | Zack Rusin |
2009-10-02 | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer |
2009-09-16 | gallium: remove incorrect 'return' stmt | Brian Paul |
2009-09-15 | gallium: pipe_transfer_destroy helper inline. | José Fonseca |
2009-09-15 | gallium: Fix pointer type casts. | Michal Krol |
2009-09-14 | gallium: Add pipe_transfer_map/unmap inlines. | José Fonseca |
2009-08-14 | gallium: Always map for READ flag when DISCARD is not set. | José Fonseca |
2009-06-30 | gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra... | José Fonseca |
2009-03-04 | gallium: Use consistent semantics for map ranges in gallium. | José Fonseca |
2009-03-04 | gallium: Ensure map ranges are valid. | José Fonseca |
2009-03-04 | Merge commit 'origin/master' into gallium-map-range | José Fonseca |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-03-03 | gallium: Massage the interface to more closely resemble ARB_map_buffer_range | José Fonseca |
2009-02-24 | gallium: Allow to specify how much will be read / was written in buffer map/u... | José Fonseca |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-02-18 | gallium: Add pipe_transfer_reference(). | Michel Dänzer |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-29 | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin |
2009-01-20 | gallium: Remove the standalone surfaces. | José Fonseca |
2008-11-03 | gallium: Ensure refcounts of live objects are never zero. | José Fonseca |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-05-02 | re-add pipe_surface map/unmap inlines | Keith Whitwell |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-04-30 | gallium: new pipe_buffer alloc/map/unmap/ref wrappers | Brian Paul |
2008-02-27 | gallium: remove pipe_context->texture_create/release/get_tex_surface() | Brian |
2008-02-26 | gallium: introduce 'pipe_screen' for context-independent functions | Brian |
2008-02-26 | gallium: remove pipe parameter from pipe_texture_reference() | Brian |
2008-02-25 | Make the pipe headers C++ friendly. | José Fonseca |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca |