Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | st/xorg: Fix copy-pasto | Jakob Bornecrantz | |
Thanks Alan. | |||
2009-11-16 | st/xorg: Fix comp alpha code and deal with luminance masks | Jakob Bornecrantz | |
There are two fixes in here one is a one liner that fixes component alpha logic. The other deals better with luminance formats used for masks, sources not yet implemented. Fixes component alpha text and icons in gnome. There are a one or two cases that this code misses. Like if src_luminance is set but no mask image is given. | |||
2009-11-16 | st/xorg: Incase of format missmatch swizzle channels and set alpha | Jakob Bornecrantz | |
This path is only hit for icons in gnome so far | |||
2009-11-16 | st/xorg: Only reference new picture formats when they're defined. | Michel Dänzer | |
Fixes http://bugs.freedesktop.org/show_bug.cgi/?id=25094 . | |||
2009-11-15 | st/egl: add some basic comments | Brian Paul | |
2009-11-13 | st/xorg: try to fix non-uniform transforms | Zack Rusin | |
2009-11-11 | st/xorg: use an immediate instead of a full blown const | Zack Rusin | |
2009-11-11 | st/xorg: don't use flow control | Zack Rusin | |
2009-11-11 | st/xorg: implement repeatnone and make some code smell less like ass | Zack Rusin | |
2009-11-11 | st/xorg: fallback until daddy can implement you properly | Zack Rusin | |
2009-11-11 | dri-st: Add some required GL 2.0 extensions. | Corbin Simpson | |
Two-sided stencil and NPOT textures. | |||
2009-11-10 | st/xorg: Fallback if picture format doesn't match texture format | Jakob Bornecrantz | |
2009-11-10 | st/xorg: Don't segfault when debug printing | Jakob Bornecrantz | |
2009-11-10 | st/xorg: wrap to border color | Zack Rusin | |
2009-11-10 | st/egl: Probe hardware for depth stencil format | Jakob Bornecrantz | |
2009-11-10 | st/xorg: cleanup the naming | Zack Rusin | |
2009-11-10 | st/xorg: print ouf the picture formats when compositing | Zack Rusin | |
2009-11-10 | st/xorg: Fix SCons build. | Michel Dänzer | |
Check for new DPMS header and add xorg_renderer.c source file. | |||
2009-11-09 | st/xorg: remove deprecated rendering code | Zack Rusin | |
2009-11-09 | st/xorg: fix composite batching | Zack Rusin | |
quite a large performance optimization (text demo from 1.6fps to 9fps) | |||
2009-11-06 | st/xorg: implement batching for the composite op | Zack Rusin | |
something is broken so disabled for now | |||
2009-11-06 | st/xorg: batch solid fill requests | Zack Rusin | |
instead of lots of very small transfers, one larger is a lot better for performance | |||
2009-11-06 | st/xorg: start accumulating vertices in a common buffer | Zack Rusin | |
2009-11-06 | st/xorg: use quads instead of triangle fans | Zack Rusin | |
easier to split, accumulate and batch those | |||
2009-11-06 | st/xorg: make the buffer size global | Zack Rusin | |
2009-11-06 | st/xorg: unify vertex buffer handling | Zack Rusin | |
first step on our way to batching | |||
2009-11-04 | st/xorg: these flushes shouldn't be necessary | Zack Rusin | |
performance optimization | |||
2009-11-03 | python/retrace: Cope with null constant buffers. | José Fonseca | |
2009-11-03 | python/retrace: Add missing colon. | José Fonseca | |
2009-10-29 | st/xorg: fix scaling ov xv data, plus some cleanups | Zack Rusin | |
2009-10-28 | st/xorg: fix src coordinates in the video acceleration paths | Zack Rusin | |
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? |