Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Disable debug break by default on windows. | José Fonseca | 2008-08-12 | 1 | -0/+4 |
| | |||||
* | gallium: Allow compilation inside X. | José Fonseca | 2008-08-12 | 1 | -6/+6 |
| | |||||
* | util: Utility functions to print to a string buffer without overflowing. | José Fonseca | 2008-08-09 | 1 | -0/+37 |
| | |||||
* | gallium: implement a bunch of missing put_tile functions | Brian Paul | 2008-08-07 | 1 | -26/+137 |
| | |||||
* | gallium: enable the call to r16_put_tile_rgba(), silences warning | Brian Paul | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | gallium: Simplify format->name conversion. | José Fonseca | 2008-08-07 | 1 | -4/+3 |
| | |||||
* | gallium: New function to dump surfaces. | José Fonseca | 2008-08-07 | 1 | -5/+38 |
| | |||||
* | gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw() | Brian Paul | 2008-08-06 | 1 | -6/+6 |
| | | | | | | We need to compute the default dst_stride and src_stride _before_ clipping. After clipping, the width value may have changed. This fixes visible tile glitches in some demos like progs/glsl/texdemo.c | ||||
* | softpipe: support PIPE_FORMAT_R16_SNORM. | Younes Manton | 2008-08-02 | 1 | -0/+46 |
| | |||||
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 2 | -6/+6 |
| | |||||
* | gallium: Windows miniport portability fixes. | José Fonseca | 2008-07-26 | 2 | -7/+15 |
| | |||||
* | win32kprof: Store the profile data as an caller->callee hash table, instead ↵ | José Fonseca | 2008-07-22 | 1 | -121/+187 |
| | | | | of a trace. | ||||
* | gallium: Open a new file when existing profile memory map is exhausted. | José Fonseca | 2008-07-22 | 1 | -34/+113 |
| | |||||
* | gallium: Fix typo in function name. | José Fonseca | 2008-07-20 | 1 | -2/+2 |
| | |||||
* | gallium: Finer grained is_format_supported. | José Fonseca | 2008-07-19 | 2 | -5/+10 |
| | |||||
* | gallium: Expose the ability to get a tile outside a surface. | José Fonseca | 2008-07-18 | 2 | -36/+54 |
| | |||||
* | gallium: Be less verbose with debug options messages. | José Fonseca | 2008-07-18 | 1 | -12/+20 |
| | |||||
* | gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from ↵ | José Fonseca | 2008-07-16 | 1 | -4/+28 |
| | | | | yuv surfaces. | ||||
* | util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions. | José Fonseca | 2008-07-13 | 2 | -39/+22 |
| | | | | | You don't need a pipe_context * for this, and all other necessary info is already inside pipe_surface. | ||||
* | gallium: added a4r4g4b4_put_tile_rgba() | Brian Paul | 2008-07-03 | 1 | -0/+31 |
| | |||||
* | 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 | 4 | -80/+128 |
| | | | | | The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block. | ||||
* | gallium: Fix whole source being used in u_blit | Jakob Bornecrantz | 2008-06-24 | 1 | -16/+54 |
| | |||||
* | gallium: Fix warning in u_blit.h | Jakob Bornecrantz | 2008-06-24 | 1 | -0/+1 |
| | |||||
* | gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER | Jonathan White | 2008-06-23 | 1 | -0/+25 |
| | |||||
* | gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ↵ | José Fonseca | 2008-06-24 | 1 | -2/+2 |
| | | | | ad-hoc ones. | ||||
* | gallium: fix Y-inverted copies | Brian Paul | 2008-06-23 | 1 | -1/+4 |
| | | | | | Don't require the caller to pass a non-intuitive negative src_y coord anymore when doing a src-inverted copy. | ||||
* | gallium: added some assertions | Brian Paul | 2008-06-23 | 1 | -0/+6 |
| | |||||
* | util: Blit can now copy from texture to surface | Jakob Bornecrantz | 2008-06-23 | 2 | -3/+112 |
| | |||||
* | gallium: Fix warning in u_draw_quad.h | Jakob Bornecrantz | 2008-06-23 | 1 | -0/+1 |
| | |||||
* | gallium: Add extra parenthesis as advised by gcc. | José Fonseca | 2008-06-19 | 1 | -2/+2 |
| | |||||
* | util: Add missing format names. | Michal Krol | 2008-06-19 | 1 | -0/+6 |
| | |||||
* | gallium: remove duplicated u_mm.c in file list | Brian Paul | 2008-06-18 | 1 | -2/+1 |
| | |||||
* | util: Use pf_get_size(). | Michal Krol | 2008-06-14 | 1 | -1/+1 |
| | |||||
* | gallium: Support L16 pixel format. | José Fonseca | 2008-06-12 | 1 | -0/+1 |
| | |||||
* | gallium: Implement debug_get_num_option. | José Fonseca | 2008-06-12 | 1 | -2/+28 |
| | | | | For numeric options. | ||||
* | small optimization | Alan Hourihane | 2008-06-11 | 1 | -2/+10 |
| | |||||
* | gallium: Detect buffer overflows in the homegrown memory debugger. | José Fonseca | 2008-06-10 | 1 | -3/+46 |
| | |||||
* | gallium: Port util_time functions to windows userspace. | José Fonseca | 2008-06-02 | 1 | -6/+6 |
| | |||||
* | util: Fix build after TGSI declaration interface changes. | Michal Krol | 2008-05-31 | 1 | -17/+16 |
| | |||||
* | gallium: Port timing functions to WinCE. | José Fonseca | 2008-05-31 | 1 | -18/+56 |
| | |||||
* | gallium: Replace getenv by placeholder code on WinCE. | José Fonseca | 2008-05-30 | 1 | -6/+7 |
| | | | | WinCE processes supposedly have environment, but it is not clear which API to use. | ||||
* | gallium: Windows CE portability fixes. | José Fonseca | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | gallium: Poor-man profiler for win32 kernel. | José Fonseca | 2008-05-24 | 1 | -0/+175 |
| | |||||
* | scons: New profile build. | José Fonseca | 2008-05-24 | 1 | -0/+1 |
| | |||||
* | gallium: Define util_vsprintf. | José Fonseca | 2008-05-09 | 1 | -0/+7 |
| | |||||
* | gallium: Disable debug_get_option for release builds on Windows. | José Fonseca | 2008-05-09 | 1 | -0/+4 |
| | | | | | It always creates the C:\gallium.cfg , even if it does not exists, which might be confusing. | ||||
* | gallium: handle null ptrs | Brian Paul | 2008-05-08 | 1 | -41/+40 |
| | |||||
* | gallium: Really free hash entries. | José Fonseca | 2008-05-08 | 2 | -9/+72 |
| | | | | Hook up to the new cso_hash_erase function. |