Age | Commit message (Expand) | Author |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-28 | Merge commit 'origin/perrtblend' | Roland Scheidegger |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | util: Use pipe_buffer_write_nooverlap in blits / mipmap generation. | José Fonseca |
2010-01-21 | gallium: adapt util code to blend changes | Roland Scheidegger |
2009-12-21 | util: draw cube mipmaps with TEX CUBE | Christoph Bumiller |
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol |
2009-12-17 | Merge branch 'master' into pipe-format-simplify | Michal Krol |
2009-12-15 | util: add a function which converts 2D coordinates to cubemap coordinates | Marek Olšák |
2009-12-15 | util: add new fragment shaders to simple_shaders | Marek Olšák |
2009-12-03 | Move pf_get_bits/size() to u_format auxiliary module. | Michal Krol |
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger |
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture width/height/de... | Roland Scheidegger |
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell |
2009-10-01 | gallium/util: silence uninitialized var warning | Brian Paul |
2009-09-28 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-28 | gallium/util: add sanity check assertions | Brian Paul |
2009-08-27 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-27 | gallium/util: added cases for SRGB formats | Brian Paul |
2009-08-13 | util: remove unneeded includes | Keith Whitwell |
2009-06-10 | util: Single precision constants. | José Fonseca |
2009-05-05 | gallium: fix texcoords for cubemap mipmap generation | Brian Paul |
2009-04-20 | util: don't set unused blend state | Keith Whitwell |
2009-03-18 | util: avoid clashprone UINT, UBYTE enum values | Keith Whitwell |
2009-03-13 | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell |
2009-03-13 | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2009-02-02 | gallium: remove pipe_buffer from surfaces | Zack Rusin |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-27 | gallium: standardize api on the prefix "nr" | Zack Rusin |
2008-12-30 | gallium: Initialize var before use. | José Fonseca |
2008-12-19 | gallium: begin adapting Ian's 3D mipmap gen code to gallium utility lib | Brian Paul |
2008-12-19 | gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV | Brian Paul |
2008-12-17 | gallium: fix memory corruption in u_gen_mipmap.c | Brian Paul |
2008-12-12 | gallium: avoid mapping same vertex buffer in subsequent frames | Keith Whitwell |
2008-11-14 | util: Use OpenGL rasterization rules in blits and mipmap generation. | Brian Paul |
2008-09-04 | gallium: Fix typo. | José Fonseca |
2008-09-04 | gallium: Use pipe_buffer_* inlines as much as possible. | José Fonseca |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | 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-06 | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-02 | gallium: remove 0.5 vertex biases in set_vertex_data() | Brian Paul |
2008-05-02 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-01 | gallium: do something sensible on the error path to try to avoid crashing in ... | Keith Whitwell |