mesa/src/gallium/auxiliary/util
Marek Olšák 23f76f558e gallium/u_blitter: remove useless parameter from blitter_default_dst_texture
Reviewed-by: Brian Paul <brianp@vmware.com>
2013-01-04 14:05:40 +01:00
..
.gitignore util: Reimplement half <-> float conversions. 2012-06-29 12:21:02 +01:00
dbghelp.h util: Fix typo in last commit. 2011-02-17 17:15:57 +00:00
u_atomic.h Remove windows kernel support code. 2011-11-29 17:34:56 +00:00
u_bitmask.c
u_bitmask.h util: Include missing header in u_bitmask.h. 2010-08-25 23:31:04 -07:00
u_blit.c gallium: manage render condition in cso_context and fix postprocessing w/ it 2012-12-12 13:09:53 +01:00
u_blit.h st/mesa: implement accelerated stencil blitting using shader stencil export 2012-07-12 02:08:30 +02:00
u_blitter.c gallium/u_blitter: remove useless parameter from blitter_default_dst_texture 2013-01-04 14:05:40 +01:00
u_blitter.h gallium/u_blitter: remove useless parameter from blitter_default_dst_texture 2013-01-04 14:05:40 +01:00
u_box.h gallium: support for array textures and related changes 2010-12-02 04:33:43 +01:00
u_cache.c u_cache: fix dereference before NULL check 2012-12-04 17:55:52 +10:00
u_cache.h util: Add remove to util_cache 2011-03-09 11:16:49 +00:00
u_caps.c gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally 2011-11-22 20:56:50 +01:00
u_caps.h gallium: separate out floating-point CAPs into its own enum 2011-11-22 20:56:50 +01:00
u_clear.h gallium: move clear paths from rgba to a pointer to a color union (v2) 2011-09-18 15:12:47 +01:00
u_cpu_detect.c gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer. 2012-09-04 08:49:00 +01:00
u_cpu_detect.h gallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer. 2012-09-04 08:49:00 +01:00
u_debug.c gallium: remove pipe_surface::usage 2012-12-12 13:09:54 +01:00
u_debug.h util/u_debug: Cleanup/fix debug_dump_image. 2012-12-04 19:35:19 +00:00
u_debug_describe.c gallium: utility helper functions for stream output 2011-12-15 18:51:48 +01:00
u_debug_describe.h gallium: utility helper functions for stream output 2011-12-15 18:51:48 +01:00
u_debug_memory.c util: add more memory debugging features 2012-11-28 15:03:29 -07:00
u_debug_refcnt.c util: add casts in fprintf() calls to silence warnings 2011-12-03 09:31:45 -07:00
u_debug_refcnt.h util: Fix include style 2011-08-29 08:02:49 -06:00
u_debug_stack.c util: Silence GCC unused-but-set-variable warning. 2012-01-16 12:41:55 -08:00
u_debug_stack.h
u_debug_symbol.c Fix compile time errors when building against uclibc 2012-07-24 13:00:47 -07:00
u_debug_symbol.h u_debug_symbol: add symbol name caching 2010-08-20 18:18:28 +02:00
u_dirty_flags.h gallium/util: add states relevant to geometry shaders 2010-12-02 15:50:15 -05:00
u_dirty_surfaces.h gallium: support for array textures and related changes 2010-12-02 04:33:43 +01:00
u_dl.c util: use pointer_to_func() to silence warning 2010-10-25 09:17:40 -06:00
u_dl.h
u_double_list.h util: null-out the node's prev/next pointers in list_del() 2012-10-15 07:49:14 -06:00
u_draw.c util/u_draw: Skip rendering instead of aborting when excessive number of instances is found. 2012-12-04 19:35:19 +00:00
u_draw.h gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index 2012-05-12 23:13:45 +02:00
u_draw_quad.c gallium: add start_slot parameter to set_vertex_buffers 2012-10-31 00:55:13 +01:00
u_draw_quad.h gallium: add start_slot parameter to set_vertex_buffers 2012-10-31 00:55:13 +01:00
u_dual_blend.h util: add dual blend helper function (v2) 2012-04-13 17:19:02 +01:00
u_dump.h gallium: add helpers for dumping pipe_box and pipe_blit_info 2012-09-30 18:57:56 +02:00
u_dump_defines.c
u_dump_state.c gallium/util: complete implementation of util_dump_transfer 2013-01-04 14:05:32 +01:00
u_dynarray.h nvfx: support clip planes sensibly and fix them on nv30 2010-08-23 15:09:22 +02:00
u_fifo.h
u_format.c util/u_format: Kill util_format_is_array(). 2012-11-29 14:08:42 +00:00
u_format.csv gallium: add R8G8_R8B8 and G8R8_B8R8 formats 2012-03-09 12:40:54 +01:00
u_format.h util/u_format: Kill util_format_is_array(). 2012-11-29 14:08:42 +00:00
u_format_etc.c gallium/util, mesa: Refactor etc1 unpack function 2012-07-16 14:07:57 -07:00
u_format_etc.h gallium: add PIPE_FORMAT_ETC1_RGB8 2011-12-02 08:43:46 +08:00
u_format_latc.c u_format: fix latc fetches. 2011-12-30 21:20:18 +00:00
u_format_latc.h gallium/util: add LATC support 2011-03-08 23:52:37 +01:00
u_format_other.c util/u_format: Fix format manipulation for big-endian 2012-11-29 11:54:23 +00:00
u_format_other.h util: implement R11G11B10_FLOAT pack/unpack functions 2011-04-29 11:31:55 +02:00
u_format_pack.py util/format: Fix bug in float to non-float conversion in u_format_pack.py. 2012-11-27 16:24:02 +00:00
u_format_parse.py util/u_format: Tighten the meaning of is_array bit to exclude mixed type formats. 2012-11-29 14:08:42 +00:00
u_format_r11g11b10f.h util: fix MSVC double/float conversion warning in u_format_r11g11b10f.h 2012-10-17 10:13:30 -06:00
u_format_rgb9e5.h mesa, util: move RGB9E5 conversion functions to gallium/util 2011-04-29 11:31:55 +02:00
u_format_rgtc.c u_format/rgtc: fix alpha values in returned texels. 2011-12-30 20:31:34 +00:00
u_format_rgtc.h gallium/util: add LATC support 2011-03-08 23:52:37 +01:00
u_format_s3tc.c u_format_s3tc.c: Don't call getenv() twice 2012-10-12 12:26:03 -07:00
u_format_s3tc.h
u_format_srgb.h
u_format_srgb.py gallium: Avoid using __doc__ in python scripts. 2010-10-28 17:38:18 +01:00
u_format_table.py u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats 2012-01-05 18:29:11 +01:00
u_format_tests.c Use C99 NAN and INFINITY macros 2012-08-03 15:02:09 -07:00
u_format_tests.h
u_format_yuv.c util: include u_debug.h 2012-09-01 07:41:26 -06:00
u_format_yuv.h gallium: add R8G8_R8B8 and G8R8_B8R8 formats 2012-03-09 12:40:54 +01:00
u_format_zs.c util/u_format: Round when converting depth values from float to z16_unorm. 2012-12-21 10:04:51 +00:00
u_format_zs.h gallium: rename ZS stencil type to UINT (v2) 2011-10-11 16:13:29 +01:00
u_framebuffer.c auxiliary: fix util_framebuffer_copy 2010-08-11 16:27:57 +02:00
u_framebuffer.h util: Make u_framebuffer.h C++ safe. 2012-11-05 10:39:42 +00:00
u_gen_mipmap.c gallium: remove pipe_surface::usage 2012-12-12 13:09:54 +01:00
u_gen_mipmap.h gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlush 2012-04-18 16:19:39 +02:00
u_half.h util: Reimplement half <-> float conversions. 2012-06-29 12:21:02 +01:00
u_handle_table.c
u_handle_table.h
u_hash.c
u_hash.h
u_hash_table.c
u_hash_table.h
u_helpers.c gallium: add start_slot parameter to set_vertex_buffers 2012-10-31 00:55:13 +01:00
u_helpers.h gallium: add start_slot parameter to set_vertex_buffers 2012-10-31 00:55:13 +01:00
u_index_modify.c gallium: add void *user_buffer in pipe_index_buffer 2012-04-30 01:14:28 +02:00
u_index_modify.h gallium: add void *user_buffer in pipe_index_buffer 2012-04-30 01:14:28 +02:00
u_init.h
u_inlines.h gallium: remove pipe_surface::usage 2012-12-12 13:09:54 +01:00
u_keymap.c
u_keymap.h
u_linear.c
u_linear.h util: Include missing header in u_linear.h. 2010-09-02 16:30:34 -07:00
u_linkage.c util: Silence uninitialized variable warnings. 2010-08-21 15:49:17 -07:00
u_linkage.h util: fix uninitialized table 2012-04-13 14:25:07 +00:00
u_math.c
u_math.h gallium: add start_slot parameter to set_vertex_buffers 2012-10-31 00:55:13 +01:00
u_memory.h
u_mm.c
u_mm.h
u_network.c gallium/auxiliary/util: Solaris also has standard Unix sockets 2011-10-27 22:43:02 -07:00
u_network.h gallium/auxiliary/util: Solaris also has standard Unix sockets 2011-10-27 22:43:02 -07:00
u_pack_color.h gallium/u_pack: fix l8/i8 pack color ub 2011-12-27 10:35:09 +00:00
u_pointer.h util: Add a func_to_pointer util function too. 2010-06-14 16:50:39 +01:00
u_prim.h util: Fix reduction of line adjacency primitives. 2012-11-09 13:43:19 +00:00
u_pstipple.c gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
u_pstipple.h gallium/util: new polygon stipple utility helper 2011-03-10 09:44:32 -07:00
u_rect.h gallium/util: Move the util_copy/fill_rect into u_surface. 2012-12-06 17:12:31 +00:00
u_resource.c gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
u_ringbuffer.c
u_ringbuffer.h
u_sampler.c util: use memset() to initialize surface, sampler_view templates 2012-01-10 12:37:38 -07:00
u_sampler.h
u_simple_list.h util: make calling remove_from_list multiple times in a row safe 2010-09-24 02:29:04 +02:00
u_simple_shaders.c gallium/u_blitter: implement blitting multisample resources 2012-08-15 19:20:57 +02:00
u_simple_shaders.h gallium/u_blitter: implement blitting multisample resources 2012-08-15 19:20:57 +02:00
u_slab.c gallium/u_slab: fix possible crash in util_slab_destroy 2012-02-23 20:29:55 +01:00
u_slab.h gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
u_snprintf.c util: Only use open coded snprintf for MSVC. 2012-11-16 23:18:23 -08:00
u_split_prim.h util: Add include guard in u_split_prim.h. 2010-08-25 22:55:15 -07:00
u_sse.h gallium: move some intrinsics helpers to u_sse.h 2010-10-15 13:29:56 +01:00
u_staging.c gallium: s/bool/boolean/ 2011-06-08 08:05:40 -06:00
u_staging.h gallium: s/bool/boolean/ 2011-06-08 08:05:40 -06:00
u_string.h util: Only use open coded snprintf for MSVC. 2012-11-16 23:18:23 -08:00
u_suballoc.c gallium/util: add a simple allocator for suballocating from a large buffer 2012-12-12 13:12:24 +01:00
u_suballoc.h gallium/util: add a simple allocator for suballocating from a large buffer 2012-12-12 13:12:24 +01:00
u_surface.c gallium: remove pipe_surface::usage 2012-12-12 13:09:54 +01:00
u_surface.h gallium: remove pipe_surface::usage 2012-12-12 13:09:54 +01:00
u_surfaces.c gallium: remove pipe_surface::usage 2012-12-12 13:09:54 +01:00
u_surfaces.h gallium: remove pipe_surface::usage 2012-12-12 13:09:54 +01:00
u_texture.c
u_texture.h
u_tile.c gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
u_tile.h gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
u_time.h
u_transfer.c util: Add util_copy_box helper. 2012-12-06 17:12:31 +00:00
u_transfer.h gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
u_upload_mgr.c util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c code 2012-10-17 10:13:30 -06:00
u_upload_mgr.h util: update and fix u_upload_mgr.h comments 2012-08-18 07:39:52 -06:00
u_vbuf.c gallium/u_vbuf: document how it works 2012-11-01 03:17:58 +01:00
u_vbuf.h gallium/u_vbuf: document how it works 2012-11-01 03:17:58 +01:00
u_video.h vl: remove assert on unknown video profile 2012-02-06 10:35:59 +01:00