Searched full:osmesa (Results 1 – 25 of 100) sorted by relevance
1234
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 45 * 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 …]
|
D | meson.build | 31 'osmesa.c',
|
/third_party/mesa3d/src/gallium/targets/osmesa/ |
D | meson.build | 30 '-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/ |
D | osmesa.rst | 9 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/ |
D | gen_vs_module_defs.py | 77 …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/ |
D | osmesa.h | 41 * 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/ |
D | 7.0.2.rst | 27 - Added bluegene-xlc-osmesa and catamount-osmesa-pgi configs 67 OSMesa (off-screen) implements OpenGL 2.1
|
D | 3.5 | 34 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.
|
D | 6.4.1.rst | 29 - OSMesa demos were missing from previous release tarballs 46 OSMesa (off-screen) implements OpenGL 1.5
|
D | 10.4.4.rst | 36 [osmesa] osbuffer->textures should be indexed by attachment type 68 - st/osmesa: Fix osbuffer->textures indexing
|
D | 7.4.3.rst | 36 - Fixed some OSMesa build issues 54 OSMesa (off-screen) implements OpenGL 2.1
|
D | 7.0.1.rst | 24 - Added a bluegene-osmesa build config 79 OSMesa (off-screen) implements OpenGL 2.1
|
D | 19.0.5.rst | 32 - Missing OpenGL symbols in OSMesa Gallium when building with meson 62 - meson: expose glapi through osmesa
|
D | 11.0.5.rst | 38 osmesa: Expose GL entry points for Windows build, via .def file 130 - osmesa: Expose GL entry points for Windows build via DEF file.
|
D | 6.5.1.rst | 77 - accum buffer didn't work with OSMesa interface 109 OSMesa (off-screen) implements OpenGL 1.5
|
D | 7.8.2.rst | 101 - Fixed OSMesa build for 16 and 32-bit color channel depth. 102 - Fixed OSMesa build with hidden symbol visibility. libOSMesa no longer
|
D | 9.1.6.rst | 34 osmesa using --enable-shared-glapi depends on libgl 128 - osmesa: link against static libglapi library too to get the gl
|
D | 19.3.4.rst | 39 - OSMesa osmesa_choose_format returns a format not supported by 65 - st/mesa: Handle the rest renderbuffer formats from OSMesa
|
D | 9.2.rst | 39 - OSMesa interface for gallium llvmpipe/softpipe drivers 118 [bisected] 0d108116bd80b757fb01a84a9f1946ef870b57b8 breaks osmesa 130 [osmesa] [git] building 32-bit mesa on 64 bit fails
|
D | 6.3.2 | 24 OSMesa (off-screen) implements OpenGL 1.5
|
D | 6.3.1 | 36 OSMesa (off-screen) implements OpenGL 1.5
|
/third_party/mesa3d/.gitlab-ci/build/ |
D | gitlab-ci.yml | 171 -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/ |
D | meson_options.txt | 415 'osmesa', boolean 418 description : 'Build OSmesa.' 421 'osmesa-bits', 425 description : 'DEPRECATED: Number of channel bits for OSMesa.'
|
/third_party/mesa3d/src/gallium/ |
D | meson.build | 190 subdir('frontends/osmesa') 191 subdir('targets/osmesa')
|
/third_party/mesa3d/include/HaikuGL/ |
D | README | 16 * headers/os/opengl/GL/osmesa.h (needed?)
|
1234