summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* gallium: Reorg winsys directoriesJakob Bornecrantz2010-03-245-239/+0
* gallium: Move xorg drivers to targetsJakob Bornecrantz2010-03-242-206/+0
* gallium: Move egl drivers to targetsJakob Bornecrantz2010-03-242-18/+0
* gallium: Move dri drivers to targetsJakob Bornecrantz2010-03-241-23/+0
* nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri2010-03-153-26/+2
* nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri2010-03-151-3/+1
* nvfx: add nvfx directory to build systemLuca Barbieri2010-03-153-0/+21
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-67/+7
|\
| * nouveau: Conversion to winsys handleJakob Bornecrantz2010-03-041-66/+6
| * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+1
* | 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
|\ \
| * | 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