Home
last modified time | relevance | path

Searched full:osmesa (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c45 * In general, the OSMesa interface is pretty ugly and not a good match
54 #include "GL/osmesa.h"
194 osmesa_read_buffer(OSMesaContext osmesa, struct pipe_resource *res, void *dst, in osmesa_read_buffer() argument
197 struct pipe_context *pipe = osmesa->stctx->pipe; in osmesa_read_buffer()
363 OSMesaContext osmesa = OSMesaGetCurrentContext(); in osmesa_st_framebuffer_flush_front() local
372 if (osmesa->pp) { in osmesa_st_framebuffer_flush_front()
391 pp_run(osmesa->pp, res, res, zsbuf); in osmesa_st_framebuffer_flush_front()
396 if (osmesa->user_row_length) in osmesa_st_framebuffer_flush_front()
397 dst_stride = bpp * osmesa->user_row_length; in osmesa_st_framebuffer_flush_front()
401 osmesa_read_buffer(osmesa, res, osbuffer->map, dst_stride, osmesa->y_up); in osmesa_st_framebuffer_flush_front()
[all …]
Dmeson.build31 'osmesa.c',
/third_party/mesa3d/src/gallium/targets/osmesa/
Dmeson.build30 '-Wl,--version-script', join_paths(meson.current_source_dir(), 'osmesa.sym')
32 osmesa_link_deps += files('osmesa.sym')
36 'osmesa.def',
37 input: 'osmesa.def.in',
38 output : 'osmesa.def',
70 name : 'osmesa',
78 test('osmesa-render',
80 'osmesa-render',
/third_party/mesa3d/docs/
Dosmesa.rst9 The OSMesa API provides three basic functions for making off-screen
11 OSMesaDestroyContext(). See the Mesa/include/GL/osmesa.h header for more
14 The OSMesa interface may be used with the gallium software renderers:
19 There are several examples of OSMesa in the mesa/demos repository.
21 Building OSMesa
/third_party/mesa3d/bin/
Dgen_vs_module_defs.py77 …odule_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src/gallium/targets/os…
78 …odule_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src/gallium/targets/os…
/third_party/mesa3d/include/GL/
Dosmesa.h41 * OSMesaGetIntegerv - return OSMesa state parameters
258 * Return the depth buffer associated with an OSMesa context.
259 * Input: c - the OSMesa context
274 * Return the color buffer associated with an OSMesa context.
275 * Input: c - the OSMesa context
323 OSMesaPostprocess(OSMesaContext osmesa, const char *filter,
/third_party/mesa3d/docs/relnotes/
D7.0.2.rst27 - Added bluegene-xlc-osmesa and catamount-osmesa-pgi configs
67 OSMesa (off-screen) implements OpenGL 2.1
D3.534 OSMesa (off-screen) updated
122 libOSMesa.so is a new library which contains the OSMesa interface for
123 off-screen rendering. Apps which need the OSMesa interface should link
217 in Mesa 3.5. Only the OSMesa interface can be used for 16-bit rendering.
D6.4.1.rst29 - OSMesa demos were missing from previous release tarballs
46 OSMesa (off-screen) implements OpenGL 1.5
D10.4.4.rst36 [osmesa] osbuffer->textures should be indexed by attachment type
68 - st/osmesa: Fix osbuffer->textures indexing
D7.4.3.rst36 - Fixed some OSMesa build issues
54 OSMesa (off-screen) implements OpenGL 2.1
D7.0.1.rst24 - Added a bluegene-osmesa build config
79 OSMesa (off-screen) implements OpenGL 2.1
D19.0.5.rst32 - Missing OpenGL symbols in OSMesa Gallium when building with meson
62 - meson: expose glapi through osmesa
D11.0.5.rst38 osmesa: Expose GL entry points for Windows build, via .def file
130 - osmesa: Expose GL entry points for Windows build via DEF file.
D6.5.1.rst77 - accum buffer didn't work with OSMesa interface
109 OSMesa (off-screen) implements OpenGL 1.5
D7.8.2.rst101 - Fixed OSMesa build for 16 and 32-bit color channel depth.
102 - Fixed OSMesa build with hidden symbol visibility. libOSMesa no longer
D9.1.6.rst34 osmesa using --enable-shared-glapi depends on libgl
128 - osmesa: link against static libglapi library too to get the gl
D19.3.4.rst39 - OSMesa osmesa_choose_format returns a format not supported by
65 - st/mesa: Handle the rest renderbuffer formats from OSMesa
D9.2.rst39 - OSMesa interface for gallium llvmpipe/softpipe drivers
118 [bisected] 0d108116bd80b757fb01a84a9f1946ef870b57b8 breaks osmesa
130 [osmesa] [git] building 32-bit mesa on 64 bit fails
D6.3.224 OSMesa (off-screen) implements OpenGL 1.5
D6.3.136 OSMesa (off-screen) implements OpenGL 1.5
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml171 -D osmesa=true
203 -D osmesa=true
229 -D osmesa=true
314 -D osmesa=false
468 -D osmesa=false
557 -D osmesa=true
/third_party/mesa3d/
Dmeson_options.txt415 'osmesa', boolean
418 description : 'Build OSmesa.'
421 'osmesa-bits',
425 description : 'DEPRECATED: Number of channel bits for OSMesa.'
/third_party/mesa3d/src/gallium/
Dmeson.build190 subdir('frontends/osmesa')
191 subdir('targets/osmesa')
/third_party/mesa3d/include/HaikuGL/
DREADME16 * headers/os/opengl/GL/osmesa.h (needed?)

1234