Age | Commit message (Expand) | Author |
2008-08-09 | util: Utility functions to print to a string buffer without overflowing. | José Fonseca |
2008-08-07 | gallium: implement a bunch of missing put_tile functions | Brian Paul |
2008-08-07 | gallium: enable the call to r16_put_tile_rgba(), silences warning | Brian Paul |
2008-08-07 | gallium: Simplify format->name conversion. | José Fonseca |
2008-08-07 | gallium: New function to dump surfaces. | José Fonseca |
2008-08-06 | gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw() | Brian Paul |
2008-08-02 | softpipe: support PIPE_FORMAT_R16_SNORM. | Younes Manton |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca |
2008-07-26 | gallium: Windows miniport portability fixes. | José Fonseca |
2008-07-22 | win32kprof: Store the profile data as an caller->callee hash table, instead o... | José Fonseca |
2008-07-22 | gallium: Open a new file when existing profile memory map is exhausted. | José Fonseca |
2008-07-20 | gallium: Fix typo in function name. | José Fonseca |
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca |
2008-07-18 | gallium: Expose the ability to get a tile outside a surface. | José Fonseca |
2008-07-18 | gallium: Be less verbose with debug options messages. | José Fonseca |
2008-07-16 | gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yu... | José Fonseca |
2008-07-13 | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca |
2008-07-03 | gallium: added a4r4g4b4_put_tile_rgba() | Brian Paul |
2008-07-03 | gallium: Don't forget to get overllaping blits working again. | José Fonseca |
2008-07-03 | gallium: Use surface_copy for 1:1 blits. | José Fonseca |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca |
2008-06-24 | gallium: Fix whole source being used in u_blit | Jakob Bornecrantz |
2008-06-24 | gallium: Fix warning in u_blit.h | Jakob Bornecrantz |
2008-06-23 | gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER | Jonathan White |
2008-06-24 | gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ad-hoc... | José Fonseca |
2008-06-23 | gallium: fix Y-inverted copies | Brian Paul |
2008-06-23 | gallium: added some assertions | Brian Paul |
2008-06-23 | util: Blit can now copy from texture to surface | Jakob Bornecrantz |
2008-06-23 | gallium: Fix warning in u_draw_quad.h | Jakob Bornecrantz |
2008-06-19 | gallium: Add extra parenthesis as advised by gcc. | José Fonseca |
2008-06-19 | util: Add missing format names. | Michal Krol |
2008-06-18 | gallium: remove duplicated u_mm.c in file list | Brian Paul |
2008-06-14 | util: Use pf_get_size(). | Michal Krol |
2008-06-12 | gallium: Support L16 pixel format. | José Fonseca |
2008-06-12 | gallium: Implement debug_get_num_option. | José Fonseca |
2008-06-11 | small optimization | Alan Hourihane |
2008-06-10 | gallium: Detect buffer overflows in the homegrown memory debugger. | José Fonseca |
2008-06-02 | gallium: Port util_time functions to windows userspace. | José Fonseca |
2008-05-31 | util: Fix build after TGSI declaration interface changes. | Michal Krol |
2008-05-31 | gallium: Port timing functions to WinCE. | José Fonseca |
2008-05-30 | gallium: Replace getenv by placeholder code on WinCE. | José Fonseca |
2008-05-28 | gallium: Windows CE portability fixes. | José Fonseca |
2008-05-24 | gallium: Poor-man profiler for win32 kernel. | José Fonseca |
2008-05-24 | scons: New profile build. | José Fonseca |
2008-05-09 | gallium: Define util_vsprintf. | José Fonseca |
2008-05-09 | gallium: Disable debug_get_option for release builds on Windows. | José Fonseca |
2008-05-08 | gallium: handle null ptrs | Brian Paul |
2008-05-08 | gallium: Really free hash entries. | José Fonseca |
2008-05-07 | gallium: Implement util_pack_color for A8, L8, and I8 formats. | José Fonseca |
2008-05-07 | gallium: Fix release build. | José Fonseca |