aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-1/+1
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-2/+1
|\
| * fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-2/+1
* | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+3
* nouveau: Assume all texture blankets are linear for now.Younes Manton2009-11-011-2/+1
* nouveau: fix buffer object leakBen Skeggs2009-10-061-1/+4
* nouveau: return pitch value from local_handle_from_texture()Ben Skeggs2009-10-051-0/+1
* nouveau: allow building modesetting_drv.soBen Skeggs2009-09-212-0/+210
* nouveau: drm_api create_screen()'s 'arg' argument can be NULLBen Skeggs2009-09-211-1/+1
* nouveau: fix for dri state tracker changesBen Skeggs2009-08-311-76/+53
* nouveau: hack winsys to compile again, it's broken still howeverBen Skeggs2009-08-311-0/+4
* nouveau: fix build...Ben Skeggs2009-07-011-19/+24
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-055-301/+72
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-053-31/+3
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-50/+0
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-051-1/+2
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-24/+0
* nouveau: explicitly request mappable buffers for the momentBen Skeggs2009-05-281-0/+1
* nouveau: respect GALLIUM_STATE_TRACKERS_DIRSBen Skeggs2009-05-081-1/+1
* nouveau: remove dri1 code now we're using the dri state trackerBen Skeggs2009-05-0810-755/+5
* nouveau: use dri state tracker for dri1Ben Skeggs2009-05-086-2/+92
* gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom2009-04-281-1/+1
* gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom2009-04-281-1/+1
* gallium: Update the drm_api.Thomas Hellstrom2009-04-282-2/+2
* nouveau: Frontbuffer needs to be marked as linear.Younes Manton2009-03-241-1/+2
* nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs2009-03-1825-745/+504
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+1
* nouveau: use bo_handle_ref instead of bo_fake to get front-buffer boBen Skeggs2009-03-071-3/+1
* nouveau: fix more breakage from pipe_reference..Ben Skeggs2009-03-071-0/+1
* Fix nouveau_pipe_create() / nouveau_context_init(): raise an error if the scr...Victor Stinner2009-03-072-3/+10
* gallium: Unify reference counting.Michel Dänzer2009-03-043-8/+7
* winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell2009-03-031-0/+6
* gallium: Improve recursive makefilesJakob Bornecrantz2009-02-201-16/+3
* nouveau: Use new makefile template for drm commonJakob Bornecrantz2009-02-202-66/+7
* nouveau: reenable all the non-nv50 pipe driversBen Skeggs2009-02-202-7/+5
* nv50: rework for texture_transfer changesBen Skeggs2009-02-203-6/+11
* gallium: Don't rebuild common drm codeJakob Bornecrantz2009-02-101-3/+3
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-058-612/+24
* nv50: move 2d blit/fill code into pipe driverBen Skeggs2009-02-055-213/+33
* nouveau: support getting "native" bo from winsysBen Skeggs2009-02-051-0/+8
* nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs2009-02-047-54/+98
* nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs2009-02-0422-2478/+33
* Merge branch 'gallium-0.2' of git+ssh://[email protected]/git/mesa/...Stephane Marchesin2009-02-023-3/+3
|\
| * gallium: make p_winsys internalZack Rusin2009-01-303-3/+3
* | nv04: some old changes I had lying around.Stephane Marchesin2009-02-023-3/+12
|/
* nouveau: fix st_get_framebuffer_surface() breakagePekka Paalanen2009-01-241-2/+2
* nouveau: Rename buffer on map if discardable, busy, and write-only.Younes Manton2009-01-181-0/+15
* nouveau: fix warningBen Skeggs2009-01-121-1/+1
* nouveau: return buffer map to something sane.Ben Skeggs2009-01-121-20/+0