summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2009-02-10mesa: Build both software rasterizers for debugJakob Bornecrantz
2009-02-10gallium: Don't rebuild common drm codeJakob Bornecrantz
2009-02-10gallium: Install DRI drivers into lib/galliumJakob Bornecrantz
2009-02-10gallium: Introduce new subdirs build variablesJakob Bornecrantz
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul
2009-02-07cell: compile fix: no-op xlib_create_brw_screen() for Cell buildBrian Paul
2009-02-06Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into ga...Corbin Simpson
2009-02-06Merge branch 'gallium-0.2-radeon' into gallium-0.2Corbin Simpson
2009-02-06Rename winsys amd to radeon.Corbin Simpson
2009-02-06g3dvl: Catch up to gallium changes, fix build.Younes Manton
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nv50: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs
2009-02-04nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs
2009-02-04nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs
2009-02-02gallium: adjust gdi for the latest changesZack Rusin
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-02-02r300, amd: Oops, a couple more API changes.Corbin Simpson
2009-02-02xlib: Get conditional compilation of drivers working again.José Fonseca
2009-02-02gdi: Update for wgl st reorg.José Fonseca
2009-02-02scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer
2009-02-02amd: Fix build errors from rebase.Corbin Simpson
2009-02-01amd: Add AMD_SOFTPIPE environment option.Corbin Simpson
2009-02-01BROKENCorbin Simpson
2009-02-01amd: Fix uninitialized pipe_screen.Corbin Simpson
2009-02-01amd: Fix missing break statement.Corbin Simpson
2009-02-01amd/r300: Wire up GETPARAM ioctls.Corbin Simpson
2009-02-01r300: Add path for pci_id in winsys.Corbin Simpson
2009-02-01r300, amd: Add the ability to flush the CS.Corbin Simpson
2009-02-01r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson
2009-02-01And unbreak traditional build.Corbin Simpson
2009-02-01A bit of r300 cleanup.Corbin Simpson
2009-02-01Make r300 and amd build in scons.Corbin Simpson
2009-02-01r300: Hook up to winsys, add missing header.Corbin Simpson
2009-02-01amd: initial winsysJerome Glisse
2009-02-02Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/mesa/...Stephane Marchesin
2009-02-02nv04: some old changes I had lying around.Stephane Marchesin
2009-01-30stw: Don't use the winsys.José Fonseca
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-30gdi: Update for winsys interface changes.José Fonseca
2009-01-30intel: Remove debug printJakob Bornecrantz
2009-01-29intel: Set render domain on read and writeJakob Bornecrantz
2009-01-29intel: Try forcing flushesJakob Bornecrantz
2009-01-29intel: Dump batchbuffer before sending to hwJakob Bornecrantz
2009-01-29intel: Change link orderJakob Bornecrantz
2009-01-28intel: Fix type correctly this timeJakob Bornecrantz
2009-01-28intel: Fix typoJakob Bornecrantz
2009-01-28i915: Add verbose debugingJakob Bornecrantz
2009-01-28intel: Supply the correct buffers to gemJakob Bornecrantz
2009-01-26egl: compilation fixZack Rusin