summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-02-23Merge commit 'origin/gallium-0.1'José Fonseca
2009-02-23gallium: Install winsys/drm to DESTDIR rather than /Joel Bosveld
2009-02-23r300-gallium: Fix pasto and debug messages.Corbin Simpson
2009-02-23r300-gallium: Cleanup some state emit, move vertex format state to r300_emit.Corbin Simpson
2009-02-23gallium: Define PIPE_PRIM_MAX.José Fonseca
2009-02-23r300-gallium: Fix a handful of compile warnings.Corbin Simpson
2009-02-23r300-gallium: Decode passthrough shader for r300.Corbin Simpson
2009-02-23r300-gallium: Finish VAP/VF setup.Corbin Simpson
2009-02-23r300-gallium: Fix BEGIN_CS size.Corbin Simpson
2009-02-23wgl: Enable the use of Win32 threads.José Fonseca
2009-02-22r300-gallium: Add pipe_format translators and apply themJoakim Sindholt
2009-02-22r300-gallium: Add all supported 2d texture formatsJoakim Sindholt
2009-02-22r300-gallium: correct buffer stride calculationJoakim Sindholt
2009-02-22gallium: remove dependency on main/glheader.h in glxapi.cBrian Paul
2009-02-22nv50: delay uploads until transfer object is destroyedBen Skeggs
2009-02-20gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul
2009-02-20python: More efficient blits from surfaces.José Fonseca
2009-02-20util: Use a checkboard pattern instead of asserting for unknown formats.José Fonseca
2009-02-20python/interpreter: Don't do unnecessary updates.José Fonseca
2009-02-20python/retrace: Verbosity level.José Fonseca
2009-02-20python/retrace: Cope with python 2.4.xJosé 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-20python: Pass a zero offset to util_draw_vertex_buffer.José Fonseca
2009-02-20wgl: Prevent null pointer reference.José Fonseca
2009-02-20util: Stack backtracing facilities.José Fonseca
2009-02-20gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/Jakob Bornecrantz
2009-02-20gallium: Improve recursive makefilesJakob Bornecrantz
2009-02-20gallium: Improve winsys dri template MakefileJakob Bornecrantz
2009-02-20intel: Use new makefile template for drm gemJakob Bornecrantz
2009-02-20nouveau: Use new makefile template for drm commonJakob Bornecrantz
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-20nouveau: reenable all the non-nv50 pipe driversBen Skeggs
2009-02-20nv50: remove unused variableBen Skeggs
2009-02-20nv50: fix occlusion queriesBen Skeggs
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
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-19gallium/winsys/xlib: Fix build with USE_XSHM undefined.Michel Dänzer
2009-02-19wgl: debug_printf in the main entry/exit pointsJosé Fonseca
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca
2009-02-19wgl: Call pipe_screen::destroy on exit.José Fonseca
2009-02-19wgl: Use a separate .DEF for MinGWJosé Fonseca
2009-02-19wgl: Share more code between icd and standalone driver.José Fonseca
2009-02-19gdi: Update for texture/surface interface changes.José Fonseca
2009-02-19util: Use right include.José Fonseca
2009-02-18cell: patch up cell_texture.c so it compilesBrian Paul