mesa/src
Giovanni Campagna 3b176c441b gallium: Add a dumb drm/kms winsys backed swrast provider
Add a new winsys and target that can be used with a dri2 state tracker
and loader instead of drisw. This allows to use gbm as a dri2/image
loader and avoid the extra copy from the backbuffer to the shadow
frontbuffer.

The new driver is called "kms_swrast", and is loaded by gbm as a
fallback, because it is only useful with the gbm platform (as no buffer
sharing is possible)

To force select the driver set the environment variable
GBM_ALWAYS_SOFTWARE

[Emil Velikov]
 - Rebase on top of gallium megadriver.
 - s/text/test/ in configure.ac (Spotted by Andreas Pokorny).
 - Add scons support for winsys/sw/kms-dri and fix the build.
 - Provide separate DriverAPI, due to different InitScreen hook.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-07-30 16:33:09 +01:00
..
egl Add support for swrast to the DRM EGL platform 2014-07-30 16:33:09 +01:00
gallium gallium: Add a dumb drm/kms winsys backed swrast provider 2014-07-30 16:33:09 +01:00
gbm gallium: Add a dumb drm/kms winsys backed swrast provider 2014-07-30 16:33:09 +01:00
getopt
glsl glsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC build 2014-07-30 08:12:03 -06:00
glx glx/dri3: add GPU offloading support. 2014-07-01 13:07:52 +10:00
gtest
hgl
loader mesa: fix the condition in src/loader/Makefile.am 2014-07-01 09:42:44 -06:00
mapi glapi: add indexed blend functions (GL 4.0) 2014-07-28 16:26:27 -07:00
mesa main/get_hash_params: Add GL_SAMPLE_SHADING_ARB 2014-07-29 10:50:38 -07:00
Makefile.am loader: Use drirc device_id parameter in complement to DRI_PRIME 2014-07-01 13:07:40 +10:00
SConscript