summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Collapse)Author
2008-08-23util: Silence compiler warnings on Windows.Michal Krol
2008-08-23util: Include missing u_rect.h.Michal Krol
2008-08-22gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-22gallium: insert __cplusplus/extern wrappingsBrian Paul
2008-08-22gallium: move math macros from p_util.h to u_math.hBrian Paul
More can be done...
2008-08-22gallium: new u_math.[ch] files for math functionsBrian Paul
So far, optimized/low-precision versions of exp(), exp2(), log2(), pow().
2008-08-19gallium: WinCE build fixes.José Fonseca
2008-08-12gallium: Disable debug break by default on windows.José Fonseca
2008-08-12gallium: Allow compilation inside X.José Fonseca
2008-08-09util: Utility functions to print to a string buffer without overflowing.José Fonseca
2008-08-07gallium: implement a bunch of missing put_tile functionsBrian Paul
2008-08-07gallium: enable the call to r16_put_tile_rgba(), silences warningBrian Paul
2008-08-07gallium: Simplify format->name conversion.José Fonseca
2008-08-07gallium: New function to dump surfaces.José Fonseca
2008-08-06gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()Brian Paul
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
2008-08-02softpipe: support PIPE_FORMAT_R16_SNORM.Younes Manton
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-26gallium: Windows miniport portability fixes.José Fonseca
2008-07-22win32kprof: Store the profile data as an caller->callee hash table, instead ↵José Fonseca
of a trace.
2008-07-22gallium: Open a new file when existing profile memory map is exhausted.José Fonseca
2008-07-20gallium: Fix typo in function name.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-18gallium: Expose the ability to get a tile outside a surface.José Fonseca
2008-07-18gallium: Be less verbose with debug options messages.José Fonseca
2008-07-16gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from ↵José Fonseca
yuv surfaces.
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca
You don't need a pipe_context * for this, and all other necessary info is already inside pipe_surface.
2008-07-03gallium: added a4r4g4b4_put_tile_rgba()Brian Paul
2008-07-03gallium: Don't forget to get overllaping blits working again.José Fonseca
2008-07-03gallium: Use surface_copy for 1:1 blits.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block.
2008-06-24gallium: Fix whole source being used in u_blitJakob Bornecrantz
2008-06-24gallium: Fix warning in u_blit.hJakob Bornecrantz
2008-06-23gallium: code for PIPE_SUBSYSTEM_WINDOWS_USERJonathan White
2008-06-24gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ↵José Fonseca
ad-hoc ones.
2008-06-23gallium: fix Y-inverted copiesBrian Paul
Don't require the caller to pass a non-intuitive negative src_y coord anymore when doing a src-inverted copy.
2008-06-23gallium: added some assertionsBrian Paul
2008-06-23util: Blit can now copy from texture to surfaceJakob Bornecrantz
2008-06-23gallium: Fix warning in u_draw_quad.hJakob Bornecrantz
2008-06-19gallium: Add extra parenthesis as advised by gcc.José Fonseca
2008-06-19util: Add missing format names.Michal Krol
2008-06-18gallium: remove duplicated u_mm.c in file listBrian Paul
2008-06-14util: Use pf_get_size().Michal Krol
2008-06-12gallium: Support L16 pixel format.José Fonseca
2008-06-12gallium: Implement debug_get_num_option.José Fonseca
For numeric options.
2008-06-11small optimizationAlan Hourihane
2008-06-10gallium: Detect buffer overflows in the homegrown memory debugger.José Fonseca
2008-06-02gallium: Port util_time functions to windows userspace.José Fonseca
2008-05-31util: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31gallium: Port timing functions to WinCE.José Fonseca