summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-126-125/+38
|\
| * drm/nouveau: Rename pipe formats.José Fonseca2010-03-021-2/+2
| * winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu2010-02-181-1/+3
| * gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-082-48/+0
| * nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin2010-02-051-0/+1
| * Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-044-27/+0
| * gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
| * nouveau/winsys: be nice and close the device on destroyMarcin Slusarz2010-01-251-0/+2
| * nouveau: fix winsys object leakMarcin Slusarz2010-01-251-0/+9
| * Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+1
| |\
| | * st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-191-0/+1
| * | st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-222-1/+1
| * | winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu2010-01-122-0/+20
| * | winsys/drm: Add name field to drm_api.Chia-I Wu2010-01-121-0/+1
| * | nouveau: Make winsys recognise the original NV50.Marcin Kościelnicki2010-01-111-0/+2
| * | 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
| |\ \
| * | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
* | | | Merge branch 'master' into pipe-videoYounes Manton2009-12-061-5/+4
|\ \ \ \ | | |/ / | |/| |
| * | | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-2/+1
| |/ /
| * / gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+3
| |/
* | nouveau: Link with softpipe.Younes Manton2009-11-141-0/+1
* | g3dvl: DRM winsys changes.Younes Manton2009-11-022-2/+53
|/
* 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