mesa/src/gallium/drivers/llvmpipe
Roland Scheidegger 6c6a439e98 softpipe/llvmpipe: don't advertize support for ASTC
3333977556 added support for ASTC textures to
gallium. They don't have any helpers hooked up for software decoding, however,
so cannot support them in drivers relying on util code for decoding.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-11-24 18:26:11 +01:00
..
.gitignore
Automake.inc gallium/softpipe,llvmpipe: add automake target 'templates' 2014-09-24 10:44:01 +01:00
Makefile.am configure: Leverage gcc warn options to enable safe use of C99 features where possible. 2015-03-03 09:25:11 +00:00
Makefile.sources gallium/llvmpipe: ship all files in the tarball 2014-09-05 23:46:25 +01:00
SConscript scons: Use -Werror MSVC compatibility flags per-directory. 2015-03-04 15:12:06 +00:00
lp_bld_alpha.c
lp_bld_alpha.h
lp_bld_blend.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_bld_blend.h llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers. 2014-01-07 16:04:42 +00:00
lp_bld_blend_aos.c llvmpipe: Tighten check for alpha-only formats 2014-03-20 16:50:40 +01:00
lp_bld_blend_logicop.c
lp_bld_depth.c llvmpipe: Implement stencil export 2015-06-04 03:56:19 +02:00
lp_bld_depth.h
lp_bld_interp.c llvmpipe: use simple coeffs calc for 128bit vectors 2015-11-04 02:38:53 +01:00
lp_bld_interp.h
lp_clear.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_clear.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_context.c gallium: add flags parameter to pipe_screen::context_create 2015-08-26 19:25:18 +02:00
lp_context.h gallium: add flags parameter to pipe_screen::context_create 2015-08-26 19:25:18 +02:00
lp_debug.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_draw_arrays.c gallium: add facilities for indirect drawing 2014-07-02 00:47:09 +02:00
lp_fence.c
lp_fence.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_flush.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_flush.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_jit.c llvmpipe: add cache for compressed textures 2015-11-04 02:51:02 +01:00
lp_jit.h llvmpipe: add cache for compressed textures 2015-11-04 02:51:02 +01:00
lp_limits.h llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definition 2014-08-21 19:00:29 +02:00
lp_memory.c
lp_memory.h
lp_perf.c
lp_perf.h
lp_public.h gallium/drivers: Add extern "C" wrappers to public entry 2015-05-15 13:55:59 -04:00
lp_query.c llvmpipe: (trivial) add parantheses in (!x == y) expression 2015-05-25 22:24:42 +02:00
lp_query.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_rast.c llvmpipe: add cache for compressed textures 2015-11-04 02:51:02 +01:00
lp_rast.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_rast_debug.c llvmpipe: fix rast debugging output 2014-09-16 15:12:54 +10:00
lp_rast_priv.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_rast_tri.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_rast_tri_tmp.h llvmpipe: support 8bit subpixel precision 2013-11-25 13:05:03 -05:00
lp_scene.c llvmpipe: simplify address calculation for 4x4 blocks 2015-03-28 02:59:42 +01:00
lp_scene.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_scene_queue.c
lp_scene_queue.h
lp_screen.c softpipe/llvmpipe: don't advertize support for ASTC 2015-11-24 18:26:11 +01:00
lp_screen.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_setup.c llvmpipe: fix using non-zero layer in non-array view from array resource 2015-10-24 03:00:33 +02:00
lp_setup.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_setup_context.h llvmpipe: decrease MAX_SCENES from 2 to 1 2014-12-06 18:03:18 +01:00
lp_setup_line.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_setup_point.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_setup_tri.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_setup_vbuf.c gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_state.h llvmpipe: Simplify vertex and geometry shaders. 2014-03-25 12:54:39 +00:00
lp_state_blend.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_state_clip.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_state_derived.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_state_fs.c llvmpipe: add cache for compressed textures 2015-11-04 02:51:02 +01:00
lp_state_fs.h llvmpipe: add plumbing for ARB_depth_clamp 2013-12-11 18:24:21 +00:00
lp_state_gs.c llvmpipe: Fix llvmpipe_create_gs_state. 2014-03-26 16:11:28 +00:00
lp_state_rasterizer.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_state_sampler.c llvmpipe: fix using non-zero layer in non-array view from array resource 2015-10-24 03:00:33 +02:00
lp_state_setup.c gallium: Replace u_simple_list.h with util/simple_list.h 2015-01-28 16:33:34 -08:00
lp_state_setup.h draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float 2013-11-07 18:32:54 +00:00
lp_state_so.c gallium: allow setting of the internal stream output offset 2014-03-07 12:49:33 -05:00
lp_state_surface.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_state_vertex.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_state_vs.c llvmpipe: Simplify vertex and geometry shaders. 2014-03-25 12:54:39 +00:00
lp_surface.c llvmpipe: simplify lp_resource_copy() 2015-06-10 08:20:58 -06:00
lp_surface.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
lp_test.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
lp_test_arit.c llvmpipe: fix lp_test_arit denorm handling 2014-11-25 00:29:29 +01:00
lp_test_blend.c llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one. 2014-09-30 20:45:19 +02:00
lp_test_conv.c llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one. 2014-09-30 20:45:19 +02:00
lp_test_format.c llvmpipe: don't test for unsupported formats in lp_test_format 2015-11-24 18:26:11 +01:00
lp_test_main.c llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main 2014-11-25 00:29:29 +01:00
lp_test_printf.c llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one. 2014-09-30 20:45:19 +02:00
lp_tex_sample.c llvmpipe: add cache for compressed textures 2015-11-04 02:51:02 +01:00
lp_tex_sample.h llvmpipe: disable texture cache 2015-11-05 18:00:42 +01:00
lp_texture.c llvmpipe: disable front updates for now 2015-11-08 07:55:17 +10:00
lp_texture.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00