summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* nouveau: Assume all texture blankets are linear for now.Younes Manton2009-11-011-2/+1
* r300g: Fix bytes_per_line calculation error while displaying surfaceCooper Yuan2009-10-291-1/+1
* r300g: last changes's typo, miss a include fileCooper Yuan2009-10-231-0/+1
* r300g: add flush_frontbuffer function to display video surfaceCooper Yuan2009-10-231-1/+51
* radeon-gallium: Use debug_get_bool_option instead of getenv.Corbin Simpson2009-10-162-2/+3
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-141-0/+10
* r300g: attempt to make bo space check sane.Dave Airlie2009-10-141-3/+20
* i915g: Change order of buffer_write argumentsJakob Bornecrantz2009-10-071-2/+2
* nouveau: fix buffer object leakBen Skeggs2009-10-061-1/+4
* i915g: Add more defines to tweek batchbufferJakob Bornecrantz2009-10-061-13/+28
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-056-7/+7
* nouveau: return pitch value from local_handle_from_texture()Ben Skeggs2009-10-051-0/+1
* r300g: Fix memory leak in radeon_texture_from_shared_handleNicolai Hähnle2009-10-031-1/+6
* r300g: Build in the trace and softpipe driver for xorg state trackerSedat Dilek2009-10-031-0/+2
* i915g: Make sure to map tiled buffers via the gttJakob Bornecrantz2009-09-272-1/+12
* i915g: Enable reuse of buffersJakob Bornecrantz2009-09-271-0/+1
* i915g: Activate traceJakob Bornecrantz2009-09-221-1/+2
* 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
* i915g: Add buffer write callbackJakob Bornecrantz2009-09-091-0/+13