| /xsrc/external/mit/xdm/dist/config/ |
| H A D | Xsetup_0 | 2 xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.4.rst | 40 - fixed bug when bilinear sampling 2d textures with borders 42 - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242) 43 - fixed a few problems with proxy color tables (bug 4270) 44 - fixed precision problem in Z clearing (bug 4395) 46 - fixed potential segfault caused by reading pixels outside of 49 - fixed memory corruption bug involving software alpha buffers 54 - fixed a number of point size attenuation/fade bugs 55 - fixed glFogCoord bug 4729 57 - fixed broken fragment program KIL and SWZ instructions
|
| H A D | 6.4.1.rst | 25 - fixed occasional segfault upon vertex/fragment parsing error 30 - fixed problem with float->ushort conversion in glClear (bug 4992) 33 - fixed occasional triangle color interpolation problem on VMS 35 - fixed BSD X server compilation problem by including stdint.h
|
| H A D | 6.5.rst | 61 - fixed glxcontextmodes.c datatype problem (bug 5835) 62 - fixed aix-gcc build/install bugs (bug 5874) 63 - fixed some bugs in texture env program generation 66 - fixed FreeBSD config (Pedro Giffuni) 67 - fixed some minor framebuffer object bugs 69 - fixed a number of thread safety bugs/regressions 70 - fixed a number of GLU tesselator bugs (John Shell, bug 6339)
|
| H A D | 6.5.1.rst | 51 - fixed broken texture border handling for depth textures (bug 6498) 54 - fixed a few render-to-texture bugs, including render to depth texture 60 - fixed assorted bugs in texture compression paths 61 - fixed indirect rendering vertex array crashes (bug 6863) 63 - fixed convolution memory leak (bug 7077) 68 - fixed R128 driver locking bug (Martijn van Oosterhout) 71 - fixed parser bug for scalar sources for GL_NV_fragment_program 74 - fixed potential dangling pointer bug in glBindProgram() 75 - fixed some memory leaks (and potential crashes) in Xlib driver 76 - fixed [all...] |
| H A D | 6.4.2.rst | 37 - fixed some problems when building on Windows 40 - fixed TNL initialization bug which could lead to crash (bug 5791)
|
| H A D | 7.8.3.rst | 61 - A bug was fixed which could cause Mesa to ignore the 63 - A bug related to specular highlights on backfaces was fixed. 71 - r300c: a bug affecting unaligned BOs was fixed.
|
| H A D | 6.5.2.rst | 45 - Added (or fixed) support for 60 - fixed invalid memory read while rendering textured points (bug 8320) 61 - fixed problems with freebsd-dri configuration (bug 8344)
|
| H A D | 10.2.1.rst | 33 is fixed.
|
| H A D | 10.1.rst | 48 extension enabled the use of texture array with fixed-function and
|
| /xsrc/external/ofl/font-liberation-ttf/dist/ |
| H A D | Makefile | 60 mv src/LiberationMono-Regular-fixed.ttf src/LiberationMono-Regular.ttf 61 mv src/LiberationMono-Italic-fixed.ttf src/LiberationMono-Italic.ttf 62 mv src/LiberationMono-Bold-fixed.ttf src/LiberationMono-Bold.ttf 63 mv src/LiberationMono-BoldItalic-fixed.ttf src/LiberationMono-BoldItalic.ttf 106 mv export/LiberationMono-Regular-fixed.ttf export/LiberationMono-Regular.ttf 107 mv export/LiberationMono-Italic-fixed.ttf export/LiberationMono-Italic.ttf 108 mv export/LiberationMono-Bold-fixed.ttf export/LiberationMono-Bold.ttf 109 mv export/LiberationMono-BoldItalic-fixed.ttf export/LiberationMono-BoldItalic.ttf
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | bugs.rst | 9 - Check if a new version of Mesa is available which might have fixed 23 The easier a bug is to reproduce, the sooner it will be fixed. Please do 26 not be fixed very quickly.
|
| H A D | application-issues.rst | 28 copies the string into a fixed-size buffer it can overflow the buffer
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | io.h | 76 unsigned int fixed : 1; /* if set, don't try to reallocate string */ member in struct:_LispString
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_type.h | 81 * normalized values, or fixed point. 85 * Floating-point. Cannot be used with fixed. Integer numbers are 94 unsigned fixed:1; member in struct:lp_type 111 * For floating and fixed point formats it means the values should be 119 * For fixed point values, the fixed point is assumed to be at half the 188 type->fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED; 321 res_type.fixed = TRUE; 335 res_type.fixed = TRUE;
|
| H A D | lp_bld_const.c | 84 else if(type.fixed) 96 if(type.floating || type.fixed) 109 * else for the fixed points types and normalized integers. 154 if(type.fixed) 189 if(type.fixed) 263 else if(type.fixed)
|
| H A D | lp_bld_conv.c | 454 src_type.fixed == dst_type->fixed && 463 src_type.fixed == 0 && 466 dst_type->fixed == 0 && 570 src_type.fixed == 0 && 573 dst_type.fixed == 0 && 681 src_type.fixed == 0 && 684 dst_type.fixed == 0 && 826 if(!dst_type.fixed && !dst_type.sign && dst_type.norm) { 851 if (dst_type.sign && dst_type.norm && !dst_type.fixed) { [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_type.h | 81 * normalized values, or fixed point. 85 * Floating-point. Cannot be used with fixed. Integer numbers are 94 unsigned fixed:1; member in struct:lp_type 111 * For floating and fixed point formats it means the values should be 119 * For fixed point values, the fixed point is assumed to be at half the 188 type->fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED; 321 res_type.fixed = TRUE; 335 res_type.fixed = TRUE;
|
| H A D | lp_bld_const.c | 84 else if(type.fixed) 96 if(type.floating || type.fixed) 109 * else for the fixed points types and normalized integers. 154 if(type.fixed) 189 if(type.fixed) 263 else if(type.fixed)
|
| H A D | lp_bld_conv.c | 482 src_type.fixed == dst_type->fixed && 491 src_type.fixed == 0 && 494 dst_type->fixed == 0 && 598 src_type.fixed == 0 && 601 dst_type.fixed == 0 && 711 src_type.fixed == 0 && 714 dst_type.fixed == 0 && 856 if(!dst_type.fixed && !dst_type.sign && dst_type.norm) { 881 if (dst_type.sign && dst_type.norm && !dst_type.fixed) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_main.c | 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", 52 type.floating ? "f" : (type.fixed ? "h" : "i"), 204 if (type.fixed) 211 if (!type.fixed && !type.sign && type.width == 32) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_main.c | 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", 52 type.floating ? "f" : (type.fixed ? "h" : "i"), 204 if (type.fixed) 211 if (!type.fixed && !type.sign && type.width == 32) {
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | Makefile.sgi | 147 9_BY_15 = -misc-fixed-medium-r-normal--15-140-75-75-C-90-iso8859-1 148 8_BY_13 = -misc-fixed-medium-r-normal--13-120-75-75-C-80-iso8859-1 165 JIS = -jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-0
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_knobs.cpp | 94 str << std::showbase << std::setprecision(1) << std::fixed;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | glX_server_table.py | 310 fixed = func[3] 319 print ' /* [%3u] = %5u */ {%3u, %s},' % (index, opcode, fixed, var_offset)
|