summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallium: initialize simple screen in driversZack Rusin2009-01-311-1/+1
* | gallium: add a convience wrapper for simple screensZack Rusin2009-01-303-1/+192
* | gallium: make p_winsys internalZack Rusin2009-01-309-25/+22
* | Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca2009-01-301-0/+4
|\ \
| * | util: Define ffs for MinGW.José Fonseca2009-01-301-0/+4
* | | Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca2009-01-301-1/+7
|\| |
| * | pipebuffer: Consider 0 as no alignment needed.José Fonseca2009-01-301-1/+7
* | | gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-292-16/+17
|/ /
* | pipebuffer: Ondemand buffer manager.José Fonseca2009-01-294-0/+319
* | pipebuffer: Implement proper buffer validation.José Fonseca2009-01-2914-108/+359
* | pipebuffer: More assertions.José Fonseca2009-01-281-0/+5
* | pipebuffer: Fix alignment assertion.José Fonseca2009-01-281-2/+2
* | pipebuffer: Export the pipe buffer winsys hooks.José Fonseca2009-01-283-8/+84
* | gallium: standardize api on the prefix "nr"Zack Rusin2009-01-273-4/+4
* | gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-275-9/+9
* | tgsi: silence some warningsKeith Whitwell2009-01-271-0/+37
* | draw: silence some warningsKeith Whitwell2009-01-271-1/+4
* | draw: queiten compiler warningsKeith Whitwell2009-01-271-1/+4