| .. |
|
Makefile
|
util: Add generic tile and detile functions
|
2008-11-24 20:01:48 +01:00 |
|
p_debug.c
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
|
2008-12-09 16:17:45 +00:00 |
|
p_debug_mem.c
|
gallium: State when there are no memory leaks detected.
|
2008-11-17 12:36:07 +09:00 |
|
p_debug_prof.c
|
win32kprof: Store the profile data as an caller->callee hash table, instead of a trace.
|
2008-07-22 09:45:33 +09:00 |
|
SConscript
|
gallium: added general-purpose key->data map/lookup container
|
2008-10-07 14:34:29 -06:00 |
|
u_blit.c
|
util: Use OpenGL rasterization rules in blits and mipmap generation.
|
2008-11-14 12:58:12 -07:00 |
|
u_blit.h
|
gallium: Fix warning in u_blit.h
|
2008-06-24 14:33:07 +02:00 |
|
u_cpu_detect.c
|
gallium: Import Dennis Smit cpu detection code.
|
2008-03-10 16:45:19 +00:00 |
|
u_cpu_detect.h
|
gallium: Import Dennis Smit cpu detection code.
|
2008-03-10 16:45:19 +00:00 |
|
u_double_list.h
|
gallium: Attribute realloc leaks to the first malloc call.
|
2008-04-11 09:32:26 +09:00 |
|
u_draw_quad.c
|
gallium: Use pipe_buffer_* inlines as much as possible.
|
2008-09-04 09:38:23 +09:00 |
|
u_draw_quad.h
|
gallium: Fix warning in u_draw_quad.h
|
2008-06-23 12:31:46 +02:00 |
|
u_gen_mipmap.c
|
util: Use OpenGL rasterization rules in blits and mipmap generation.
|
2008-11-14 12:58:12 -07:00 |
|
u_gen_mipmap.h
|
gallium: Add extern "C" to the headers.
|
2008-04-24 02:13:41 +09:00 |
|
u_handle_table.c
|
gallium: Make handle_table reentrant.
|
2008-11-17 12:36:02 +09:00 |
|
u_handle_table.h
|
d3d: Allow to iterate over the handle table.
|
2008-03-18 17:20:56 +00:00 |
|
u_hash_table.c
|
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
|
2008-08-24 17:48:55 -06:00 |
|
u_hash_table.h
|
gallium: Really free hash entries.
|
2008-05-08 15:29:20 +09:00 |
|
u_keymap.c
|
gallium: added general-purpose key->data map/lookup container
|
2008-10-07 14:34:29 -06:00 |
|
u_keymap.h
|
gallium: added general-purpose key->data map/lookup container
|
2008-10-07 14:34:29 -06:00 |
|
u_linear.c
|
util: Add generic tile and detile functions
|
2008-11-24 20:01:48 +01:00 |
|
u_linear.h
|
util: Add generic tile and detile functions
|
2008-11-24 20:01:48 +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
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
|
2008-11-19 16:04:18 +00:00 |
|
u_memory.h
|
CELL: use variant-length fragment ops programs
|
2008-11-21 11:42:35 -07:00 |
|
u_mm.c
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
|
2008-11-05 15:58:09 -07:00 |
|
u_mm.h
|
gallium: prefix memory manager functions with u_ to differentiate from functions in mesa/main/mm.c
|
2008-10-29 14:19:12 -06:00 |
|
u_pack_color.h
|
gallium: remove debug code from prev commit
|
2008-09-05 10:10:18 -06:00 |
|
u_pointer.h
|
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
|
2008-08-24 17:48:55 -06:00 |
|
u_rect.c
|
gallium: actually flip the coordinates
|
2008-11-10 08:05:20 -07:00 |
|
u_rect.h
|
gallium: new util_surface_copy() and util_surface_fill() helpers
|
2008-09-04 10:31:23 -06:00 |
|
u_simple_list.h
|
Remove src/mesa and src/mesa/main from gallium source include paths.
|
2008-02-19 15:07:53 +09:00 |
|
u_simple_shaders.c
|
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
|
2008-08-24 17:48:55 -06:00 |
|
u_simple_shaders.h
|
gallium: return pipe_shader_state from the simple shader functions
|
2008-03-27 15:43:32 -06:00 |
|
u_snprintf.c
|
gallium: WinCE build fixes.
|
2008-08-19 21:35:06 +01:00 |
|
u_sse.h
|
gallium: Introduce PIPE_ARCH_SSE define for SSE support.
|
2008-10-07 14:25:09 +09:00 |
|
u_stream.h
|
util: Allow to define the maximum file size.
|
2008-09-08 22:56:38 +09:00 |
|
u_stream_stdc.c
|
util: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_USER.
|
2008-09-09 11:25:05 +02:00 |
|
u_stream_wd.c
|
util: Ensure we always have a full qualified file name on windows display.
|
2008-09-09 22:19:31 +09:00 |
|
u_string.h
|
gallium: Allow compilation inside X.
|
2008-08-12 13:00:18 +01:00 |
|
u_tile.c
|
gallium: Silence compiler warnings on Windows.
|
2008-11-03 23:55:38 +09:00 |
|
u_tile.h
|
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
|
2008-08-24 17:48:55 -06:00 |
|
u_time.c
|
gallium: Fix typo.
|
2008-11-03 22:35:32 +09:00 |
|
u_time.h
|
util: add func to return time as uint64 microseconds
|
2008-09-01 14:24:33 +01:00 |
|
u_timed_winsys.c
|
util: make timed_winsys os independent
|
2008-09-01 14:24:33 +01:00 |
|
u_timed_winsys.h
|
add u_timed_winsys.[ch]
|
2008-09-01 14:24:33 +01:00 |