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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dp_tessellator.cpp30 #include "tessellator.hpp"
36 /// Wrapper class for the CHWTessellator reference tessellator from MSFT
127 /* allocate tessellator */
138 pipe_ts* tessellator = new (mem) pipe_ts(); local in function:p_tess_init
140 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode);
142 return (struct pipe_tessellator *)tessellator;
145 /* destroy tessellator */
149 pipe_ts *tessellator = (pipe_ts*)pipe_tess; local in function:p_tess_destroy
151 tessellator->~pipe_ts();
152 align_free(tessellator);
161 pipe_ts *tessellator = (pipe_ts*)pipe_tess; local in function:p_tessellate
[all...]
/xsrc/external/mit/MesaLib/dist/docs/
H A Dthanks.rst25 - **Bogdan Sikorski** wrote the GLU NURBS and polygon tessellator in
H A Dsourcetree.rst155 - **tessellator**- used by software drivers to implement
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A DMakefile.sources130 rasterizer/core/tessellator.h \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.5.rst162 - gallium/tessellator: Fix warning suppression
H A D20.1.0.rst204 - tessellator.cpp:78:7: error: 'fmin' is missing exception
1350 - gallium/auxiliary: add the microsoft tessellator and a pipe wrapper.
1361 - gallivm/tessellator: use private functions for min/max to avoid
H A D21.1.0.rst649 - gallium/tessellator: Remove XBOX 360 code
650 - gallium/tessellator: Remove unused includes
651 - gallium/tessellator: Rename D3D11 defines
2569 - gallium/tessellator: Fix warning suppression
H A D20.0.0.rst1546 - swr/rasterizer: Add tessellator implementation to the rasterizer
H A D21.0.0.rst1669 - gallium/tessellator: Fix warning suppression
H A D21.2.0.rst4998 - gallium/tessellator: Fix uninitialized variable warnings.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst3674 If set to a non-zero value, this turns on point mode for the tessellator,
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst3752 If set to a non-zero value, this turns on point mode for the tessellator,

Completed in 63 milliseconds