summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* tgsi: More descriptive sanity diagnostic messages.Michal Krol2009-02-281-15/+15
* tgsi: don't dump interpolation info except for fragment shader inputsKeith Whitwell2009-02-271-2/+6
* util: set vbuf.max_index in draw_vertex_buffer()Keith Whitwell2009-02-271-0/+2
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-255-15/+19
* pipebuffer: Allow asymmetric guard sizes for under/overflow detection.José Fonseca2009-02-242-8/+13
* util: Don't use 0-sized arrays.José Fonseca2009-02-241-0/+6
* gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-242-21/+6
* pipebuffer: Remove unused var.José Fonseca2009-02-241-1/+0
* Merge commit 'origin/gallium-0.1'José Fonseca2009-02-235-18/+127
|\
| * util: Use a checkboard pattern instead of asserting for unknown formats.José Fonseca2009-02-201-2/+24
| * util: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to_rgbaJosé Fonseca2009-02-191-0/+29
| * pipebuffer: Dump debugging info for fenced buffer list.José Fonseca2009-02-183-9/+100
| * pipebuffer: Don't retry to alloc memory block on mm.José Fonseca2009-02-181-7/+3
* | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul2009-02-201-0/+3
* | util/debug: need to fflush(stderr) on windowsKeith Whitwell2009-02-201-0/+1
* | util: Also output messages to stderr on windows.José Fonseca2009-02-201-0/+6
* | util: Stack backtracing facilities.José Fonseca2009-02-204-0/+170
* | gallium: Improve recursive makefilesJakob Bornecrantz2009-02-201-11/+3
* | gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-209-29/+0
* | draw: Fix segfault if rast is nullJakob Bornecrantz2009-02-141-2/+3
* | mesa: Free the util shaders with the gallium's FREE.José Fonseca2009-02-192-0/+11
* | util: Use right include.José Fonseca2009-02-191-1/+1
* | Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-187-252/+232
|\ \
| * \ Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-1626-63/+5963
| |\ \
| * | | gallium: Fix a couple of potential NULL pointer dereferences.Michel Dänzer2009-02-121-4/+4
| * | | Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.Michel Dänzer2009-02-121-13/+13
| * | | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-057-245/+225
* | | | Merge commit 'origin/gallium-0.1'Keith Whitwell2009-02-181-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | draw: Reuse xmm registers.Keith Whitwell2009-02-171-0/+13
* | | | Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-187-177/+174
|\ \ \ \
| * | | | draw: second argument to unmap is max, not countKeith Whitwell2009-02-174-9/+12
| * | | | draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell2009-02-177-177/+171
| | |_|/ | |/| |
* | | | util: Move p_debug.h into util module.José Fonseca2009-02-1853-55/+416
* | | | util: (Re)enable memory debugging for all windows platforms.José Fonseca2009-02-181-1/+1
* | | | draw: Reuse xmm registers.Keith Whitwell2009-02-181-0/+12
* | | | gallium: fix glean's vertProg1Alan Hourihane2009-02-163-10/+20
|/ / /
* | | tgsi: keep immediate file info uptodateKeith Whitwell2009-02-121-1/+8
* | | gallium: const-correctness for u_linear.c functionsBrian Paul2009-02-112-7/+8
* | | gallium: silence warnings about void ptr arithmeticBrian Paul2009-02-111-5/+6
* | | draw: Cap max vertices instead of failing assert.José Fonseca2009-02-111-2/+3
* | | pipebuffer: Drop reliance on pipe_winsys.José Fonseca2009-02-104-24/+54
* | | gallivm: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-2/+2
* | | draw: Fix build -- rename Size to NrTokens.Michal Krol2009-02-102-2/+2
* | | tgsi: Fix build -- rename Size to NrTokens.Michal Krol2009-02-108-20/+20
* | | indices: Fix typo.José Fonseca2009-02-092-241/+241
* | | indices: quad fixesKeith Whitwell2009-02-052-132/+133
* | | gallium: add new aux lib for index list translationsKeith Whitwell2009-02-057-0/+5859
| |/ |/|
* | gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-18/+18
* | util: List new file in sconscript.José Fonseca2009-02-011-0/+1
* | pipebuffer: Drop (most of) pipe winsys stuff.José Fonseca2009-02-016-275/+1