/third_party/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 | 1580 r200ContextPtr r200 = R200_CONTEXT(ctx); in r200_vtbl_update_scissor() local 1584 R200_SET_STATE(r200, set, SET_RE_CNTL, R200_SCISSOR_ENABLE | r200->hw.set.cmd[SET_RE_CNTL]); in r200_vtbl_update_scissor() 1586 if (r200->radeon.state.scissor.enabled) { in r200_vtbl_update_scissor() 1587 x1 = r200->radeon.state.scissor.rect.x1; in r200_vtbl_update_scissor() 1588 y1 = r200->radeon.state.scissor.rect.y1; in r200_vtbl_update_scissor() 1589 x2 = r200->radeon.state.scissor.rect.x2; in r200_vtbl_update_scissor() 1590 y2 = r200->radeon.state.scissor.rect.y2; in r200_vtbl_update_scissor() 1592 rrb = radeon_get_colorbuffer(&r200->radeon); in r200_vtbl_update_scissor() 1599 R200_SET_STATE(r200, sci, SCI_XY_1, x1 | (y1 << 16)); in r200_vtbl_update_scissor() 1600 R200_SET_STATE(r200, sci, SCI_XY_2, x2 | (y2 << 16)); in r200_vtbl_update_scissor() [all …]
|
D | meson.build | 80 'r200',
|
/third_party/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 | 7.9.1.rst | 208 - r200: revalidate after radeon_update_renderbuffers 364 - r200: fix r200 large points
|
D | 10.0.4.rst | 64 - r200: move driContextSetFlags(ctx) call after ctx var is initialized
|
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
|
D | 7.9.2.rst | 195 - radeon/r200: fix fbo-clearmipmap + gen-teximage
|
/third_party/mesa3d/src/mesa/drivers/dri/ |
D | meson.build | 42 subdir('r200') subdir
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 5548 ../src/mesa/drivers/dri/r200/meson.build 5549 ../src/mesa/drivers/dri/r200/r200_blit.c 5550 ../src/mesa/drivers/dri/r200/r200_blit.h 5551 ../src/mesa/drivers/dri/r200/r200_cmdbuf.c 5552 ../src/mesa/drivers/dri/r200/r200_context.c 5553 ../src/mesa/drivers/dri/r200/r200_context.h 5554 ../src/mesa/drivers/dri/r200/r200_fragshader.c 5555 ../src/mesa/drivers/dri/r200/r200_ioctl.c 5556 ../src/mesa/drivers/dri/r200/r200_ioctl.h 5557 ../src/mesa/drivers/dri/r200/r200_maos.c [all …]
|
/third_party/mesa3d/docs/ |
D | sourcetree.rst | 69 - **r200** - driver for ATI R200
|
/third_party/mesa3d/ |
D | meson_options.txt | 58 choices : ['auto', 'i915', 'i965', 'r100', 'r200', 'nouveau'],
|