Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-27 | st/xorg: fix xv | Zack Rusin | |
2009-10-27 | st/xorg: Adopt to new dirty clip rect type | Jakob Bornecrantz | |
2009-10-26 | st/xorg: initialize indexes before reswizzling for yuv | Zack Rusin | |
2009-10-26 | st/xorg: stop overflowing yuv buffers | Zack Rusin | |
2009-10-26 | st/xorg: add yuv vertex shader | Zack Rusin | |
plus some general fixes | |||
2009-10-26 | st/xorg: add yuv shaders | Zack Rusin | |
2009-10-23 | st/xorg: fix text with component alpha rendering | Zack Rusin | |
2009-10-23 | mesa: Enable remap table in core. | Chia-I Wu | |
This enables the remap table in core. driInitExtensions is adapted to use the remap table. All uses of extension_helper.h are replaced by remap_helper.h. The chicken-egg problem of the DRI drivers is also solved. It is now also possible to pass NULL extensions to driInitExtensions. It will cause driInitExtensions to map all known functions. This functionality is used by software drivers and EGL_i915. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-23 | st/xorg: lots of fixes related to compositing | Zack Rusin | |
fixes transformations, rendering with multiple bound textures, xrender matrix conversions plus some cleanups | |||
2009-10-23 | g3dvl: pass display and screen to g3dvl when creating video private context | Cooper Yuan | |
2009-10-22 | st/xorg: fix the makefile when used with new xextproto | Zack Rusin | |
2009-10-22 | st/xorg: cleanup the checks for whether the op is accelerated | Zack Rusin | |
2009-10-22 | st/xorg: lots of render fixes | Zack Rusin | |
fixes all the blend modes, fixes flushing/finishing semantics, adds acceleration for the component alpha modes that we can support, fixes src in mask shader and general cleanups | |||
2009-10-20 | st/xorg: Move drm init to own function | Jakob Bornecrantz | |
2009-10-20 | st/xorg: Cleanly shutdown | Jakob Bornecrantz | |
2009-10-19 | st/xorg: Remove output functions not used | Jakob Bornecrantz | |
2009-10-19 | st/xorg: makefile garbage | Zack Rusin | |
2009-10-19 | st/xorg: implement basic src/mask transformations | Zack Rusin | |
plus fix filters | |||
2009-10-19 | dri-st: Add EXT_provoking_vertex. | Corbin Simpson | |
Hm, I could have sworn I did this before? | |||
2009-10-18 | st/xorg: Switch to set_mode_major | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Massivly redo root pixmap creation | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Clean up cursor functions a bit | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Support more then one output of a given type | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Change how disable accel is handled | Jakob Bornecrantz | |
2009-10-17 | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson | |
Uf. Lots of files touched. Would people with working vega, xorg, dri1, etc. please make sure you are not broken, and fix yourself up if you are. There were only two or three places where the code did not have painful fallbacks, so I would advise st maintainers to find less painful workarounds, or consider overhauling util_surface_copy and util_surface_fill. Per ymanton, darktama, and Dr_Jakob's suggestions, clear has been left as-is. I will not add PIPE_CAP_BLITTER unless it is deemed necessary. | |||
2009-10-15 | st/xorg: refix source over | Zack Rusin | |
2009-10-15 | st/xorg: fix most of the composition modes | Zack Rusin | |
2009-10-13 | st/xorg: Fix dpms include problems | Jakob Bornecrantz | |
2009-10-14 | st/xorg: get transparency on fills working (fixes Qt/KDE apps) | Zack Rusin | |
2009-10-13 | st/xorg: solid fills with masks are supported | Zack Rusin | |
gradients are supported, but not enabled by default due to little testing they got | |||
2009-10-13 | st/xorg: fix and enable by default xrender acceleration | Zack Rusin | |
src in mask was broken | |||
2009-10-11 | st/xorg: initialize pipe in the renderer | Zack Rusin | |
2009-10-11 | st/xorg: lots of rendering and xv changes | Zack Rusin | |
extract all the rendering code to xorg_rendedrer, make both exa and xv share that code. in the process cleanup the rendering code and implement a lot more of the xv infrastructure. | |||
2009-10-11 | st/xorg: implement basics of xv | Zack Rusin | |
2009-10-08 | st/xorg: Old X servers don't deal well with failing accesses | Jakob Bornecrantz | |
2009-10-08 | st/xorg: More fallback debugging | Jakob Bornecrantz | |
Change the fallback debugging around a bit and do the old commit correctly | |||
2009-10-08 | Revert "st/xorg: Debug fallbacks for composite as well" | Jakob Bornecrantz | |
This commit included a change that should have been in its own commit, and turns out that you can do what was suposed to go in it in much better way as well. This reverts commit 5080e8bea6ae5cdb116023a5e2d8dbbb762bd69d. | |||
2009-10-08 | st/xorg: Debug fallbacks for composite as well | Jakob Bornecrantz | |
2009-10-08 | st/xorg: Use A8 textures for depth 8 pixmaps | Jakob Bornecrantz | |
There is no hardware out there that can render to I8 textures. | |||
2009-10-08 | st/xorg: Fix depth stencil buffers on old X servers | Jakob Bornecrantz | |
Sanity checking is for the weak. | |||
2009-10-08 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/common/meta.c | |||
2009-10-07 | gallium/xlib: call XQueryExtension() in glXQueryExtension() | Brian Paul | |
See bug 24321. | |||
2009-10-07 | Merge branch 'mesa_7_6_branch' | Nicolai Hähnle | |
2009-10-07 | gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 | Brian Paul | |
2009-10-07 | st/dri: Add missing front buffer case in dri_get_buffers(). | Michel Dänzer | |
This seems to help for compiz at least with some drivers. Also add an assert(0) to catch unhandled cases in the future. | |||
2009-10-07 | gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() | Brian Paul | |
A little better than leaving the values undefined, I think. See bug 24321. | |||
2009-10-05 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/gallium/auxiliary/util/u_cpu_detect.c | |||
2009-10-05 | st/dri: avoid segfault if we can't get a pixmap's buffers | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2009-10-05 | st/dri: no need to request fake front buffer, only handle it being returned | Ben Skeggs | |
The previous behaviour was incorrect, and resulted in EXT_tfp being broken for DDX drivers that implement the correct behaviour (intel/radeon/nouveau). In the cases where a fake front buffer is required, the X server will return one when requesting __DRI_BUFFER_FRONT_LEFT. The Xorg state tracker (aka modesetting_drv) is likely broken now until it's modified to match the other drivers. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2009-10-03 | st/dri: Install APPLE_vertex_array_object functions | Nicolai Hähnle | |
Besides from being necessary to use that extension, it also fixes a crash when deleting the currently bound vertex array object. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> |