Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-17 | Merge branch 'glsl-pp-rework-2' | Michal Krol | |
2009-12-15 | r300g: flush CS if a buffer being deleted is referenced by it | Marek Olšák | |
2009-12-14 | mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/Makefile | Matthew Bell | |
2009-12-12 | i915g: Silence unused value warning in intel_drm_get_device_id. | Vinson Lee | |
2009-12-12 | Merge branch 'master' into glsl-pp-rework-2 | Michal Krol | |
Conflicts: progs/perf/drawoverhead.c progs/perf/teximage.c progs/perf/vbo.c progs/perf/vertexrate.c src/mesa/shader/slang/library/slang_common_builtin_gc.h | |||
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 | scons: Get GLSL code building correctly when cross compiling. | José Fonseca | |
This is quite messy. GLSL code has to be built twice: one for the host OS, another for the target OS. | |||
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-03 | Move pf_get_bits/size() to u_format auxiliary module. | Michal Krol | |
2009-12-03 | Move pf_get_block() to u_format auxiliary module. | Michal Krol | |
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 | cell: added tex_usage param to xm_surface_buffer_create() | Brian Paul | |
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-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-30 | i965g: pass backbuffer tiling information to driver | Keith Whitwell | |
The gem winsys gets this information, needs to pass it on. | |||
2009-11-30 | ws/i965: more debug output | Keith Whitwell | |
2009-11-30 | ws/i965: rename and change sense of I965_SEND_CMD to BRW_NO_HW | Keith Whitwell | |
2009-11-30 | brw: add dumping to gem winsys | Keith Whitwell | |
2009-11-28 | i965g: link xorg state tracker with -ldrm_intel | Dave Airlie | |
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 | |