summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-02-20gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul
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-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-17draw: Reuse xmm registers.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
2009-02-12gallium: Fix a couple of potential NULL pointer dereferences.Michel Dänzer
2009-02-12Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.Michel Dänzer
2009-02-12tgsi: keep immediate file info uptodateKeith Whitwell
2009-02-11gallium: const-correctness for u_linear.c functionsBrian Paul
2009-02-11gallium: silence warnings about void ptr arithmeticBrian Paul
2009-02-11draw: Cap max vertices instead of failing assert.José Fonseca
2009-02-10pipebuffer: Drop reliance on pipe_winsys.José Fonseca
2009-02-10gallivm: Fix build -- rename Size to NrTokens.Michal Krol
2009-02-10draw: Fix build -- rename Size to NrTokens.Michal Krol
2009-02-10tgsi: Fix build -- rename Size to NrTokens.Michal Krol
2009-02-09indices: Fix typo.José Fonseca
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-02-05indices: quad fixesKeith Whitwell
2009-02-05gallium: add new aux lib for index list translationsKeith Whitwell
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-02-01util: List new file in sconscript.José Fonseca
2009-02-01pipebuffer: Drop (most of) pipe winsys stuff.José Fonseca
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-30gallium: add a convience wrapper for simple screensZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-30Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca
2009-01-30util: Define ffs for MinGW.José Fonseca
2009-01-30Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca
2009-01-30pipebuffer: Consider 0 as no alignment needed.José Fonseca
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-29pipebuffer: Ondemand buffer manager.José Fonseca
2009-01-29pipebuffer: Implement proper buffer validation.José Fonseca
2009-01-28pipebuffer: More assertions.José Fonseca
2009-01-28pipebuffer: Fix alignment assertion.José Fonseca
2009-01-28pipebuffer: Export the pipe buffer winsys hooks.José Fonseca