mesa/src/gallium/drivers/llvmpipe
Eric Anholt ad782a7020 gallium: Add a helper for implementing PIPE_CAP_* default values.
One of the pains of implementing a gallium driver is filling in a million
pipe caps you don't know about yet when you're just starting out.  One of
the pains of working on gallium is copy-and-pasting your new PIPE_CAP into
each driver.  We can fix both of these by having each driver call into the
default helper from their default case, so that both sides can ignore each
other until they need to.

v2: fix i915g build, revert swr change to avoid breaking scons build
    (https://travis-ci.org/anholt/mesa/jobs/419739857)
v3: Rebase on 3 new gallium caps.

Reviewed-by: Marek Olšák <marek.olsak@amd.com> (v1)
Cc: Bruce Cherniak <bruce.cherniak@intel.com>
Cc: George Kyriazis <george.kyriazis@intel.com>
Cc: Kenneth Graunke <kenneth@whitecape.org>
2018-09-04 08:07:52 -07:00
..
.gitignore
Automake.inc
Makefile.am autotools: include meson build files in tarball 2018-01-19 16:30:51 -08:00
Makefile.sources
SConscript scons: use python3-compatible print() 2017-09-25 11:57:12 +01:00
lp_bld_alpha.c
lp_bld_alpha.h
lp_bld_blend.c llvmpipe: fix snorm blending 2017-11-21 04:06:29 +01:00
lp_bld_blend.h
lp_bld_blend_aos.c llvmpipe: fix snorm blending 2017-11-21 04:06:29 +01:00
lp_bld_blend_logicop.c
lp_bld_depth.c
lp_bld_depth.h
lp_bld_interp.c
lp_bld_interp.h
lp_clear.c
lp_clear.h
lp_context.c llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR 2017-08-29 20:49:36 -06:00
lp_context.h llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_debug.h
lp_draw_arrays.c
lp_fence.c
lp_fence.h
lp_flush.c
lp_flush.h
lp_jit.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_jit.h llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_limits.h llvmpipe, draw: increase shader cache limits 2017-09-07 03:32:01 +02:00
lp_memory.c
lp_memory.h
lp_perf.c
lp_perf.h
lp_public.h
lp_query.c util: move os_time.[ch] to src/util 2017-11-09 11:57:21 +01:00
lp_query.h
lp_rast.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_rast.h
lp_rast_debug.c
lp_rast_priv.h llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_rast_tri.c
lp_rast_tri_tmp.h
lp_scene.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_scene.h llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_scene_queue.c
lp_scene_queue.h
lp_screen.c gallium: Add a helper for implementing PIPE_CAP_* default values. 2018-09-04 08:07:52 -07:00
lp_screen.h
lp_setup.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_setup.h
lp_setup_context.h llvmpipe:fix using 32bit rasterization mistakenly, causing overflows 2017-06-23 19:39:29 +02:00
lp_setup_line.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_setup_point.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_setup_tri.c llvmpipe: add cc clobber to inline asm 2018-08-23 00:34:32 +03:00
lp_setup_vbuf.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_state.h
lp_state_blend.c
lp_state_clip.c
lp_state_derived.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_state_fs.c llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_state_fs.h llvmpipe: improve rasterization discard logic 2018-05-23 04:23:32 +02:00
lp_state_gs.c
lp_state_rasterizer.c
lp_state_sampler.c
lp_state_setup.c util: move os_time.[ch] to src/util 2017-11-09 11:57:21 +01:00
lp_state_setup.h
lp_state_so.c
lp_state_surface.c
lp_state_vertex.c
lp_state_vs.c
lp_surface.c
lp_surface.h
lp_test.h
lp_test_arit.c
lp_test_blend.c gallium: rename util_dump_* to util_str_* for enum-to-string conversion 2017-08-02 09:46:24 +02:00
lp_test_conv.c llvmpipe: Fix random number generation for unit tests 2018-05-14 03:14:00 +02:00
lp_test_format.c gallium/llvmpipe: Enable support bptc format. 2018-07-01 15:42:37 -04:00
lp_test_main.c llvmpipe: Fix random number generation for unit tests 2018-05-14 03:14:00 +02:00
lp_test_printf.c
lp_tex_sample.c
lp_tex_sample.h
lp_texture.c util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_two_or_zero 2018-03-29 14:09:23 -07:00
lp_texture.h
meson.build meson: Use consistent style for tests 2018-01-11 15:40:02 -08:00