summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
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
2009-04-24util: Add more entry points for dumping to bmpJakob Bornecrantz
2009-04-22gallium: license, copyrightBrian Paul
2009-04-20util: don't set unused blend stateKeith Whitwell
2009-04-17util: flush stdout before emitting debug_printf on stderrKeith Whitwell
2009-04-15util: Fix surface usageJakob Bornecrantz
2009-04-15gallium: new, simple RGBA surface create/destroy helpersBrian Paul
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul
2009-04-08gallium: handle the case of util_pack_z_stencil(format=PIPE_FORMAT_S8_UNORM)Brian Paul
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-04-04gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer
2009-04-03util/debug: Initialise local variables.Michal Krol
2009-04-01util: Fix x86_64 build.José Fonseca
2009-04-01util: Lookup symbol names from addresses.José Fonseca
2009-03-31gallium: added util_is_inf_or_nan() function to u_math.hBrian Paul
2009-03-31util: Enable assembly breakpointt on x86_64.José Fonseca
2009-03-27util: Support Z24S8/Z24X8.José Fonseca
2009-03-25util: Use size_t (for x86_64).José Fonseca
2009-03-25util: Don't use x86 asm on x86_64.José Fonseca
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith
2009-03-22debug: Add function for writing transfers to filesJakob Bornecrantz
2009-03-23util: Add a new macro for testing empty lists.José Fonseca
2009-03-20gallium/util: add upload manager helper moduleKeith Whitwell
2009-03-18util: avoid clashprone UINT, UBYTE enum valuesKeith Whitwell