summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2009-08-07util: fix incorrect assertionBrian Paul
2009-08-07util: include u_surface.h, added commentBrian Paul
2009-08-07util: use util_same_surface() to compare surface pointersBrian Paul
2009-08-07util: added util_same_surface() helper functionBrian Paul
2009-08-06util: fix incorrect assertionBrian Paul
2009-08-06util: include u_surface.h, added commentBrian Paul
2009-08-06util: use util_same_surface() to compare surface pointersBrian Paul
2009-08-06util: added util_same_surface() helper functionBrian Paul
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05util: added comment/question about blit clippingBrian Paul
2009-08-05util: added util_blit_pixels() overlap testBrian Paul
2009-08-05util: fix util_blit_pixels() test for surface_copy() pathBrian Paul
2009-08-05util: reformatting and commentsBrian Paul
2009-08-03gallium: comments, reformattingBrian Paul
2009-08-01mesa st: Move logbase2 function to util/u_math.hPatrice Mandin
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-29util: _debug_printf should print even when DEBUG is not definedKeith Whitwell
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-28gallium: minor code/comments clean-upBrian Paul
2009-07-26util: fix typo.José Fonseca
2009-07-23util: Add support for Mac OS.Vinson Lee
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-07-22util: _debug_printf should print even when DEBUG is not definedKeith Whitwell
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-06util: fix possible null pointer usageZack Rusin
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-30util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca
2009-07-01util: Increase OutputDebugStringA to 4k.José Fonseca
2009-06-18util: Add cast.José Fonseca
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-19gallium/util: s/boolean/unsigned/Brian Paul
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-10util: Single precision constants.José Fonseca
2009-06-05util: Fix winsock include.Michal Krol
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-02util: Unsaved change missing from last commit.José Fonseca
2009-06-02util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca
2009-06-02util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca
2009-06-01util: Add simple network functionsJakob Bornecrantz
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
2009-05-08util: Limit the stack walk to avoid referencing undefined memory.José Fonseca
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
2009-05-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-05gallium: fix texcoords for cubemap mipmap generationBrian Paul
2009-05-05util: Limit the stack walk to avoid referencing undefined memory.José Fonseca
2009-04-27util: Remove unix includes.José Fonseca
2009-04-27util/time: add util_time_sleep() for windows userspaceKeith Whitwell
2009-04-24util: Add debug_printf_onceMicah Dowty