summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-08-26draw: attempt atomic submit of large drawelements callsKeith Whitwell
2008-08-25cell: asst fixes to get driver building/running again.Brian
2008-08-25gallium: added const qualifiers on some draw funcsBrian
2008-08-25gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGNBrian
2008-08-25gallium: include <sched.h> on linux to get sched_yield() protoBrian
2008-08-25gallium: include u_math.hBrian Paul
2008-08-25gallium: Add missing includes.Michal Krol
2008-08-24gallium: include u_memory.h, u_math.hBrian
2008-08-24gallium: remove old tile util filesBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-23trace: Include u_string.h.Michal Krol
2008-08-23util: Silence compiler warnings on Windows.Michal Krol
2008-08-23util: Include missing u_rect.h.Michal Krol
2008-08-22gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-22gallium: replace align_int() with align()Brian Paul
2008-08-22gallium: insert __cplusplus/extern wrappingsBrian Paul
2008-08-22gallium: move math macros from p_util.h to u_math.hBrian Paul
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul
2008-08-22gallium: stop using FABSF() macroBrian Paul
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul
2008-08-22gallium: use new util_fast_exp2(), _log2(), pow() functionsBrian Paul
2008-08-22gallium: new u_math.[ch] files for math functionsBrian Paul
2008-08-22python/retrace: Interpret texture/surfaces destructions.José Fonseca
2008-08-22trace: Don't trace texture/surfaces releases, only destructions.José Fonseca
2008-08-22trace: Use a 4 hexadecimal digit suffix.José Fonseca
2008-08-22python/retrace: Process the trace call-by-call (instead of reading everything...José Fonseca
2008-08-21python/retrace: Support gziped traces.José Fonseca
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca
2008-08-21trace: Split the output stream on windows.José Fonseca
2008-08-20gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.Brian Paul
2008-08-20gallium: fix typo in LINE() macro (replace i+1 with i1 var)Brian Paul
2008-08-20python/retrace: Retrace draw_elements and draw_range_elements.José Fonseca
2008-08-20python: bindings for draw_range_elements.José Fonseca
2008-08-19gallium: fix do_flip bug in sp_surface_copy()Brian Paul
2008-08-19gallium: fix an assertionBrian Paul
2008-08-19gallium: WinCE build fixes.José Fonseca
2008-08-19python/retrace: Add several missing functions.José Fonseca
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca
2008-08-19python: Handle null state.José Fonseca
2008-08-19python/retrace: Trim null chars.José Fonseca
2008-08-19trace: Support C++.José Fonseca
2008-08-19gallium: Add note about vs_2_0 EXPP mapping.Michal Krol
2008-08-19tgsi: Implement LOG opcode for SSE2 codegen.Michal Krol
2008-08-19tgsi: Implement EXP opcode for SSE2.Michal Krol
2008-08-19xlib: Revert destroying pipe_screen (temporary).José Fonseca
2008-08-19tgsi: Fix ARL opcode in SSE2 codegen.Michal Krol
2008-08-19tgsi: Workaround debug output buffer size limitations.Michal Krol
2008-08-19tgsi: Use NUM_CHANNELS.Michal Krol
2008-08-18trace: Explain how to integrate with a state tracker or winsys.José Fonseca