summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm
AgeCommit message (Expand)Author
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-14intel: Add a none working GEM backend for intelJakob Bornecrantz
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-10nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton
2009-01-10nouveau: Catch some more leaks.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
2009-01-10nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton
2009-01-10nouveau: Swizzle textures larger than nv04 SIFM limit in parts.Younes Manton
2008-12-02nouveau: Calc pitch for swizzled textures appropriately.Younes Manton
2008-12-02nouveau: Use swizzled textures & render targets on nv40 when possible.Younes Manton
2008-12-02nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton
2008-11-30Nouveau: minor winsys API fixPekka Paalanen
2008-11-15i915: Silence warningJakob Bornecrantz
2008-11-12Merge commit 'origin/gallium-0.1' into gallium-0.2Pekka Paalanen
2008-11-10nouveau: pass object handle not pointer to GPU...Ben Skeggs
2008-11-08Nouveau: build, link and use nv20.Pekka Paalanen
2008-10-27Merge remote branch 'nouveau/gallium-0.1' into gallium-0.2Ben Skeggs
2008-10-07nouveau: first draft of swizzle texture upload to vramPatrice Mandin
2008-09-30nouveau: some small API changesBen Skeggs
2008-09-30Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs
2008-09-26st: change from ** to * for st_unreference_framebuffer()Alan Hourihane
2008-09-21nouveau: init scaled_image_from_memory object for swizzled surface uploadPatrice Mandin
2008-09-19i915simple: Use defined MSAA arrayJakob Bornecrantz
2008-09-19fix for MSAAAlan Hourihane
2008-09-19i915simple: Front flushing does workJakob Bornecrantz
2008-09-19i915simple: Fix extentions being loadedJakob Bornecrantz
2008-09-15i915simple: dri winsys does now compile and worksJakob Bornecrantz
2008-09-12nouveau: rework nouveau_screen for latest and greatest changesBen Skeggs
2008-09-12Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs
2008-09-12i915simple: A step closer to compilingJakob Bornecrantz
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-09-03i915: Fix typo in intel_lock.cJakob Bornecrantz
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-09-02i915: Fix typo in ws_dri_bufmgr.cJakob Bornecrantz
2008-09-01gallium: remove glthread.h file (not used)Brian Paul
2008-08-26gallium: thread wrapper clean-upBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-17if we can't find a mode, return first. At least we shouldAlan Hourihane
2008-08-17consolidate intel directories.Alan Hourihane