summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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
2008-08-18trace: Preliminary stream implementation for GDI.José Fonseca
2008-08-18trace: Use long longs to ensure covering 64bits integers.José Fonseca
2008-08-18trace: Get the trace file from the GALLIUM_TRACE option itself.José Fonseca
2008-08-18gallium: Remove TGSI_CC_UN.Michal Krol
2008-08-18tgsi: Update condition code vector when storing dest register.Michal Krol
2008-08-18tgsi: Saturate modifier obeys ExecMask.Michal Krol
2008-08-18tgsi: Respect condition codes when storing destination register.Michal Krol
2008-08-18tgsi: Cosmetic changes.Michal Krol
2008-08-18tgsi: Add condition code (CC) register.Michal Krol
2008-08-18scons: Fix build.Michal Krol
2008-08-17if we can't find a mode, return first. At least we shouldAlan Hourihane
2008-08-17consolidate intel directories.Alan Hourihane
2008-08-17rather than use CRTC 1 (aka LVDS), try and setup all connectors/encodersAlan Hourihane
2008-08-15xlib: Kill xmesa_surface.José Fonseca
2008-08-15trace: Fix typo.José Fonseca
2008-08-15python/retrace: Update frame when PIPE_FLUSH_FRAME spotted.José Fonseca
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca
2008-08-15pyhon/retrace: Retrace surface contents.José Fonseca
2008-08-15python/retrace: Keep addresses as strings.José Fonseca