summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
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-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-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
2009-01-24g3dvl: Remove dead links to files that are now in libnouveaudrm.Younes Manton
2009-01-24nouveau: fix st_get_framebuffer_surface() breakagePekka Paalanen
2009-01-20i915: Fix gem backend after surface changesJakob Bornecrantz
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-19xlib: fix dependenciesKeith Whitwell
2009-01-19gallium: use align() intead of round_up()Brian Paul
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-19xlib: fix compilation after xmesa header movesKeith Whitwell
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-18nouveau: Rename buffer on map if discardable, busy, and write-only.Younes Manton
2009-01-19i915: Build gem and egl winsys by defaultJakob Bornecrantz
2009-01-19i915: Make gem submit commandsJakob Bornecrantz
2009-01-18i915: Use new egl state_trackerJakob Bornecrantz
2009-01-18i915: Update gem backend a bitJakob Bornecrantz
2009-01-17xlib: don't explicitly create the pipe_winsys structKeith Whitwell
2009-01-14intel: Add a none working GEM backend for intelJakob Bornecrantz
2009-01-13xlib: split off cell to its own backendKeith Whitwell
2009-01-13xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell
2009-01-12nouveau: fix warningBen Skeggs
2009-01-12nouveau: return buffer map to something sane.Ben Skeggs
2009-01-12nouveau: use usage, not uninitialised flags value...Ben Skeggs
2009-01-11Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-10nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton
2009-01-10g3dvl: Use Gallium thread wrappers.Younes Manton
2009-01-10nouveau: Catch some more leaks.Younes Manton
2009-01-10g3dvl: Allocate one set of bufs, let winsys rename them as necessary.Younes Manton
2009-01-10nouveau: Add busy() query, determines if BOs can be mapped immediately.Younes Manton
2009-01-10nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.Younes Manton