/external/mesa3d/src/gallium/targets/vdpau-r300/ |
Makefile | 9 $(TOP)/src/gallium/drivers/r300/libr300.a \
|
/external/chromium_org/third_party/mesa/src/include/pci_ids/ |
r300_pci_ids.h | 1 CHIPSET(0x4144, R300_AD, R300) 2 CHIPSET(0x4145, R300_AE, R300) 3 CHIPSET(0x4146, R300_AF, R300) 4 CHIPSET(0x4147, R300_AG, R300) 5 CHIPSET(0x4E44, R300_ND, R300) 6 CHIPSET(0x4E45, R300_NE, R300) 7 CHIPSET(0x4E46, R300_NF, R300) 8 CHIPSET(0x4E47, R300_NG, R300)
|
pci_id_driver_map.h | 72 { 0x1002, "r300", r300_chip_ids, ARRAY_SIZE(r300_chip_ids) },
|
/external/mesa3d/include/pci_ids/ |
r300_pci_ids.h | 1 CHIPSET(0x4144, R300_AD, R300) 2 CHIPSET(0x4145, R300_AE, R300) 3 CHIPSET(0x4146, R300_AF, R300) 4 CHIPSET(0x4147, R300_AG, R300) 5 CHIPSET(0x4E44, R300_ND, R300) 6 CHIPSET(0x4E45, R300_NE, R300) 7 CHIPSET(0x4E46, R300_NF, R300) 8 CHIPSET(0x4E47, R300_NG, R300)
|
pci_id_driver_map.h | 72 { 0x1002, "r300", r300_chip_ids, ARRAY_SIZE(r300_chip_ids) },
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.0.html | 44 <li>Fixed an R300 driver bug that caused Xorg composite manager to crash 45 <li>Fixed R300 vertex program/matrix bug (10848) 60 <li>R300 driver clean-ups.
|
relnotes-7.5.html | 64 <li>nouveau (for NVIDIA GPUs) and R300 for (AMD/ATI R300).
|
relnotes-7.9.1.html | 129 <li>gallium/egl: fix r300 vs r600 loading</li> 325 <li>r300/compiler: fix rc_rewrite_depth_out for it to work with any instruction</li> 331 <li>r300/compiler: fix swizzle lowering with a presubtract source operand</li> 336 <li>r300/compiler: disable the rename_regs pass for loops</li> 383 <li>r300/compiler: Make sure presubtract sources use supported swizzles</li> 384 <li>r300/compiler: Fix register allocator's handling of loops</li> 385 <li>r300/compiler: Fix instruction scheduling within IF blocks</li> 386 <li>r300/compiler: Use zero as the register index for unused sources</li> 387 <li>r300/compiler: Ignore alpha dest register when replicating the result</li> 388 <li>r300/compiler: Use correct swizzles for all presubtract sources</li [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/ |
egl_pipe.c | 38 /* for r300 */ 40 #include "r300/r300_public.h" 189 else if (strcmp(name, "r300") == 0)
|
/external/mesa3d/docs/ |
relnotes-7.0.html | 44 <li>Fixed an R300 driver bug that caused Xorg composite manager to crash 45 <li>Fixed R300 vertex program/matrix bug (10848) 60 <li>R300 driver clean-ups.
|
relnotes-7.5.html | 64 <li>nouveau (for NVIDIA GPUs) and R300 for (AMD/ATI R300).
|
relnotes-7.9.1.html | 129 <li>gallium/egl: fix r300 vs r600 loading</li> 325 <li>r300/compiler: fix rc_rewrite_depth_out for it to work with any instruction</li> 331 <li>r300/compiler: fix swizzle lowering with a presubtract source operand</li> 336 <li>r300/compiler: disable the rename_regs pass for loops</li> 383 <li>r300/compiler: Make sure presubtract sources use supported swizzles</li> 384 <li>r300/compiler: Fix register allocator's handling of loops</li> 385 <li>r300/compiler: Fix instruction scheduling within IF blocks</li> 386 <li>r300/compiler: Use zero as the register index for unused sources</li> 387 <li>r300/compiler: Ignore alpha dest register when replicating the result</li> 388 <li>r300/compiler: Use correct swizzles for all presubtract sources</li [all...] |
/external/mesa3d/src/gallium/targets/egl-static/ |
egl_pipe.c | 38 /* for r300 */ 40 #include "r300/r300_public.h" 189 else if (strcmp(name, "r300") == 0)
|
/external/chromium_org/third_party/mesa/src/src/gallium/ |
SConscript | 34 'drivers/r300/SConscript', 157 'targets/dri-r300/SConscript',
|
/external/mesa3d/src/gallium/ |
SConscript | 34 'drivers/r300/SConscript', 157 'targets/dri-r300/SConscript',
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_code.h | 198 * Stores an R300 fragment program in its compiled-to-hardware form. 250 struct r300_fragment_program_code r300; member in union:rX00_fragment_program_code::__anon14599 266 /* This is the max for all chipsets (r300-r500) */ 294 uint32_t r300[R300_VS_MAX_FC_OPS]; member in union:r300_vertex_program_code::__anon14601
|
r3xx_vertprog_dump.c | 30 /* R300 vector ops */ 67 /* R300 math ops */ 213 fprintf(stderr,": 0x%08x\n", vs->fc_op_addrs.r300[i]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/ |
Makefile | 48 # r300 pipe driver 51 $(TOP)/src/gallium/drivers/r300/libr300.a 101 ifneq ($(findstring r300,$(GALLIUM_DRIVERS_DIRS)),) 102 _PIPE_TARGETS_CC += $(PIPE_PREFIX)r300.so
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_code.h | 198 * Stores an R300 fragment program in its compiled-to-hardware form. 250 struct r300_fragment_program_code r300; member in union:rX00_fragment_program_code::__anon24964 266 /* This is the max for all chipsets (r300-r500) */ 294 uint32_t r300[R300_VS_MAX_FC_OPS]; member in union:r300_vertex_program_code::__anon24966
|
r3xx_vertprog_dump.c | 30 /* R300 vector ops */ 67 /* R300 math ops */ 213 fprintf(stderr,": 0x%08x\n", vs->fc_op_addrs.r300[i]);
|
/external/mesa3d/src/gallium/targets/pipe-loader/ |
Makefile | 48 # r300 pipe driver 51 $(TOP)/src/gallium/drivers/r300/libr300.a 101 ifneq ($(findstring r300,$(GALLIUM_DRIVERS_DIRS)),) 102 _PIPE_TARGETS_CC += $(PIPE_PREFIX)r300.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_screen_buffer.h | 39 void r300_upload_index_buffer(struct r300_context *r300,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.h | 37 R300,
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen_buffer.h | 39 void r300_upload_index_buffer(struct r300_context *r300,
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.h | 37 R300,
|