| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -8/+9 |
* | gallium: Add pipe_buffer_write/read inlines. | José Fonseca | 2009-02-24 | 1 | -14/+4 |
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+0 |
* | gallium: standardize api on the prefix "nr" | Zack Rusin | 2009-01-27 | 1 | -2/+2 |
* | gallium: avoid mapping same vertex buffer in subsequent frames | Keith Whitwell | 2008-12-12 | 1 | -26/+62 |
* | util: Use OpenGL rasterization rules in blits and mipmap generation. | Brian Paul | 2008-11-14 | 1 | -0/+1 |
* | gallium: Use pipe_buffer_* inlines as much as possible. | José Fonseca | 2008-09-04 | 1 | -11/+11 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -2/+3 |
* | gallium: Finer grained is_format_supported. | José Fonseca | 2008-07-19 | 1 | -4/+8 |
* | gallium: Don't forget to get overllaping blits working again. | José Fonseca | 2008-07-03 | 1 | -0/+1 |
* | gallium: Use surface_copy for 1:1 blits. | José Fonseca | 2008-07-03 | 1 | -0/+10 |
* | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca | 2008-06-27 | 1 | -1/+1 |
* | gallium: Fix whole source being used in u_blit | Jakob Bornecrantz | 2008-06-24 | 1 | -16/+54 |
* | util: Blit can now copy from texture to surface | Jakob Bornecrantz | 2008-06-23 | 1 | -0/+101 |
* | util: Use pf_get_size(). | Michal Krol | 2008-06-14 | 1 | -1/+1 |
* | gallium: fix build after merge | Keith Whitwell | 2008-05-02 | 1 | -3/+3 |
* | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-02 | 1 | -0/+2 |
|\ |
|
| * | gallium: Notify driver of texture updates in util_blit_pixels(). | Michel Dänzer | 2008-05-01 | 1 | -0/+2 |
* | | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 1 | -1/+2 |
|/ |
|
* | gallium: added some assertions to be sure the blit's surface formats are suit... | Brian Paul | 2008-04-29 | 1 | -0/+3 |
* | gallium: setup an identity viewport | Brian Paul | 2008-04-22 | 1 | -4/+6 |
* | use cso fs/vs handle functions | Keith Whitwell | 2008-04-21 | 1 | -2/+2 |
* | gallium: Set all state via cso_context in blit/gen_mipmap utils. | José Fonseca | 2008-04-21 | 1 | -3/+7 |
* | gallium: return pipe_shader_state from the simple shader functions | Brian | 2008-03-27 | 1 | -2/+8 |
* | gallium: fix incorrect types for shaders | Brian | 2008-03-27 | 1 | -3/+2 |
* | gallium: set fb.width/height | Brian | 2008-03-20 | 1 | -0/+2 |
* | gallium: create one vertex buffer and re-use | Brian | 2008-03-20 | 1 | -5/+75 |
* | gallium: explict float casts | Keith Whitwell | 2008-03-19 | 1 | -1/+5 |
* | gallium: implement CSO save/restore functions for use by meta operations (bli... | Brian | 2008-03-19 | 1 | -65/+60 |
* | gallium: new pixel blit code | Brian | 2008-03-18 | 1 | -0/+276 |