summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/nouveau
AgeCommit message (Expand)Author
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
2009-02-10gallium: Don't rebuild common drm codeJakob Bornecrantz
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-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-30gallium: make p_winsys internalZack Rusin
2009-01-24nouveau: fix st_get_framebuffer_surface() breakagePekka Paalanen