Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-11 | Merge 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-10 | winsys/intel: fix dereferencing of opaque type due to pipe_reference changes | Roland Scheidegger | |
2009-12-09 | vmware/xorg: Properly detect overlay support | Jakob Bornecrantz | |
2009-12-09 | vmware/core: Update vmwgfx_drm.h | Jakob Bornecrantz | |
2009-12-08 | Merge branch 'gallium-strict-aliasing' | Roland Scheidegger | |
2009-12-08 | Merge branch 'mesa_7_7_branch' | Michel Dänzer | |
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-08 | Merge branch 'mesa_7_7_branch' | Andre Maasikas | |
Conflicts: src/mesa/drivers/dri/r600/r700_assembler.c src/mesa/main/version.h | |||
2009-12-06 | radeong: Automatically softpipe for non-r3xx. | Corbin Simpson | |
Well, technically non-r[345]xx. At any rate... $ glxgears libGL: OpenDriver: trying /home/simpson/mesa/lib/gallium/r600_dri.so 131 frames in 5.0 seconds = 26.107 FPS I'm sure you can see where this is going. :3 | |||
2009-12-06 | radeong: Call softpipe_create directly. | Corbin Simpson | |
Allows us to finally remove radeon_winsys_softpipe. | |||
2009-12-04 | radeong: flush CS if a buffer being mapped is referenced by it | Marek Olšák | |
Also, overlapping occlusion queries seems to work now. | |||
2009-12-04 | r300g, radeong: fix the CS overflow | Marek Olšák | |
2009-12-04 | r300g: fix warnings | Marek Olšák | |
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-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-04 | Merge branch 'gallium-noblocks' | Roland Scheidegger | |
Conflicts: src/gallium/state_trackers/xorg/xorg_exa.c | |||
2009-12-03 | gallium: fix remaining users of pipe_reference function | Roland Scheidegger | |
2009-12-02 | radeong: Clean up some bad code. | Corbin Simpson | |
2009-12-02 | radeong: Add helper to determine pipe driver. | Corbin Simpson | |
2009-12-02 | radeong: Do ioctls before selecting pipe driver. | Corbin Simpson | |
2009-12-02 | r300g, radeong: De-specialize r300_winsys into radeon_winsys. | Corbin Simpson | |
There's like five good reasons for this, I swear. | |||
2009-12-02 | radeong: Change ioctl order, document it. | Corbin Simpson | |
2009-12-02 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | |
2009-12-02 | Merge commit 'mesa_7_6_branch' into mesa_7_7_branch | Jakob Bornecrantz | |
Conflicts: src/mesa/main/version.h | |||
2009-12-02 | cell: added tex_usage param to xm_surface_buffer_create() | Brian Paul | |
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-12-01 | Merge commit 'origin/mesa_7_7_branch' | Keith Whitwell | |
Conflicts: src/gallium/drivers/svga/svga_screen_texture.c src/gallium/state_trackers/xorg/xorg_composite.c src/gallium/state_trackers/xorg/xorg_exa.c src/gallium/state_trackers/xorg/xorg_renderer.c src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/main/texgetimage.c src/mesa/main/version.h | |||
2009-11-30 | fixups for interface changes (mostly state trackers) | Roland Scheidegger | |
2009-11-27 | Merge branch 'width0' | Roland Scheidegger | |
Conflicts: src/gallium/drivers/r300/r300_texture.c src/gallium/state_trackers/xorg/xorg_exa.c src/mesa/state_tracker/st_cb_texture.c | |||
2009-11-26 | svga: Prevent potential null pointer dereference in vmw_surface.c. | Vinson Lee | |
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture ↵ | Roland Scheidegger | |
width/height/depth arrays | |||
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 | egl: use util_bitcount() | Brian Paul | |
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 | |