mesa/src/gallium/auxiliary/util
Brian Paul b806f2a239 gallium/util: document that pack/unpack strides are in bytes 2010-04-23 18:12:19 -06:00
..
.gitignore gallium/util: Ignores 2010-04-17 21:13:22 +01:00
u_atomic.h util: Use GCC atomic bultins on GCC 4.1 and higher only. 2010-04-03 12:14:21 -07:00
u_bitmask.c util: Minor enhancements/corrections to the bitmask logic. 2010-01-03 00:50:13 +00:00
u_bitmask.h util: bitmask data type. 2009-03-16 19:37:08 +00:00
u_blit.c gallium/util: specify binding type for blit src texture 2010-04-19 10:32:25 -06:00
u_blit.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_blitter.c u_blitter: add support for saving vertex buffers 2010-04-18 15:29:23 +02:00
u_blitter.h u_blitter: add support for saving vertex buffers 2010-04-18 15:29:23 +02:00
u_box.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_cache.c gallium/util: Fix deviation calculation in u_cache. 2010-04-21 18:45:44 -07:00
u_cache.h gallium: const correctness. 2008-12-22 16:55:27 +00:00
u_clear.h Merge branch 'mesa_7_6_branch' into mesa_7_7_branch 2009-12-27 15:31:08 -07:00
u_cpu_detect.c gallium/util: replace //-style comments 2009-11-17 16:16:30 -07:00
u_cpu_detect.h util: Set cpu endianness too. 2009-10-22 19:12:13 +01:00
u_debug.c gallium: Add option to not print options 2010-04-23 21:57:49 +01:00
u_debug.h gallium: Add static get option helpers 2010-04-23 21:57:49 +01:00
u_debug_memory.c util: Reimplement all utility functions in terms of the new OS abstraction. 2010-02-03 12:13:06 +00:00
u_debug_stack.c util: Limit the stack walk to avoid referencing undefined memory. 2009-05-08 14:57:27 +01:00
u_debug_stack.h util: Stack backtracing facilities. 2009-02-20 11:54:18 +00:00
u_debug_symbol.c gallium: replace // comments with /* */ 2009-10-02 07:31:42 -06:00
u_debug_symbol.h util: Lookup symbol names from addresses. 2009-04-01 21:29:58 +01:00
u_dirty_surfaces.h auxiliary: add util_dirty_surfaces to track dirty render temporaries 2010-04-18 16:23:11 +02:00
u_dl.c util: added util_dl_error() 2010-04-05 07:47:23 -06:00
u_dl.h util: added util_dl_error() 2010-04-05 07:47:23 -06:00
u_double_list.h util: Add a new macro for testing empty lists. 2009-03-23 12:05:07 +00:00
u_draw_quad.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_draw_quad.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_dump.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_dump_defines.c util: Rename u_debug_dump.[ch] -> u_dump.[ch]. 2010-02-14 15:20:34 +00:00
u_dump_state.c gallium: replace pipe_resource::_usage with pipe_resource::usage 2010-04-20 10:00:03 -06:00
u_dynarray.h util: Fix util_dynarray_trim(). 2010-04-13 09:00:39 +01:00
u_fifo.h util: Add super simple fifo 2009-09-09 00:43:35 +01:00
u_format.c util: Add missing break statement. 2010-04-09 16:32:48 +01:00
u_format.csv util: Support PIPE_FORMAT_B4G4R4X4_UNORM and PIPE_FORMAT_R8G8B8X8_UNORM. 2010-04-08 19:48:02 +01:00
u_format.h gallium/util: document that pack/unpack strides are in bytes 2010-04-23 18:12:19 -06:00
u_format_other.c util: Add dedicated depth-stencil packing/unpacking functions. 2010-04-09 16:32:47 +01:00
u_format_other.h util: Add dedicated depth-stencil packing/unpacking functions. 2010-04-09 16:32:47 +01:00
u_format_pack.py util: Fix typo in earlier commit. 2010-04-09 16:56:18 +01:00
u_format_parse.py util: is_array/mixed/etc is only meaningful for plain formats. 2010-04-08 19:03:40 +01:00
u_format_s3tc.c u_format: Reduce code duplication. 2010-04-22 15:11:34 +01:00
u_format_s3tc.h util: Add dedicated depth-stencil packing/unpacking functions. 2010-04-09 16:32:47 +01:00
u_format_srgb.h util: Support all SRGB formats. 2010-04-06 15:38:21 +01:00
u_format_srgb.py util: Support all SRGB formats. 2010-04-06 15:38:21 +01:00
u_format_table.py util: Reorder format tests -- group by format. 2010-04-09 16:32:47 +01:00
u_format_tests.c util: Get all depth stencil tests passing. 2010-04-09 16:32:48 +01:00
u_format_tests.h util: Allow to have block format test cases 2010-04-01 13:12:43 +01:00
u_format_yuv.c util: Add dedicated depth-stencil packing/unpacking functions. 2010-04-09 16:32:47 +01:00
u_format_yuv.h util: Add dedicated depth-stencil packing/unpacking functions. 2010-04-09 16:32:47 +01:00
u_format_zs.c util: Get all depth stencil tests passing. 2010-04-09 16:32:48 +01:00
u_format_zs.h util: Add dedicated depth-stencil packing/unpacking functions. 2010-04-09 16:32:47 +01:00
u_gen_mipmap.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_gen_mipmap.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_half.h util: Add copyright header to u_half.h 2010-04-07 21:00:18 +01:00
u_half.py util: Make half float lookup tables constant. 2010-04-06 15:38:21 +01:00
u_handle_table.c util: fix possible null pointer usage 2009-07-06 17:21:37 -04:00
u_handle_table.h
u_hash.c gallium: const correctness. 2008-12-22 16:55:27 +00:00
u_hash.h gallium: const correctness. 2008-12-22 16:55:27 +00:00
u_hash_table.c util: Rename from u_* to util_* while we're at it. 2009-10-17 11:45:04 +01:00
u_hash_table.h gallium: Move enum pipe_error into p_defines.h. 2009-10-25 21:11:54 +00:00
u_init.h gallium/util: use #pragma section instead of #pragma data_seg 2010-04-02 00:48:27 +02:00
u_inlines.h gallium: replace pipe_resource::_usage with pipe_resource::usage 2010-04-20 10:00:03 -06:00
u_keymap.c util: Remove unnecessary header. 2010-02-03 22:42:02 -08:00
u_keymap.h gallium: added general-purpose key->data map/lookup container 2008-10-07 14:34:29 -06:00
u_linear.c gallium: interface cleanups, remove nblocksx/y from pipe_texture and more 2009-11-30 20:29:18 +01:00
u_linear.h gallium: interface cleanups, remove nblocksx/y from pipe_texture and more 2009-11-30 20:29:18 +01:00
u_math.c gallium: increase table size for fast log/pow functions 2008-11-14 12:58:12 -07:00
u_math.h util: Add util_bswap16. 2010-02-26 16:46:34 +00:00
u_memory.h util: Silence pointer to integer size mismatch errors. 2010-03-31 20:16:15 +01:00
u_mm.c util: also print out memory statistics 2009-11-25 10:20:08 -05:00
u_mm.h gallium: minor code/comments clean-up 2009-07-28 08:55:43 -06:00
u_network.c gallium/util: Replace h_addr with h_addr_list[0]. 2010-01-01 15:01:22 -08:00
u_network.h gallium/util: Add PIPE_OS_APPLE to u_network. 2009-12-22 15:59:50 -08:00
u_pack_color.h util: Include u_debug for debug_print_format. 2010-04-09 03:40:11 -07:00
u_pointer.h
u_prim.h util: Don't include system headers inside extern "C" { ... } 2010-02-03 22:15:53 +00:00
u_rect.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_rect.h gallium/util: make src_y unsigned like the other x/y params 2010-01-07 09:20:48 -07:00
u_resource.c util: Remove unnecessary header. 2010-04-11 15:06:07 -07:00
u_ringbuffer.c Merge remote branch 'origin/lp-binning' 2010-02-05 13:48:35 +00:00
u_ringbuffer.h util: add generic ringbuffer utitilty 2010-01-16 21:15:55 +00:00
u_sampler.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_sampler.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_simple_list.h
u_simple_screen.h gallium: Remove pipe_screen::update_buffer. 2010-04-13 21:47:23 +08:00
u_simple_shaders.c gallium: Make pipe_atomic a regular int32_t. 2010-02-02 14:43:48 +00:00
u_simple_shaders.h util: add new fragment shaders to simple_shaders 2009-12-15 17:59:50 +00:00
u_snprintf.c util: Add cast. 2009-06-18 14:54:09 +01:00
u_sse.h gallium: Introduce PIPE_ARCH_SSE define for SSE support. 2008-10-07 14:25:09 +09:00
u_string.h util: Use size_t (for x86_64). 2009-03-25 21:01:49 +00:00
u_surface.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_surface.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_surfaces.c gallium: s/free/FREE/ and same for friends. 2010-04-23 21:53:08 +01:00
u_surfaces.h gallium/util: remove bogus return statement 2010-04-20 10:10:48 -06:00
u_texture.c util: Add missing includes. 2010-02-01 15:11:06 +00:00
u_texture.h util: add a function which converts 2D coordinates to cubemap coordinates 2009-12-15 17:59:54 +00:00
u_tile.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_tile.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_time.h Merge remote branch 'origin/lp-binning' 2010-02-05 13:48:35 +00:00
u_transfer.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_transfer.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_upload_mgr.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
u_upload_mgr.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00