Searched refs:gallium (Results 1 - 25 of 237) sorted by relevance

12345678910

/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dusage.rst17 configure --with-gallium-drivers=swrast,swr
25 lib/gallium/libGL.so
26 lib/gallium/libswrAVX.so
27 lib/gallium/libswrAVX2.so
31 build/linux-x86_64/gallium/targets/libgl-xlib/libGL.so
32 build/linux-x86_64/gallium/drivers/swr/libswrAVX.so
33 build/linux-x86_64/gallium/drivers/swr/libswrAVX2.so
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c1036 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_create_context
1039 gallium->screen = screen;
1041 gallium->destroy = panfrost_destroy;
1043 gallium->set_framebuffer_state = panfrost_set_framebuffer_state;
1045 gallium->flush = panfrost_flush;
1046 gallium->clear = panfrost_clear;
1047 gallium->texture_barrier = panfrost_texture_barrier;
1048 gallium->set_frontend_noop = panfrost_set_frontend_noop;
1050 gallium->set_vertex_buffers = panfrost_set_vertex_buffers;
1051 gallium
[all...]
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dusage.rst17 configure --with-gallium-drivers=swrast,swr
25 lib/gallium/libGL.so
26 lib/gallium/libswrAVX.so
27 lib/gallium/libswrAVX2.so
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D8.0.rst30 - GL_ARB_texture_storage (gallium drivers and swrast)
34 - GL_NV_fog_distance (all gallium drivers, nouveau classic)
36 - GL_OES_EGL_image_external (gallium drivers)
60 by the gallium drivers for this hardware.
H A D12.0.5.rst77 - gallium/radeon: fix behavior of GLSL findLSB(0)
78 - gallium/radeon: make sure HTILE address is aligned properly
81 - gallium/radeon: unify viewport emission code
82 - gallium/radeon: set VPORT_ZMIN/MAX registers correctly
86 - gallium/radeon: add support for sharing textures with DCC between
H A D7.11.rst30 - GL_ARB_ES2_compatibility (gallium drivers)
31 - GL_ARB_color_buffer_float (gallium drivers, i965)
32 - GL_ARB_draw_buffers_blend (gallium)
33 - GL_ARB_draw_instanced extension (gallium drivers, swrast)
34 - GL_ARB_instanced_arrays extension (gallium drivers)
35 - GL_ARB_occlusion_query2 (gallium drivers, swrast)
37 - GL_ARB_sampler_objects (gallium drivers)
38 - GL_ARB_seamless_cube_map (gallium r600)
39 - GL_ARB_shader_texture_lod (gallium drivers, i965)
40 - GL_ARB_sync (gallium driver
[all...]
H A D10.2.rst58 with any gallium driver.
63 support for svga driver *--enable-xa --with-gallium-drivers=svga*
65 Note: The files are installed in $(libdir)/gallium-pipe/ and the
H A D19.2.8.rst41 - gallium/util: Support POLYGON in u_stream_outputs_for_vertices
84 - gallium/dri2: Fix creation of multi-planar modifier images
85 - gallium: Store the image format in winsys_handle
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c87 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_enable_afbc
88 struct panfrost_screen *screen = pan_screen(gallium->screen);
116 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_enable_checksum
117 struct panfrost_screen *screen = pan_screen(gallium->screen);
1342 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_submit_frame
1343 struct panfrost_screen *screen = pan_screen(gallium->screen);
2494 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_setup_hardware
2495 struct panfrost_screen *screen = pan_screen(gallium->screen);
2524 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_create_context
2532 gallium
[all...]
H A Dpan_allocate.c43 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_allocate_chunk
44 struct panfrost_screen *screen = pan_screen(gallium->screen);
83 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_allocate_transient
84 struct panfrost_screen *screen = pan_screen(gallium->screen);
H A Dpan_drm.c208 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_drm_submit_job
209 struct panfrost_screen *screen = pan_screen(gallium->screen);
274 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_fence_create
275 struct panfrost_screen *screen = pan_screen(gallium->screen);
302 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_drm_force_flush_fragment
303 struct panfrost_screen *screen = pan_screen(gallium->screen);
316 gallium->screen->fence_reference(gallium->screen, fence, NULL);
350 struct pipe_context *gallium = (struct pipe_context *) ctx; local in function:panfrost_drm_init_context
351 struct panfrost_screen *screen = pan_screen(gallium
[all...]
/xsrc/external/mit/MesaLib.old/dist/doxygen/
H A DMakefile29 gallium.doxy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A DAndroid.mk43 $(intermediates)/egd_tables.h: $(MESA_TOP)/src/gallium/drivers/r600/egd_tables.py $(MESA_TOP)/src/gallium/drivers/r600/evergreend.h
46 $(hide) $(MESA_PYTHON2) $(MESA_TOP)/src/gallium/drivers/r600/egd_tables.py $(MESA_TOP)/src/gallium/drivers/r600/evergreend.h > $@
/xsrc/external/mit/MesaLib.old/dist/src/mesa/
H A DAndroid.libmesa_glsl_utils.mk41 $(MESA_TOP)/src/gallium/include \
42 $(MESA_TOP)/src/gallium/auxiliary
66 $(MESA_TOP)/src/gallium/include \
67 $(MESA_TOP)/src/gallium/auxiliary
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_save_draw.c204 const GLbitfield enabled = node->merged.gallium.enabled_attribs[mode];
225 struct pipe_vertex_state *state = node->merged.gallium.state[mode];
226 struct pipe_draw_vertex_state_info info = node->merged.gallium.info;
234 if (node->merged.gallium.ctx == ctx) {
251 int * const private_refcount = (int*)&node->merged.gallium.private_refcount[mode];
272 /* Fast path using a pre-built gallium vertex buffer state. */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/
H A Dopenswr.rst11 fits into the gallium framework, and reuses gallivm for doing the TGSI
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A DAndroid.mk40 $(MESA_TOP)/src/gallium/include \
41 $(MESA_TOP)/src/gallium/auxiliary
135 $(MESA_TOP)/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h \
154 $(MESA_TOP)/src/gallium/include
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dopenswr.rst11 fits into the gallium framework, and reuses gallivm for doing the TGSI
/xsrc/external/mit/MesaLib.old/dist/src/intel/
H A DAndroid.blorp.mk36 $(MESA_TOP)/src/gallium/auxiliary \
37 $(MESA_TOP)/src/gallium/include \
H A DAndroid.common.mk36 $(MESA_TOP)/src/gallium/include \
37 $(MESA_TOP)/src/gallium/auxiliary \
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/
H A DAndroid.drm.mk35 $(MESA_TOP)/src/gallium/include \
36 $(MESA_TOP)/src/gallium/auxiliary
H A DAndroid.ir3.mk36 $(MESA_TOP)/src/gallium/include \
37 $(MESA_TOP)/src/gallium/auxiliary \
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DAndroid.glsl.mk44 $(MESA_TOP)/src/gallium/include \
45 $(MESA_TOP)/src/gallium/auxiliary
H A DAndroid.mk40 $(MESA_TOP)/src/gallium/include \
41 $(MESA_TOP)/src/gallium/auxiliary \
H A DAndroid.nir.mk41 $(MESA_TOP)/src/gallium/include \
42 $(MESA_TOP)/src/gallium/auxiliary

Completed in 18 milliseconds

12345678910