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