| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into pipe-format-simplify | Michal Krol | 2009-12-17 | 1 | -3/+5 |
|\ |
|
| * | util: add new fragment shaders to simple_shaders | Marek Olšák | 2009-12-15 | 1 | -2/+5 |
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 1 | -1/+0 |
* | | Move pf_get_block() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -1/+2 |
|/ |
|
* | gallium: don't use arrays for texture width,height,depth | Keith Whitwell | 2009-11-19 | 1 | -13/+13 |
* | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson | 2009-10-17 | 1 | -5/+14 |
* | util: do some more util_blit_pixels cases without temporaries | Keith Whitwell | 2009-10-07 | 1 | -90/+73 |
* | util: add version of u_blit_pixels which takes a writemask | Keith Whitwell | 2009-09-03 | 1 | -13/+42 |
* | util: fix incorrect assertion | Brian Paul | 2009-08-07 | 1 | -1/+1 |
* | util: include u_surface.h, added comment | Brian Paul | 2009-08-07 | 1 | -0/+2 |
* | util: use util_same_surface() to compare surface pointers | Brian Paul | 2009-08-07 | 1 | -3/+3 |
* | util: added comment/question about blit clipping | Brian Paul | 2009-08-05 | 1 | -0/+1 |
* | util: added util_blit_pixels() overlap test | Brian Paul | 2009-08-05 | 1 | -2/+34 |
* | util: fix util_blit_pixels() test for surface_copy() path | Brian Paul | 2009-08-05 | 1 | -16/+24 |
* | util: reformatting and comments | Brian Paul | 2009-08-05 | 1 | -3/+10 |
* | util: don't set unused blend state | Keith Whitwell | 2009-04-20 | 1 | -4/+0 |
* | gallium: remove unneeded compressed=0 assignment | Brian Paul | 2009-04-09 | 1 | -1/+0 |
* | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell | 2009-03-13 | 1 | -19/+5 |
* | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell | 2009-03-13 | 1 | -8/+2 |
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 1 | -2/+2 |
* | 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 |