Age | Commit message (Expand) | Author |
2008-08-12 | trace: Fix create_depth_stencil_alpha_state trace. | José Fonseca |
2008-08-12 | python: Bindings for pipe_{depth,stencil,alpha}_state. | José Fonseca |
2008-08-12 | trace: Dump pipe_{depth,stencil,alpha}_state names. | José Fonseca |
2008-08-12 | gallium: Name pipe_depth_stencil_alpha_state member structures. | José Fonseca |
2008-08-12 | python: Simplify setting the constant buffers. | José Fonseca |
2008-08-12 | python: Split the interface definition file in smaller ones. | José Fonseca |
2008-08-12 | python: Add unsigned arrays. | José Fonseca |
2008-08-12 | trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write | José Fonseca |
2008-08-12 | trace: Zero the buffers to avoid dumping uninitialized memory. | José Fonseca |
2008-08-12 | python: Allow writing to buffers. | José Fonseca |
2008-08-12 | trace: Fix hexadecimal dumping. | José Fonseca |
2008-08-12 | trace: Trace winsys/screen/context creation. | José Fonseca |
2008-08-12 | trace: Trace texture depth. | José Fonseca |
2008-08-12 | python: Update the documentation. | José Fonseca |
2008-08-12 | softpipe: Include missing header. | Michal Krol |
2008-08-11 | mesa: glsl: regenerated file | Brian Paul |
2008-08-11 | mesa: glsl: change refract() functions to allow inlining | Brian Paul |
2008-08-11 | mesa: glsl: use SGE instead of SGT in step() functions | Brian Paul |
2008-08-11 | mesa: glsl: fix bugs in refract() functions, plus minor optimization | Brian Paul |
2008-08-11 | mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079 | Brian Paul |
2008-08-11 | gallium: added comment | Brian Paul |
2008-08-11 | gallium: added _NEW_PROGRAM to dependencies | Brian Paul |
2008-08-11 | gallium: debug/print vertex tweak | Brian Paul |
2008-08-11 | gallium: emit sprite coords (gl_PointCoord) | Brian Paul |
2008-08-09 | trace: Dump writes to pipe_buffers. | José Fonseca |
2008-08-09 | trace: Prevent tracing internal pipe driver calls. | José Fonseca |
2008-08-09 | gallium: Invert include order. | José Fonseca |
2008-08-09 | trace: Dump shaders as text. | José Fonseca |
2008-08-09 | tgsi: Dump shaders to a string too. | José Fonseca |
2008-08-09 | util: Utility functions to print to a string buffer without overflowing. | José Fonseca |
2008-08-09 | trace: Allow to dump binary data. | José Fonseca |
2008-08-09 | trace: Trace pipe_winsys calls. | José Fonseca |
2008-08-09 | trace: Remove unused code. | José Fonseca |
2008-08-08 | mesa: fix some feature tests | Brian Paul |
2008-08-08 | mesa: fix some pixel transfer state tests for depth formats | Brian Paul |
2008-08-08 | gallium: fix additional glCopyTex[Sub]Image issues | Brian Paul |
2008-08-08 | mesa: fix out-of-bounds memory reads in swizzle_copy() | Brian Paul |
2008-08-08 | trace: Prevent from internal calls from pipe_context to pipe_screen from bein... | José Fonseca |
2008-08-08 | gallium: Add destroy callback to all *_winsys interfaces. | José Fonseca |
2008-08-08 | i965: Remove extraneous arg to debug_printf. | José Fonseca |
2008-08-07 | gallium: clean-up, remove dead code, update comments | Brian Paul |
2008-08-07 | gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil | Brian Paul |
2008-08-07 | softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM | Brian Paul |
2008-08-07 | trace: Simplify HTML output. | José Fonseca |
2008-08-07 | trace: Merge the CSS into the XSL. | José Fonseca |
2008-08-07 | trace: Dump format names. | José Fonseca |
2008-08-07 | gallium: s/pf_sprint_name/pf_name/ | Brian Paul |
2008-08-07 | gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path. | Brian Paul |
2008-08-07 | gallium: s/printf/debug_printf/ | Brian Paul |
2008-08-07 | gallium: new/better debug code (disabled) | Brian Paul |