summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul93-112/+129
2008-08-23trace: Include u_string.h.Michal Krol1-0/+1
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul4-0/+4
2008-08-22gallium: replace align_int() with align()Brian Paul2-8/+8
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul2-42/+44
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul2-1/+5
2008-08-22trace: Don't trace texture/surfaces releases, only destructions.José Fonseca1-16/+18
2008-08-22trace: Use a 4 hexadecimal digit suffix.José Fonseca1-1/+1
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca3-0/+64
2008-08-21trace: Split the output stream on windows.José Fonseca1-27/+75
2008-08-20gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.Brian Paul1-11/+34
2008-08-19gallium: fix do_flip bug in sp_surface_copy()Brian Paul1-1/+4
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca1-17/+6
2008-08-19trace: Support C++.José Fonseca2-0/+18
2008-08-18trace: Explain how to integrate with a state tracker or winsys.José Fonseca1-3/+42
2008-08-18trace: Preliminary stream implementation for GDI.José Fonseca3-14/+145
2008-08-18trace: Use long longs to ensure covering 64bits integers.José Fonseca2-6/+6
2008-08-18trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca4-13/+12
2008-08-15trace: Fix typo.José Fonseca1-1/+1
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca7-49/+378
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca4-16/+53
2008-08-15trace: Several fixes.José Fonseca2-9/+15
2008-08-15trace: Trace surface contents.José Fonseca3-24/+60
2008-08-15trace: Make stream a global variable.José Fonseca12-1017/+906
2008-08-14trace: Update status.José Fonseca1-2/+4
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca5-32/+34
2008-08-14check for winsys->destroy before callingAlan Hourihane1-1/+1
2008-08-13i915: Swap meanings of KIL and KILP.Michal Krol1-12/+4
2008-08-13cell: KILP is a predicated discard, KIL is a conditional discard.Michal Krol1-4/+17
2008-08-12trace: More dump fixes.José Fonseca2-1/+2
2008-08-12trace: Fix create_blend_state dump.José Fonseca1-0/+2
2008-08-12trace: Dump polygon stipple state as an array.José Fonseca1-2/+3
2008-08-12trace: Fix create_depth_stencil_alpha_state trace.José Fonseca1-1/+3
2008-08-12trace: Dump pipe_{depth,stencil,alpha}_state names.José Fonseca1-3/+3
2008-08-12trace: Replace buffer_map+memcpy+buffer_unmap by buffer_writeJosé Fonseca1-31/+8
2008-08-12trace: Zero the buffers to avoid dumping uninitialized memory.José Fonseca1-4/+15
2008-08-12trace: Fix hexadecimal dumping.José Fonseca1-6/+5
2008-08-12trace: Trace winsys/screen/context creation.José Fonseca4-90/+71
2008-08-12trace: Trace texture depth.José Fonseca1-0/+4
2008-08-12softpipe: Include missing header.Michal Krol1-0/+1
2008-08-11gallium: debug/print vertex tweakBrian Paul1-4/+1
2008-08-09trace: Dump writes to pipe_buffers.José Fonseca2-1/+56
2008-08-09trace: Prevent tracing internal pipe driver calls.José Fonseca2-5/+7
2008-08-09trace: Dump shaders as text.José Fonseca2-5/+44
2008-08-09trace: Allow to dump binary data.José Fonseca4-27/+37
2008-08-09trace: Trace pipe_winsys calls.José Fonseca4-7/+476
2008-08-09trace: Remove unused code.José Fonseca1-2/+0
2008-08-08trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca1-0/+6
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca8-0/+30
2008-08-08i965: Remove extraneous arg to debug_printf.José Fonseca1-1/+1