Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | vmware/xorg: Fix SCons build. | Michel Dänzer | |
2009-12-15 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: src/gallium/drivers/softpipe/sp_quad_blend.c | |||
2009-12-14 | vmwgfx: Update vmwgfx_drm.h to the on upstream | Jakob Bornecrantz | |
2009-12-14 | vmware/xorg: Use new stream ioctl | Jakob Bornecrantz | |
2009-12-12 | i915g: Silence unused value warning in intel_drm_get_device_id. | Vinson Lee | |
2009-12-12 | vmwgfx/core: Check for 3D via the get param ioctl | Jakob Bornecrantz | |
2009-12-09 | vmware/xorg: Properly detect overlay support | Jakob Bornecrantz | |
2009-12-09 | vmware/core: Update vmwgfx_drm.h | Jakob Bornecrantz | |
2009-12-04 | vmware/xorg: Also stop ports on close | Jakob Bornecrantz | |
2009-12-04 | vmware/xorg: Stop video ports on leave vt | Jakob Bornecrantz | |
2009-12-08 | vmware/xorg: Fix SCons build. | Michel Dänzer | |
Not sure how vmw_screen.c could build at all though... | |||
2009-12-08 | vmware/xorg: Avoid warning about HAVE_STDINT_H being redefined. | Michel Dänzer | |
2009-12-04 | vmware/xorg: Use Write instead of WriteRead for cursor bypass | Jakob Bornecrantz | |
2009-12-04 | vmware/xorg: Give kernel infromation about cursor bypass | Jakob Bornecrantz | |
2009-12-04 | vmware/xorg: Handle no init of video in vmw_video_close | Jakob Bornecrantz | |
2009-12-04 | vmware/core: Update vmwgfx_drm.h to include cursor bypass | Jakob Bornecrantz | |
2009-12-01 | vmware/xorg: Add video support | Jakob Bornecrantz | |
By using the hooks st/xorg provides us we can create a driver specific implementation that uses the svga overlay engines. | |||
2009-12-01 | vmware/xorg: Create a small driver that sits ontop of st/xorg | Jakob Bornecrantz | |
2009-12-01 | vmware/core: Update vmwgfx_drm.h to latest version | Jakob Bornecrantz | |
2009-11-26 | svga: Prevent potential null pointer dereference in vmw_surface.c. | Vinson Lee | |
2009-11-25 | vmware/xorg: Remove gem include | Jakob Bornecrantz | |
2009-11-24 | vmware/xorg: Link against libkms | Jakob Bornecrantz | |
If the system doesn't have libkms installed it wont try to link against it. | |||
2009-11-24 | vmware/xorg: Clean Makefile a bit | Jakob Bornecrantz | |
2009-11-24 | vmware/xorg: Don't link against libdrm_intel | Jakob Bornecrantz | |
2009-11-24 | vmware/xorg: Stage driver in lib/gallium | Jakob Bornecrantz | |
2009-11-23 | svga: Scrub Makefiles a bit | Jakob 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-22 | svga: Prevent potential null pointer deference in vmw_surface.c. | Vinson Lee | |
2009-11-22 | svga: Fix memory leak in vmw_screen_ioctl.c | Vinson Lee | |
2009-11-17 | svga: More -Werror removal | Jakob Bornecrantz | |
2009-11-17 | svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warnings | Jakob Bornecrantz | |
2009-11-17 | svga: Build svga driver | Jakob Bornecrantz | |
2009-11-17 | svga: Add vmwgfx_drm.h file from vmwgfx kernel driver | Jakob 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-17 | svga: Add svga driver | Jakob Bornecrantz | |
2009-11-01 | nouveau: Assume all texture blankets are linear for now. | Younes Manton | |
2009-10-29 | r300g: Fix bytes_per_line calculation error while displaying surface | Cooper Yuan | |
2009-10-23 | r300g: last changes's typo, miss a include file | Cooper Yuan | |
2009-10-23 | r300g: add flush_frontbuffer function to display video surface | Cooper Yuan | |
2009-10-16 | radeon-gallium: Use debug_get_bool_option instead of getenv. | Corbin Simpson | |
2009-10-14 | r300g: fixup arb occulsion query support. | Dave Airlie | |
1: add rv530 support - num z pipes cap - add proper start/finish query options for rv530 2: convert to use linked list properly. 3: add flushing required check. 4: initial Z top disabling support. TODO: make it actually work on my rv530. | |||
2009-10-14 | r300g: attempt to make bo space check sane. | Dave Airlie | |
This attempts to make r300g do proper bo space checking as opposed to whatever it was doing now. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-10-07 | i915g: Change order of buffer_write arguments | Jakob Bornecrantz | |
They now follow the pipe_buffer_write style, its the gallium driver that sets the interface not the winsys. | |||
2009-10-06 | nouveau: fix buffer object leak | Ben Skeggs | |
Very apparent with resizing windows on DRI2. | |||
2009-10-06 | i915g: Add more defines to tweek batchbuffer | Jakob Bornecrantz | |
2009-10-05 | i915g: Drop the simple sufix | Jakob Bornecrantz | |
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing. | |||
2009-10-05 | nouveau: return pitch value from local_handle_from_texture() | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2009-10-03 | r300g: Fix memory leak in radeon_texture_from_shared_handle | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-03 | r300g: Build in the trace and softpipe driver for xorg state tracker | Sedat Dilek | |
Same as in src/gallium/winsys/drm/intel/xorg/Makefile Thanks MrCooper for explanations on IRC [ Summary amended by Michel Dänzer to clarify that this is related to the xorg state tracker ] | |||
2009-09-27 | i915g: Make sure to map tiled buffers via the gtt | Jakob Bornecrantz | |
2009-09-27 | i915g: Enable reuse of buffers | Jakob Bornecrantz | |
2009-09-22 | i915g: Activate trace | Jakob Bornecrantz | |