summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/nouveau
AgeCommit message (Expand)Author
2010-02-18winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-01-25nouveau/winsys: be nice and close the device on destroyMarcin Slusarz
2010-01-25nouveau: fix winsys object leakMarcin Slusarz
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-12winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu
2010-01-12winsys/drm: Add name field to drm_api.Chia-I Wu
2010-01-11nouveau: Make winsys recognise the original NV50.Marcin Kościelnicki
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-01nouveau: Assume all texture blankets are linear for now.Younes Manton
2009-10-06nouveau: fix buffer object leakBen Skeggs
2009-10-05nouveau: return pitch value from local_handle_from_texture()Ben Skeggs
2009-09-21nouveau: allow building modesetting_drv.soBen Skeggs
2009-09-21nouveau: drm_api create_screen()'s 'arg' argument can be NULLBen Skeggs
2009-08-31nouveau: fix for dri state tracker changesBen Skeggs
2009-08-31nouveau: hack winsys to compile again, it's broken still howeverBen Skeggs
2009-07-01nouveau: fix build...Ben Skeggs
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs
2009-05-28nouveau: explicitly request mappable buffers for the momentBen Skeggs
2009-05-08nouveau: respect GALLIUM_STATE_TRACKERS_DIRSBen Skeggs
2009-05-08nouveau: remove dri1 code now we're using the dri state trackerBen Skeggs
2009-05-08nouveau: use dri state tracker for dri1Ben Skeggs
2009-04-28gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom
2009-04-28gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom
2009-04-28gallium: Update the drm_api.Thomas Hellstrom
2009-03-24nouveau: Frontbuffer needs to be marked as linear.Younes Manton
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-07nouveau: use bo_handle_ref instead of bo_fake to get front-buffer boBen Skeggs
2009-03-07nouveau: fix more breakage from pipe_reference..Ben Skeggs
2009-03-07Fix nouveau_pipe_create() / nouveau_context_init(): raise an error if the scr...Victor Stinner
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell
2009-02-20gallium: Improve recursive makefilesJakob Bornecrantz
2009-02-20nouveau: Use new makefile template for drm commonJakob Bornecrantz
2009-02-20nouveau: reenable all the non-nv50 pipe driversBen Skeggs
2009-02-20nv50: rework for texture_transfer changesBen Skeggs