Home
last modified time | relevance | path

Searched refs:r200 (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c83 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 …]
Dr200_state_init.c327 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 …]
Dr200_blit.h31 void r200_blit_init(struct r200_context *r200);
Dr200_state.c1579 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 …]
DDoxyfile6 PROJECT_NAME = r200
60 INPUT = /home/temp/Mesa/src/drv/r200
Dmeson.build80 'r200',
/external/mesa3d/docs/relnotes/
D7.6.rst48 - 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
D10.1.rst35 - GL_EXT_framebuffer_blit on r200 and radeon.
D9.0.2.rst52 r200: Culling is broken when rendering to an FBO
258 - r200: fix broken tcl lighting
259 - radeon/r200: Fix tcl culling
D10.2.6.rst92 - radeon,r200: fix buffer validation after CS flush
D11.0.6.rst114 - r200: fix bgrx8/xrgb8 blits
D9.0.3.rst86 - r200: Fix probable thinko in r200EmitArrays
221 - r200: Initialize swrast before setting limits
D10.0.4.rst64 - r200: move driContextSetFlags(ctx) call after ctx var is initialized
D7.9.1.rst208 - r200: revalidate after radeon_update_renderbuffers
364 - r200: fix r200 large points
D10.0.3.rst119 - radeon / r200: Pass the API into \_mesa_initialize_context
D17.1.2.rst92 - r100,r200: Don't assume glVisual is non-NULL during context creation
D13.0.5.rst91 - radeon, r200: automake: include builddir prior to srcdir
D9.2.rst35 - GL_ARB_texture_storage on radeon, r200, and nouveau
D8.0.3.rst96 - r200: fix fog coordinate emit
D7.10.3.rst59 r200 mesa-7.10 font distortion
D11.0.0.rst78 r200 (& possibly radeon) DRI fixes for gnome shell on Mesa 8.0.3
/external/python/httplib2/tests/
Dtest_http.py602 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/
Dmeson.build46 subdir('r200') subdir
/external/mesa3d/docs/
Dsourcetree.rst69 - **r200** - driver for ATI R200
/external/mesa3d/
Dmeson_options.txt48 choices : ['auto', 'i915', 'i965', 'r100', 'r200', 'nouveau', 'swrast'],

12