summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-08-12trace: Trace winsys/screen/context creation.José Fonseca
2008-08-12trace: Trace texture depth.José Fonseca
2008-08-12python: Update the documentation.José Fonseca
2008-08-12softpipe: Include missing header.Michal Krol
2008-08-11gallium: debug/print vertex tweakBrian Paul
2008-08-11gallium: emit sprite coords (gl_PointCoord)Brian Paul
2008-08-09trace: Dump writes to pipe_buffers.José Fonseca
2008-08-09trace: Prevent tracing internal pipe driver calls.José Fonseca
2008-08-09gallium: Invert include order.José Fonseca
2008-08-09trace: Dump shaders as text.José Fonseca
2008-08-09tgsi: Dump shaders to a string too.José Fonseca
2008-08-09util: Utility functions to print to a string buffer without overflowing.José Fonseca
2008-08-09trace: Allow to dump binary data.José Fonseca
2008-08-09trace: Trace pipe_winsys calls.José Fonseca
2008-08-09trace: Remove unused code.José Fonseca
2008-08-08trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca
2008-08-08i965: Remove extraneous arg to debug_printf.José Fonseca
2008-08-07gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul
2008-08-07softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORMBrian Paul
2008-08-07trace: Simplify HTML output.José Fonseca
2008-08-07trace: Merge the CSS into the XSL.José Fonseca
2008-08-07trace: Dump format names.José Fonseca
2008-08-07gallium: s/pf_sprint_name/pf_name/Brian Paul
2008-08-07gallium: s/printf/debug_printf/Brian Paul
2008-08-07gallium: new/better debug code (disabled)Brian Paul
2008-08-07gallium: implement a bunch of missing put_tile functionsBrian Paul
2008-08-07gallium: enable the call to r16_put_tile_rgba(), silences warningBrian Paul
2008-08-07gallium: Simplify format->name conversion.José Fonseca
2008-08-07trace: Dump state.José Fonseca
2008-08-07trace: Trace pipe context calls.José Fonseca
2008-08-07trace: Add missing XSL and CSS.José Fonseca
2008-08-07xlib: Integrate with the trace pipe driver.José Fonseca
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca
2008-08-07pipebuffer: Add an extra assertion to ensure buffers do not jump between lists.José Fonseca
2008-08-07gallium: New function to dump surfaces.José Fonseca
2008-08-07softpipe: Silence compiler warnings on Windows.Michal Krol
2008-08-06gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()Brian Paul
2008-08-06gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul
2008-08-06softpipe: add texture border color codeBrian Paul
2008-08-04tgsi: Put a newline after IMM.Michal Krol
2008-08-02softpipe: support PIPE_FORMAT_R16_SNORM.Younes Manton
2008-07-30tgsi: Insert newlines after the statements, instead of before.José Fonseca
2008-07-28util: Don't define replacement math functions for CE.José Fonseca
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-26gallium: Windows miniport portability fixes.José Fonseca
2008-07-24softpipe: Remove unused variables.José Fonseca
2008-07-24tgsi: Silent msvc warning.José Fonseca
2008-07-23gallium: bump TGSI_EXEC_NUM_TEMPS to 128Brian Paul
2008-07-23gallium: print extended swizzle negation flagsBrian Paul