mesa/src/gallium/drivers/llvmpipe
Aaron Watry 1492633070 llvmpipe: Fix build after removal of deprecated attribute API v2
Applies on top of v3 of Tom's gallivm change.

v2:
  - Tom Stellard: Use enums instread of strings.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Signed-off-by: Aaron Watry <awatry@gmail.com>
CC: Tom Stellard <thomas.stellard@amd.com>
CC: Jan Vesely <jan.vesely@rutgers.edu>
2016-11-09 20:13:27 +00:00
..
.gitignore
Automake.inc
Makefile.am configure: Eliminate MSVC2008 compatibility. 2016-02-11 21:36:00 +00:00
Makefile.sources
SConscript scons: Add a "check" target to run all unit tests. 2016-04-14 07:19:04 +01:00
lp_bld_alpha.c
lp_bld_alpha.h
lp_bld_blend.c
lp_bld_blend.h
lp_bld_blend_aos.c gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* 2016-04-22 01:30:39 +02:00
lp_bld_blend_logicop.c
lp_bld_depth.c gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* 2016-04-22 01:30:39 +02:00
lp_bld_depth.h
lp_bld_interp.c llvmpipe: fix issues with depth clamp 2016-08-20 04:05:33 +02:00
lp_bld_interp.h llvmpipe: fix issues with depth clamp 2016-08-20 04:05:33 +02:00
lp_clear.c
lp_clear.h
lp_context.c llvmpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
lp_context.h llvmpipe: ditch additional ref counting for vertex/geometry sampler views 2016-01-15 20:13:45 +01:00
lp_debug.h
lp_draw_arrays.c llvmpipe: ditch additional ref counting for vertex/geometry sampler views 2016-01-15 20:13:45 +01:00
lp_fence.c
lp_fence.h
lp_flush.c gallium: add a pipe_context parameter to fence_finish 2016-08-10 01:11:10 +02:00
lp_flush.h
lp_jit.c llvmpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
lp_jit.h
lp_limits.h
lp_memory.c
lp_memory.h
lp_perf.c
lp_perf.h
lp_public.h
lp_query.c gallium: add bool return to pipe_context::end_query 2016-04-21 22:32:50 -05:00
lp_query.h
lp_rast.c llvmpipe: Do not use barriers if not using threads. 2016-02-13 14:42:05 -08:00
lp_rast.h llvmpipe: fix lp_rast_plane alignment on 32bit 2016-03-15 19:42:15 +01:00
lp_rast_debug.c llvmpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
lp_rast_priv.h
lp_rast_tri.c llvmpipe: use vector loads for (optimized) tri raster funcs 2016-02-02 05:58:19 +01:00
lp_rast_tri_tmp.h llvmpipe: avoid most 64 bit math in rasterization 2016-01-13 03:50:57 +01:00
lp_scene.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
lp_scene.h
lp_scene_queue.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
lp_scene_queue.h
lp_screen.c gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS 2016-10-22 12:02:35 -04:00
lp_screen.h
lp_setup.c llvmpipe: fix depth clamping wrt reversed near/far values 2016-08-20 04:05:33 +02:00
lp_setup.h
lp_setup_context.h llvmpipe: add a few const qualifiers 2016-02-19 08:51:51 -07:00
lp_setup_line.c llvmpipe: add a few const qualifiers 2016-02-19 08:51:51 -07:00
lp_setup_point.c llvmpipe: scale up bounding box planes to subpixel precision 2016-01-13 03:34:59 +01:00
lp_setup_tri.c llvmpipe: fix lp_rast_plane alignment on 32bit 2016-03-15 19:42:15 +01:00
lp_setup_vbuf.c gallium: fix warnings in release build 2016-04-25 12:23:21 +02:00
lp_state.h llvmpipe: hack-fix bugs due to bogus bind flags 2016-06-14 17:03:34 +02:00
lp_state_blend.c gallium/drivers: Trivial code-style cleanup 2015-12-06 17:10:22 +01:00
lp_state_clip.c
lp_state_derived.c Remove wrongly repeated words in comments 2016-06-23 13:55:03 -07:00
lp_state_fs.c llvmpipe: Fix build after removal of deprecated attribute API v2 2016-11-09 20:13:27 +00:00
lp_state_fs.h
lp_state_gs.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
lp_state_rasterizer.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
lp_state_sampler.c gallium: Use enum pipe_shader_type in set_sampler_views() 2016-08-29 09:07:25 -06:00
lp_state_setup.c llvmpipe: Fix build after removal of deprecated attribute API v2 2016-11-09 20:13:27 +00:00
lp_state_setup.h llvmpipe: use ints not unsigned for slots 2016-01-07 01:59:17 +01:00
lp_state_so.c llvmpipe: warn about illegal use of objects in different contexts 2016-01-21 00:09:55 +01:00
lp_state_surface.c llvmpipe: warn about illegal use of objects in different contexts 2016-01-21 00:09:55 +01:00
lp_state_vertex.c
lp_state_vs.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
lp_surface.c llvmpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds 2016-08-29 18:14:49 +02:00
lp_surface.h
lp_test.h gallium: Include intrin.h instead of defining ourselves. 2016-04-26 17:17:00 +01:00
lp_test_arit.c llvmpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
lp_test_blend.c llvmpipe: Avoid LLVMGetGlobalContext in tests. 2016-04-19 12:10:02 +01:00
lp_test_conv.c llvmpipe: Avoid LLVMGetGlobalContext in tests. 2016-04-19 12:10:02 +01:00
lp_test_format.c llvmpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
lp_test_main.c llvmpipe: Call LLVMShutdown before exiting. 2016-04-19 12:10:09 +01:00
lp_test_printf.c llvmpipe: Avoid LLVMGetGlobalContext in tests. 2016-04-19 12:10:02 +01:00
lp_tex_sample.c llvmpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
lp_tex_sample.h llvmpipe: disable texture cache 2015-11-05 18:00:42 +01:00
lp_texture.c gallium: add a pipe_context parameter to resource_get_handle 2016-08-25 14:09:48 +02:00
lp_texture.h