aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm
Commit message (Expand)AuthorAgeFilesLines
* gallium: add soft screen helperGeorge Sapountzis2010-03-213-5/+31
* drm/sw: does not need sw_winsysGeorge Sapountzis2010-03-211-1/+0
* r300g: fix occlusion query hangs.Dave Airlie2010-03-211-2/+4
* r300g: add bufmgr cached for vertex/index buffers.Dave Airlie2010-03-213-4/+18
* radeong: Use TRUE and FALSE.Corbin Simpson2010-03-201-2/+2
* radeong: Test the BO ptr for NULL instead of using a bool.Corbin Simpson2010-03-201-8/+4
* r300g: winsys fix tiling change flushes.Dave Airlie2010-03-211-2/+10
* i965g: Fix use of an uninitialized variable.Chia-I Wu2010-03-161-1/+1
* winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-168-2/+475
* r300g: rebuild screen/winsys interfaceDave Airlie2010-03-158-175/+720
* 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
* r300g: refrain from using immediate mode if it causes slowdownMarek Olšák2010-03-132-0/+17
* Merge branch '7.8'Michel Dänzer2010-03-121-0/+1
|\
| * vmwgfx/dri: Fix SCons build.Michel Dänzer2010-03-121-0/+1
* | Revert "r300-gallium: Skeleton for integrating into the python statetracker."José Fonseca2010-03-106-1297/+0
* | winsys/drm: Handle circular dependencies in Makefile.egl.Chia-I Wu2010-03-101-2/+4
* | gallium: create helper for swrast+xlib combinationKeith Whitwell2010-03-091-1/+1
* | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-0910-467/+272
|\ \
| * \ Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-0810-467/+272
| |\ \ | | |/ | |/|
| | * svga: Forgot one bit in rebaseJakob Bornecrantz2010-03-041-3/+0
| | * nouveau: Conversion to winsys handleJakob Bornecrantz2010-03-041-66/+6
| | * r300g: Conversion to to winsys handleJakob Bornecrantz2010-03-014-143/+83
| | * svga: Conversion to winsys handleJakob Bornecrantz2010-03-011-32/+44
| | * i965g: Conversion to winsys handleJakob Bornecrantz2010-03-012-126/+75
| | * i915g: Conversion to winsys handleJakob Bornecrantz2010-03-012-96/+63
| | * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+1
* | | st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu2010-03-091-1/+2
|/ /
* / drm/nouveau: Rename pipe formats.José Fonseca2010-03-021-2/+2
|/
* radeong: clean up includesMarek Olšák2010-02-276-37/+18
* vmware/xorg: Bump to match vmware driverJakob Bornecrantz2010-02-271-3/+3
* st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom2010-02-274-77/+82
* vmware/xorg: Export modinfo just as the other vmware X drivers doesJakob Bornecrantz2010-02-271-3/+42
* drm/vmware: Latest interface changes are backwards incopatibleJakob Bornecrantz2010-02-271-1/+1
* st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom2010-02-271-1/+1
* vmware: Update vmwgfx_drm.h to kernel version.Thomas Hellstrom2010-02-271-0/+8
* minor cleanup of dri/Makefile.template's after miniglx dropGeorge Sapountzis2010-02-262-23/+4
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-229-647/+246
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-229-246/+647
* winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu2010-02-187-8/+19
* radeong: flush when changing tiling flags of BO referenced by CSMarek Olšák2010-02-141-2/+13
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-141-1/+1
* scons: Fix drm/intel build.José Fonseca2010-02-111-4/+5
* vmware/core: Support drm interface version 1.0.0Jakob Bornecrantz2010-02-061-1/+1
* vmware/core: Use correct flags in scanout codeJakob Bornecrantz2010-02-061-4/+4
* vmware/core: Handle new scanout fieldJakob Bornecrantz2010-02-064-4/+35
* vmware/core: Update header to latest versionJakob Bornecrantz2010-02-061-3/+9
* vmware/core: Remove old ioctl structs not usedJakob Bornecrantz2010-02-061-43/+0
* radeong: Provide drm_api::destroy hook.Corbin Simpson2010-02-081-0/+6