mesa/src
Axel Davy 63367e6c95 st/nine: Fix check and remove useless code in swapchain9
The removed code was there for two reasons:
1) Allow DF16, DF24, INTZ to be used as depth buffer
for swapchain, if the driver doesn't support
PIPE_BIND_SAMPLER_VIEW for the underlying format
2) Set PIPE_BIND_SAMPLER_VIEW if possible, such that
if StretchRect is called on the depth texture, it is happy.

1) The reason these formats needed a workaround is because
the check flags for them in CheckDeviceFormat were incorrect,
which led applications to think the formats were valid for
swapchains, even if they weren't supported.
2) StretchRect limitations for depth buffers force
the resource_copy_region path, which should be fine without
PIPE_BIND_SAMPLER_VIEW.

Thus fix the check for 1), and remove the code.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
2016-10-10 23:43:51 +02:00
..
amd radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
compiler glsl: Add missing cache_destroy stub function. 2016-10-10 11:17:31 -07:00
egl egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3) 2016-10-10 09:54:11 -07:00
gallium st/nine: Fix check and remove useless code in swapchain9 2016-10-10 23:43:51 +02:00
gbm gbm: return appropriate error when queryImage() fails 2016-09-27 13:37:21 +01:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx loader/dri3: add get_dri_screen() to the vtable 2016-10-07 11:11:44 +03:00
gtest Introduce .editorconfig 2016-08-31 17:06:54 -07:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel intel: Fix bash-specific redirection. 2016-10-10 09:50:05 -07:00
loader loader/dri3: import prime buffers in the currently-bound screen 2016-10-07 11:11:55 +03:00
mapi glapi: add entry points for GL_ARB_compute_variable_group_size 2016-10-07 00:18:57 +02:00
mesa mesa: throw error if bufSize negative in GetSynciv on OpenGL ES 2016-10-10 07:29:31 +03:00
util util: remove unused variable 2016-10-07 21:24:50 +11:00
Makefile.am radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00