summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | gallium: Remove the standalone surfaces.José Fonseca2009-01-201-38/+7
* | util: add reduced prim helperKeith Whitwell2009-01-191-0/+16
* | tgsi: change an if to an else-if, added const qual, added commentsBrian Paul2009-01-191-3/+5
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-1910-117/+112
|\ \
| * | gallium: Disable memory debugging for Windows OGL.José Fonseca2009-01-141-1/+1
| * | gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer2009-01-123-4/+4
| * | gallivm: Print error message from ParseBitcodeFile() in case it fails.Michel Dänzer2009-01-121-2/+3
| * | gallivm: Adapt to header file move in LLVM 2.4.Michel Dänzer2009-01-125-5/+5