summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz2010-01-251-1/+2
* vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz2010-01-251-5/+5
* xlib/softpipe: more buffer free fixesBrian Paul2010-01-221-12/+11
* vmware/core: Update for pipebuffer changes.José Fonseca2010-01-222-14/+84
* vmware/core: Flush preemptively the FIFO commands to keep the GMR working set...José Fonseca2010-01-211-1/+37
* vmware/core: Put GMR pool size in a define.José Fonseca2010-01-212-1/+5
* vmw/wgl: Update for pipebuffer changes.José Fonseca2010-01-211-1/+3
* xlib/softpipe: fix buffer memory leakBrian Paul2010-01-201-5/+20
* svga: Do a more propper creation of textures from handlesJakob Bornecrantz2010-01-191-49/+19
* st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-194-0/+4
* ws/vmware: Check DRM version also when bootstrapping in dri2 mode.Thomas Hellstrom2010-01-181-0/+17
* vmware/xorg: Fix SCons build.Michel Dänzer2010-01-041-0/+1
* gdi: Don't generate import libraries for opengl32.dll.José Fonseca2010-01-031-0/+2
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-0/+209
|\
| * xlib: Use C-style comments.Vinson Lee2009-12-221-2/+2
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-152-4/+5
|\|
| * mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/MakefileMatthew Bell2009-12-141-4/+4
| * i915g: Silence unused value warning in intel_drm_get_device_id.Vinson Lee2009-12-121-0/+1
* | vmwgfx: Update vmwgfx_drm.h to the on upstreamJakob Bornecrantz2009-12-142-27/+30
* | vmware/xorg: Use new stream ioctlJakob Bornecrantz2009-12-144-10/+107
* | vmwgfx/core: Check for 3D via the get param ioctlJakob Bornecrantz2009-12-122-3/+12
* | vmware/xorg: Properly detect overlay supportJakob Bornecrantz2009-12-093-0/+38
* | vmware/core: Update vmwgfx_drm.hJakob Bornecrantz2009-12-091-2/+4
* | vmware/xorg: Also stop ports on closeJakob Bornecrantz2009-12-041-1/+2
* | vmware/xorg: Stop video ports on leave vtJakob Bornecrantz2009-12-043-0/+56
* | vmware/xorg: Fix SCons build.Michel Dänzer2009-12-082-0/+4
* | vmware/xorg: Avoid warning about HAVE_STDINT_H being redefined.Michel Dänzer2009-12-081-1/+3
* | vmware/xorg: Use Write instead of WriteRead for cursor bypassJakob Bornecrantz2009-12-041-2/+2
* | vmware/xorg: Give kernel infromation about cursor bypassJakob Bornecrantz2009-12-043-4/+75
* | vmware/xorg: Handle no init of video in vmw_video_closeJakob Bornecrantz2009-12-041-0/+2
* | vmware/core: Update vmwgfx_drm.h to include cursor bypassJakob Bornecrantz2009-12-041-0/+32
* | Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-021-0/+1
|\|
| * cell: added tex_usage param to xm_surface_buffer_create()Brian Paul2009-12-021-0/+1
* | vmware/xorg: Add video supportJakob Bornecrantz2009-12-015-0/+1199
* | vmware/xorg: Create a small driver that sits ontop of st/xorgJakob Bornecrantz2009-12-015-4/+205
* | vmware/core: Update vmwgfx_drm.h to latest versionJakob Bornecrantz2009-12-011-1/+65
* | svga: Prevent potential null pointer dereference in vmw_surface.c.Vinson Lee2009-11-261-3/+5
* | vmware/xorg: Remove gem includeJakob Bornecrantz2009-11-251-1/+0
* | vmware/xorg: Link against libkmsJakob Bornecrantz2009-11-241-0/+1
* | vmware/xorg: Clean Makefile a bitJakob Bornecrantz2009-11-241-3/+5
* | vmware/xorg: Don't link against libdrm_intelJakob Bornecrantz2009-11-241-1/+1
* | vmware/xorg: Stage driver in lib/galliumJakob Bornecrantz2009-11-241-1/+8
* | svga: Scrub Makefiles a bitJakob Bornecrantz2009-11-231-13/+1
* | svga: Prevent potential null pointer deference in vmw_surface.c.Vinson Lee2009-11-221-1/+1
* | svga: Fix memory leak in vmw_screen_ioctl.cVinson Lee2009-11-221-0/+1
* | svga: More -Werror removalJakob Bornecrantz2009-11-173-3/+1
* | svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warningsJakob Bornecrantz2009-11-171-1/+1
* | svga: Build svga driverJakob Bornecrantz2009-11-171-0/+5
* | svga: Add vmwgfx_drm.h file from vmwgfx kernel driverJakob Bornecrantz2009-11-171-0/+442
* | svga: Add svga driverJakob Bornecrantz2009-11-1724-0/+2923