mesa/src/gallium/drivers/ilo
Marek Olšák 0fc21ecfc0 gallium: add flags parameter to pipe_screen::context_create
This allows creating compute-only and debug contexts.

Reviewed-by: Brian Paul <brianp@vmware.com>
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
2015-08-26 19:25:18 +02:00
..
core ilo: remove ilo_image_params 2015-07-01 15:54:39 +08:00
genhw ilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf 2015-06-20 11:14:14 +08:00
shader ilo: add ilo_state_ps to ilo_shader_cso 2015-06-15 01:22:13 +08:00
Android.mk ilo: remove unused include from Android.mk 2015-04-22 14:18:47 +01:00
Automake.inc gallium/ilo: add automake target 'template' 2014-09-24 10:44:00 +01:00
Makefile.am mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
Makefile.sources ilo: remove ilo_buffer 2015-06-26 13:45:27 +08:00
ilo_blit.c ilo: add ilo_image_can_enable_aux() 2015-05-02 22:14:07 +08:00
ilo_blit.h ilo: add ilo_image_can_enable_aux() 2015-05-02 22:14:07 +08:00
ilo_blitter.c ilo: use dynamic bo for rectlist vertices 2014-09-30 16:41:31 +08:00
ilo_blitter.h ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info 2015-06-22 15:18:57 +08:00
ilo_blitter_blt.c ilo: replace pipe_format by gen_surface_format 2015-06-26 13:45:28 +08:00
ilo_blitter_pipe.c ilo: embed ilo_state_viewport in ilo_viewport_state 2015-06-15 01:06:45 +08:00
ilo_blitter_rectlist.c ilo: replace pipe_format by gen_surface_format 2015-06-26 13:45:28 +08:00
ilo_common.h ilo: define ILO_IMAGE_MAX_LEVEL_COUNT 2015-06-26 13:45:28 +08:00
ilo_context.c gallium: add flags parameter to pipe_screen::context_create 2015-08-26 19:25:18 +02:00
ilo_context.h ilo: rename ilo_dev_info to ilo_dev 2015-05-02 22:14:06 +08:00
ilo_cp.c ilo: move command builder to core 2015-05-02 22:14:06 +08:00
ilo_cp.h ilo: move command builder to core 2015-05-02 22:14:06 +08:00
ilo_draw.c ilo: introduce ilo_vma 2015-06-26 13:45:27 +08:00
ilo_draw.h ilo: remove struct ilo_3d 2014-09-26 21:15:55 +08:00
ilo_format.c ilo: move ilo_format.[ch] out of core 2015-06-22 15:18:56 +08:00
ilo_format.h ilo: replace pipe_format by gen_surface_format 2015-06-26 13:45:28 +08:00
ilo_gpgpu.c ilo: hook up launch_grid() 2014-11-06 10:43:53 +08:00
ilo_gpgpu.h
ilo_public.h
ilo_query.c ilo: silence a compiler warning 2015-05-06 16:35:30 +08:00
ilo_query.h ilo: rework query support 2014-09-21 23:31:10 +08:00
ilo_render.c ilo: add 3DSTATE_VF to ilo_state_vf 2015-06-20 11:14:14 +08:00
ilo_render.h ilo: add ilo_state_sample_pattern 2015-06-15 15:06:11 +08:00
ilo_render_dynamic.c ilo: add ilo_state_compute 2015-06-22 12:56:55 +08:00
ilo_render_gen.h ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info 2015-06-22 15:18:57 +08:00
ilo_render_gen6.c ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info 2015-06-22 15:18:57 +08:00
ilo_render_gen7.c ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info 2015-06-22 15:18:57 +08:00
ilo_render_gen8.c ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info 2015-06-22 15:18:57 +08:00
ilo_render_media.c ilo: add ilo_state_compute 2015-06-22 12:56:55 +08:00
ilo_render_surface.c ilo: introduce ilo_vma 2015-06-26 13:45:27 +08:00
ilo_resource.c gallium: add BIND flags for R/W buffers and images 2015-07-16 16:52:02 +02:00
ilo_resource.h ilo: replace pipe_format by gen_surface_format 2015-06-26 13:45:28 +08:00
ilo_screen.c gallium: add an interface for EXT_depth_bounds_test 2015-08-14 15:01:51 +02:00
ilo_screen.h ilo: add ilo_fence.h to core 2015-05-02 22:14:06 +08:00
ilo_shader.c ilo: fix a -Wmaybe-uninitialized warning 2015-06-20 11:13:20 +08:00
ilo_shader.h ilo: add ilo_state_ps to ilo_shader_cso 2015-06-15 01:22:13 +08:00
ilo_state.c gallium: add interface for writable shader images 2015-07-16 16:52:20 +02:00
ilo_state.h gallium: add new limits for shader buffers and images 2015-07-16 16:52:17 +02:00
ilo_transfer.c ilo: replace pipe_format by gen_surface_format 2015-06-26 13:45:28 +08:00
ilo_transfer.h ilo: rename intel_bo_map_unsynchronized() 2014-08-26 14:10:50 +08:00
ilo_video.c vl: rename pipe_video_decoder to pipe_video_codec 2013-08-19 10:21:15 +02:00
ilo_video.h