Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | gallium: Implement util_pack_color for A8, L8, and I8 formats. | José Fonseca | 2008-05-07 | 1 | -0/+26 |
| | |||||
* | gallium: Fix release build. | José Fonseca | 2008-05-07 | 1 | -2/+4 |
| | | | | pf_sprint_name might be used there too. | ||||
* | gallium: Fix compilation errors. | Michal Krol | 2008-05-07 | 1 | -7/+6 |
| | |||||
* | gallium: Implement pf_sprint_name as a simple static table. | José Fonseca | 2008-05-07 | 1 | -83/+97 |
| | |||||
* | gallium: Use the u_string.h functions. | José Fonseca | 2008-05-07 | 1 | -16/+12 |
| | |||||
* | gallium: Output the total of leaked memory. | José Fonseca | 2008-05-07 | 1 | -1/+8 |
| | |||||
* | gallium: Simple facility to dump and view images for debugging. | José Fonseca | 2008-05-07 | 1 | -0/+47 |
| | |||||
* | gallium: Define util_sprintf for non-WIN32. | Michel Dänzer | 2008-05-06 | 1 | -0/+1 |
| | |||||
* | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | 2008-05-06 | 1 | -10/+10 |
|\ | | | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_atom_sampler.c src/mesa/state_tracker/st_cb_texture.c | ||||
| * | gallium: remove 0.5 vertex biases in set_vertex_data() | Brian Paul | 2008-05-02 | 1 | -10/+10 |
| | | | | | | | | | | These should not be needed and were causing garbage to appear along the edges of the mipmap images. | ||||
* | | util: Alternative implementation for standard c library string functions. | José Fonseca | 2008-05-05 | 1 | -0/+112 |
| | | |||||
* | | 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 | 3 | -1/+6 |
|\| | |||||
| * | gallium: Notify driver of texture updates in util_blit_pixels(). | Michel Dänzer | 2008-05-01 | 1 | -0/+2 |
| | | |||||
| * | gallium: do something sensible on the error path to try to avoid crashing in ↵ | Keith Whitwell | 2008-05-01 | 1 | -0/+3 |
| | | | | | | | | release builds | ||||
| * | gallium: Add newline to eof. | José Fonseca | 2008-05-01 | 1 | -1/+1 |
| | | |||||
* | | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 3 | -19/+55 |
|/ | |||||
* | gallium: use the newer PIPE_FORMAT_x_UNORM format names | Brian Paul | 2008-04-30 | 2 | -16/+16 |
| | |||||
* | gallium: Fix release build. | José Fonseca | 2008-05-01 | 1 | -0/+2 |
| | |||||
* | d3d: Windows miniport driver portability fixes. | José Fonseca | 2008-05-01 | 3 | -5/+10 |
| | |||||
* | silence p_debug.h:63: warning: ISO C forbids forward references to ↵ | Zack Rusin | 2008-04-29 | 1 | -2/+2 |
| | | | | ‘enum’ types | ||||
* | gallium: add pack for _FLOAT formats to pack_ub | Keith Whitwell | 2008-04-29 | 1 | -0/+18 |
| |