summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/vmware
AgeCommit message (Collapse)Author
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree,
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/drivers/dri/intel/intel_span.c
2009-12-09vmware/xorg: Properly detect overlay supportJakob Bornecrantz
2009-12-09vmware/core: Update vmwgfx_drm.hJakob Bornecrantz
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08vmware/xorg: Fix SCons build.Michel Dänzer
Not sure how vmw_screen.c could build at all though...
2009-12-08vmware/xorg: Avoid warning about HAVE_STDINT_H being redefined.Michel Dänzer
2009-12-04vmware/xorg: Also stop ports on closeJakob Bornecrantz
2009-12-04vmware/xorg: Stop video ports on leave vtJakob Bornecrantz
2009-12-04vmware/xorg: Use Write instead of WriteRead for cursor bypassJakob Bornecrantz
2009-12-04vmware/xorg: Give kernel infromation about cursor bypassJakob Bornecrantz
2009-12-04vmware/xorg: Handle no init of video in vmw_video_closeJakob Bornecrantz
2009-12-04vmware/core: Update vmwgfx_drm.h to include cursor bypassJakob Bornecrantz
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger
2009-12-01vmware/xorg: Add video supportJakob Bornecrantz
By using the hooks st/xorg provides us we can create a driver specific implementation that uses the svga overlay engines.
2009-12-01vmware/xorg: Create a small driver that sits ontop of st/xorgJakob Bornecrantz
2009-12-01vmware/core: Update vmwgfx_drm.h to latest versionJakob Bornecrantz
2009-11-26svga: Prevent potential null pointer dereference in vmw_surface.c.Vinson Lee
2009-11-25vmware/xorg: Remove gem includeJakob Bornecrantz
2009-11-24vmware/xorg: Link against libkmsJakob Bornecrantz
If the system doesn't have libkms installed it wont try to link against it.
2009-11-24vmware/xorg: Clean Makefile a bitJakob Bornecrantz
2009-11-24vmware/xorg: Don't link against libdrm_intelJakob Bornecrantz
2009-11-24vmware/xorg: Stage driver in lib/galliumJakob Bornecrantz
2009-11-23svga: Scrub Makefiles a bitJakob Bornecrantz
Remove x86 specific hacks. Not that they will ever be used on none x86 arches, but they are built by default. And the way the flags where added was a hack.
2009-11-22svga: Prevent potential null pointer deference in vmw_surface.c.Vinson Lee
2009-11-22svga: Fix memory leak in vmw_screen_ioctl.cVinson Lee
2009-11-17svga: More -Werror removalJakob Bornecrantz
2009-11-17svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warningsJakob Bornecrantz
2009-11-17svga: Add vmwgfx_drm.h file from vmwgfx kernel driverJakob Bornecrantz
Add the vmwgfx_drm.h header for now, this allows the svga driver to be enabled by default without forcing people to install the vmwgfx_drm.h header on their system. To be removed once vmwgfx_drm.h is in libdrm.
2009-11-17svga: Add svga driverJakob Bornecrantz
2009-12-14vmwgfx: Update vmwgfx_drm.h to the on upstreamJakob Bornecrantz
2009-12-14vmware/xorg: Use new stream ioctlJakob Bornecrantz
2009-12-12vmwgfx/core: Check for 3D via the get param ioctlJakob Bornecrantz