summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-09r300g: Reorder regs, save one dword.Corbin Simpson
2010-03-10winsys/drm: Handle circular dependencies in Makefile.egl.Chia-I Wu
2010-03-10st/egl: Fix build errors in ximage backend after merge.Chia-I Wu
2010-03-09i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT.Eric Anholt
2010-03-09i965: Unalias all GLSL source regs from the destination regs used.Eric Anholt
2010-03-09i965: Print the offsets for WHILE and BREAK in disasm.Eric Anholt
2010-03-09i965: Fix nested loops in the VS.Eric Anholt
2010-03-09i965: Fix up VP constbuf leak on program delete.Eric Anholt
2010-03-09r300: don't crash if there's no colorbufferMaciej Cencora
2010-03-09radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora
2010-03-09r300: add support for more rendering formatsMaciej Cencora
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora
2010-03-09progs/tests: use first color attachementMaciej Cencora
2010-03-09r300: enable HW accelerated gl(Read/Copy/Draw)PixelsMaciej Cencora
2010-03-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora
2010-03-09glapi: Fix scons build -- list new file.José Fonseca
2010-03-09glapi: allow for any mangle prefixGeorge Sapountzis
2010-03-09glapi: split out arch-specific code for entrypointsGeorge Sapountzis
2010-03-09glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis
2010-03-09drop stray XFree86Server, XGLServerGeorge Sapountzis
2010-03-09svga: Don't do culling while the software pipeline is active.Keith Whitwell
2010-03-09null: Add a null software winsys.José Fonseca
2010-03-09mesa/st: initialize velements state properlyRoland Scheidegger
2010-03-09cso: don't forget to release vertex elements stateRoland Scheidegger
2010-03-09target-helpers: missing filesKeith Whitwell
2010-03-09r300g: kill pf_component_countMarek Olšák
2010-03-09ws/gdi: fix typoKeith Whitwell
2010-03-09gallium: create target for gdi libglKeith Whitwell
2010-03-09ws/xlib: no dependency on mesa state trackerKeith Whitwell
2010-03-09egl/x11: use swrast-xlib helperKeith Whitwell
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell
2010-03-09scons: Fix the libg-xlib Sconscript.José Fonseca
2010-03-09scons: Always build the identity driver.José Fonseca
2010-03-09gallivm: checkpoint: nearest mipmap filteringBrian Paul
2010-03-09util: simplify util_format_get_nr_components helperRoland Scheidegger
2010-03-09util: Use bitshift arithmetic for pack too.José Fonseca
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell
2010-03-09cso: Fix typo in assert.Corbin Simpson
2010-03-09r300g: Precalculate and CSO-bind PSC state.Corbin Simpson
2010-03-09r300g: Cleanup old PSC code a bit.Corbin Simpson
2010-03-09identity: fix copy & paste errorRoland Scheidegger
2010-03-09r300g: fix gallium-vertexlementcso merge damageRoland Scheidegger
2010-03-09cell: fix up assorted compilation problemsBrian Paul
2010-03-09gdi: Fixup llvmpipe gdi winsys too.José Fonseca
2010-03-09scons: Add new targets option.José Fonseca
2010-03-09winsys/gdi: get softpipe version compilingKeith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09softpipe: silence warningKeith Whitwell
2010-03-09ws/gdi: missing fileKeith Whitwell