/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_blit.c | 83 static inline void emit_vtx_state(struct r200_context *r200) in emit_vtx_state() argument 85 BATCH_LOCALS(&r200->radeon); in emit_vtx_state() 88 if (r200->radeon.radeonScreen->chip_flags & RADEON_CHIPSET_TCL) { in emit_vtx_state() 108 static void inline emit_tx_setup(struct r200_context *r200, argument 118 BATCH_LOCALS(&r200->radeon); 300 static inline void emit_cb_setup(struct r200_context *r200, argument 310 BATCH_LOCALS(&r200->radeon); 367 static GLboolean validate_buffers(struct r200_context *r200, argument 373 radeon_cs_space_reset_bos(r200->radeon.cmdbuf.cs); 375 ret = radeon_cs_space_check_with_bo(r200->radeon.cmdbuf.cs, [all …]
|
D | r200_state_init.c | 327 r200ContextPtr r200 = R200_CONTEXT(ctx); in check_rrb() local 329 rrb = radeon_get_colorbuffer(&r200->radeon); in check_rrb() 338 r200ContextPtr r200 = R200_CONTEXT(ctx); in check_polygon_stipple() local 339 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE) in check_polygon_stipple() 346 r200ContextPtr r200 = R200_CONTEXT(ctx); in mtl_emit() local 347 BATCH_LOCALS(&r200->radeon); in mtl_emit() 358 r200ContextPtr r200 = R200_CONTEXT(ctx); in lit_emit() local 359 BATCH_LOCALS(&r200->radeon); in lit_emit() 370 r200ContextPtr r200 = R200_CONTEXT(ctx); in ptp_emit() local 371 BATCH_LOCALS(&r200->radeon); in ptp_emit() [all …]
|
D | r200_blit.h | 31 void r200_blit_init(struct r200_context *r200);
|
D | r200_state.c | 1579 r200ContextPtr r200 = R200_CONTEXT(ctx); in r200_vtbl_update_scissor() local 1583 R200_SET_STATE(r200, set, SET_RE_CNTL, R200_SCISSOR_ENABLE | r200->hw.set.cmd[SET_RE_CNTL]); in r200_vtbl_update_scissor() 1585 if (r200->radeon.state.scissor.enabled) { in r200_vtbl_update_scissor() 1586 x1 = r200->radeon.state.scissor.rect.x1; in r200_vtbl_update_scissor() 1587 y1 = r200->radeon.state.scissor.rect.y1; in r200_vtbl_update_scissor() 1588 x2 = r200->radeon.state.scissor.rect.x2; in r200_vtbl_update_scissor() 1589 y2 = r200->radeon.state.scissor.rect.y2; in r200_vtbl_update_scissor() 1591 rrb = radeon_get_colorbuffer(&r200->radeon); in r200_vtbl_update_scissor() 1598 R200_SET_STATE(r200, sci, SCI_XY_1, x1 | (y1 << 16)); in r200_vtbl_update_scissor() 1599 R200_SET_STATE(r200, sci, SCI_XY_2, x2 | (y2 << 16)); in r200_vtbl_update_scissor() [all …]
|
D | Doxyfile | 6 PROJECT_NAME = r200 60 INPUT = /home/temp/Mesa/src/drv/r200
|
D | meson.build | 80 'r200',
|
/external/mesa3d/docs/relnotes/ |
D | 7.6.rst | 48 - Rewritten radeon/r200/r300 driver using a buffer manager 49 - radeon/r200/r300 GL_EXT_framebuffer_object support when used with 51 - radeon/r200/r300 support for GL_ARB_occlusion_query
|
D | 10.1.rst | 35 - GL_EXT_framebuffer_blit on r200 and radeon.
|
D | 9.0.2.rst | 52 r200: Culling is broken when rendering to an FBO 258 - r200: fix broken tcl lighting 259 - radeon/r200: Fix tcl culling
|
D | 10.2.6.rst | 92 - radeon,r200: fix buffer validation after CS flush
|
D | 11.0.6.rst | 114 - r200: fix bgrx8/xrgb8 blits
|
D | 9.0.3.rst | 86 - r200: Fix probable thinko in r200EmitArrays 221 - r200: Initialize swrast before setting limits
|
D | 10.0.4.rst | 64 - r200: move driContextSetFlags(ctx) call after ctx var is initialized
|
D | 7.9.1.rst | 208 - r200: revalidate after radeon_update_renderbuffers 364 - r200: fix r200 large points
|
D | 10.0.3.rst | 119 - radeon / r200: Pass the API into \_mesa_initialize_context
|
D | 17.1.2.rst | 92 - r100,r200: Don't assume glVisual is non-NULL during context creation
|
D | 13.0.5.rst | 91 - radeon, r200: automake: include builddir prior to srcdir
|
D | 9.2.rst | 35 - GL_ARB_texture_storage on radeon, r200, and nouveau
|
D | 8.0.3.rst | 96 - r200: fix fog coordinate emit
|
D | 7.10.3.rst | 59 r200 mesa-7.10 font distortion
|
D | 11.0.0.rst | 78 r200 (& possibly radeon) DRI fixes for gnome shell on Mesa 8.0.3
|
/external/python/httplib2/tests/ |
D | test_http.py | 602 r200 = tests.http_response_bytes( 609 with tests.server_list_http([r307, r200, r307]) as uri: 630 r200 = tests.http_response_bytes(status=200, body=b"final content\n") 632 with tests.server_list_http([r307, r200, r307, r200]) as uri:
|
/external/mesa3d/src/mesa/drivers/dri/ |
D | meson.build | 46 subdir('r200') subdir
|
/external/mesa3d/docs/ |
D | sourcetree.rst | 69 - **r200** - driver for ATI R200
|
/external/mesa3d/ |
D | meson_options.txt | 48 choices : ['auto', 'i915', 'i965', 'r100', 'r200', 'nouveau', 'swrast'],
|