Age | Commit message (Expand) | Author |
2009-03-08 | tgsi: Document NV_vertex_program instruction set operations. | Michal Krol |
2009-03-05 | gallium: added null ptr check in align_free() | Brian Paul |
2009-03-04 | indices: add translate/generate functions for unfilled modes | Keith Whitwell |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-03-03 | Merge commit 'origin/gallium-0.1' | José Fonseca |
2009-03-03 | pipebuffer: Cleanup merge. | José Fonseca |
2009-03-03 | pb: fix up merge mistakes | Keith Whitwell |
2009-03-03 | pipebuffer: Fix copy'n'paste typo. | José Fonseca |
2009-03-03 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-03-02 | pipebuffer: Cleanup code & comments. | José Fonseca |
2009-03-02 | pipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag. | José Fonseca |
2009-03-02 | pipebuffer: Wait for the GPU to finish reading too. | José Fonseca |
2009-03-02 | pipebuffer: Remove unused var. | José Fonseca |
2009-02-28 | tgsi: More descriptive sanity diagnostic messages. | Michal Krol |
2009-02-28 | tgsi: More descriptive sanity diagnostic messages. | Michal Krol |
2009-02-27 | tgsi: don't dump interpolation info except for fragment shader inputs | Keith Whitwell |
2009-02-27 | util: set vbuf.max_index in draw_vertex_buffer() | Keith Whitwell |
2009-02-25 | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin Close |
2009-02-24 | pipebuffer: Allow asymmetric guard sizes for under/overflow detection. | José Fonseca |
2009-02-24 | util: Don't use 0-sized arrays. | José Fonseca |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-02-24 | pipebuffer: Remove unused var. | José Fonseca |
2009-02-23 | Merge commit 'origin/gallium-0.1' | José Fonseca |
2009-02-20 | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct... | Brian Paul |
2009-02-20 | util: Use a checkboard pattern instead of asserting for unknown formats. | José Fonseca |
2009-02-20 | util/debug: need to fflush(stderr) on windows | Keith Whitwell |
2009-02-20 | util: Also output messages to stderr on windows. | José Fonseca |
2009-02-20 | util: Stack backtracing facilities. | José Fonseca |
2009-02-20 | gallium: Improve recursive makefiles | Jakob Bornecrantz |
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz |
2009-02-19 | util: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to_rgba | José Fonseca |
2009-02-18 | pipebuffer: Dump debugging info for fenced buffer list. | José Fonseca |
2009-02-18 | pipebuffer: Don't retry to alloc memory block on mm. | José Fonseca |
2009-02-17 | draw: Reuse xmm registers. | Keith Whitwell |
2009-02-14 | draw: Fix segfault if rast is null | Jakob Bornecrantz |
2009-02-19 | mesa: Free the util shaders with the gallium's FREE. | José Fonseca |
2009-02-19 | util: Use right include. | José Fonseca |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer |
2009-02-18 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell |
2009-02-18 | Merge commit 'origin/draw-vbuf-interface' | Keith Whitwell |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-18 | util: (Re)enable memory debugging for all windows platforms. | José Fonseca |
2009-02-18 | draw: Reuse xmm registers. | Keith Whitwell |
2009-02-16 | gallium: fix glean's vertProg1 | Alan Hourihane |
2009-02-17 | draw: second argument to unmap is max, not count | Keith Whitwell |
2009-02-17 | draw: add map/unmap directives for swtnl driver interface | Keith Whitwell |
2009-02-12 | gallium: Fix a couple of potential NULL pointer dereferences. | Michel Dänzer |
2009-02-12 | Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'. | Michel Dänzer |