Searched refs:graw (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c9 #include "state_tracker/graw.h"
20 } graw; variable in typeref:struct:__anon33d560b80108
32 winsys = xlib_create_sw_winsys( graw.display );
62 graw.display = XOpenDisplay(NULL);
63 if (graw.display == NULL)
66 scrnum = DefaultScreen( graw.display );
67 root = RootWindow( graw.display, scrnum );
70 if (graw.display == NULL)
79 templat.screen = DefaultScreen(graw.display);
83 visinfo = XGetVisualInfo(graw
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c9 #include "frontend/graw.h"
20 } graw; variable in typeref:struct:__anond8be4aeb0108
32 winsys = xlib_create_sw_winsys( graw.display );
62 graw.display = XOpenDisplay(NULL);
63 if (graw.display == NULL)
66 scrnum = DefaultScreen( graw.display );
67 root = RootWindow( graw.display, scrnum );
70 if (graw.display == NULL)
79 templat.screen = DefaultScreen(graw.display);
83 visinfo = XGetVisualInfo(graw
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c31 #include "state_tracker/graw.h"
57 } graw; variable in typeref:struct:__anond3bdf1e20108
90 wc.lpszClassName = "graw-gdi";
136 graw.draw = draw;
153 if (graw.draw) {
154 graw.draw();
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c31 #include "frontend/graw.h"
57 } graw; variable in typeref:struct:__anon60f0b3550108
90 wc.lpszClassName = TEXT("graw-gdi");
136 graw.draw = draw;
153 if (graw.draw) {
154 graw.draw();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.6.rst49 - targets/graw-xlib: Add missing dep_x11
H A D7.10.rst1654 - graw: Tidy graw xlib scons file a bit
1662 - graw: Use inline sw helper instead of roll your own loader
1665 - graw: Use inline debug helper instead of non-inline version
1933 - graw: add frag-face shader
2385 - graw/gdi: Initial commit.
2386 - scons: Hook-up graw-gdi target.
2387 - graw/gdi: Fix window dimensions.
2389 - graw: Export graw_save_surface_to_file().
2767 - graw
[all...]
H A D19.3.0.rst1001 - meson: build graw-gdi target
1014 - meson: Set visibility and compat args for graw
1016 - meson: disable graw tests on mingw
2761 - Meson: Remove lib prefix from graw and osmesa when building with
H A D20.0.0.rst825 - gallium/scons: fix graw-xlib build on OSX.
2720 - Meson: Remove lib prefix from graw and osmesa when building with
H A D21.3.0.rst250 - targets/graw-xlib: Add missing dep_x11
H A D20.2.0.rst2129 - graw/gdi: do not depend on UNICODE macro
H A D21.2.0.rst1008 - targets/graw-xlib: Add missing dep_x11
/xsrc/external/mit/MesaLib/dist/docs/
H A Dsourcetree.rst198 - **graw** - raw Gallium interface without a frontend

Completed in 36 milliseconds