r300: half float support
[mesa.git] / src / mesa / drivers / dri / r300 / r300_context.c
1 /*
2 Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
3
4 The Weather Channel (TM) funded Tungsten Graphics to develop the
5 initial release of the Radeon 8500 driver under the XFree86 license.
6 This notice must be preserved.
7
8 Permission is hereby granted, free of charge, to any person obtaining
9 a copy of this software and associated documentation files (the
10 "Software"), to deal in the Software without restriction, including
11 without limitation the rights to use, copy, modify, merge, publish,
12 distribute, sublicense, and/or sell copies of the Software, and to
13 permit persons to whom the Software is furnished to do so, subject to
14 the following conditions:
15
16 The above copyright notice and this permission notice (including the
17 next paragraph) shall be included in all copies or substantial
18 portions of the Software.
19
20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23 IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
24 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27
28 **************************************************************************/
29
30 /**
31 * \file
32 *
33 * \author Keith Whitwell <keith@tungstengraphics.com>
34 *
35 * \author Nicolai Haehnle <prefect_@gmx.net>
36 */
37
38 #include "main/glheader.h"
39 #include "main/api_arrayelt.h"
40 #include "main/context.h"
41 #include "main/simple_list.h"
42 #include "main/imports.h"
43 #include "main/matrix.h"
44 #include "main/extensions.h"
45 #include "main/state.h"
46 #include "main/bufferobj.h"
47 #include "main/texobj.h"
48
49 #include "swrast/swrast.h"
50 #include "swrast_setup/swrast_setup.h"
51 #include "vbo/vbo.h"
52
53 #include "tnl/tnl.h"
54 #include "tnl/t_pipeline.h"
55 #include "tnl/t_vp_build.h"
56
57 #include "drivers/common/driverfuncs.h"
58 #include "drivers/common/meta.h"
59
60 #include "r300_context.h"
61 #include "radeon_context.h"
62 #include "radeon_span.h"
63 #include "r300_blit.h"
64 #include "r300_cmdbuf.h"
65 #include "r300_state.h"
66 #include "r300_tex.h"
67 #include "r300_emit.h"
68 #include "r300_swtcl.h"
69 #include "radeon_bocs_wrapper.h"
70 #include "radeon_buffer_objects.h"
71 #include "radeon_queryobj.h"
72
73 #include "vblank.h"
74 #include "utils.h"
75 #include "xmlpool.h" /* for symbolic values of enum-type options */
76
77 #define need_GL_VERSION_2_0
78 #define need_GL_ARB_occlusion_query
79 #define need_GL_ARB_point_parameters
80 #define need_GL_ARB_vertex_program
81 #define need_GL_EXT_blend_equation_separate
82 #define need_GL_EXT_blend_func_separate
83 #define need_GL_EXT_blend_minmax
84 #define need_GL_EXT_framebuffer_blit
85 #define need_GL_EXT_framebuffer_object
86 #define need_GL_EXT_fog_coord
87 #define need_GL_EXT_gpu_program_parameters
88 #define need_GL_EXT_provoking_vertex
89 #define need_GL_EXT_secondary_color
90 #define need_GL_EXT_stencil_two_side
91 #define need_GL_ATI_separate_stencil
92 #define need_GL_NV_vertex_program
93
94 #include "main/remap_helper.h"
95
96 static const struct dri_extension card_extensions[] = {
97 /* *INDENT-OFF* */
98 {"GL_ARB_depth_texture", NULL},
99 {"GL_ARB_fragment_program", NULL},
100 {"GL_ARB_half_float_vertex", NULL},
101 {"GL_ARB_occlusion_query", GL_ARB_occlusion_query_functions},
102 {"GL_ARB_multitexture", NULL},
103 {"GL_ARB_point_parameters", GL_ARB_point_parameters_functions},
104 {"GL_ARB_shadow", NULL},
105 {"GL_ARB_shadow_ambient", NULL},
106 {"GL_ARB_texture_border_clamp", NULL},
107 {"GL_ARB_texture_cube_map", NULL},
108 {"GL_ARB_texture_env_add", NULL},
109 {"GL_ARB_texture_env_combine", NULL},
110 {"GL_ARB_texture_env_crossbar", NULL},
111 {"GL_ARB_texture_env_dot3", NULL},
112 {"GL_ARB_texture_mirrored_repeat", NULL},
113 {"GL_ARB_vertex_program", GL_ARB_vertex_program_functions},
114 {"GL_EXT_blend_equation_separate", GL_EXT_blend_equation_separate_functions},
115 {"GL_EXT_blend_func_separate", GL_EXT_blend_func_separate_functions},
116 {"GL_EXT_blend_minmax", GL_EXT_blend_minmax_functions},
117 {"GL_EXT_blend_subtract", NULL},
118 {"GL_EXT_packed_depth_stencil", NULL},
119 {"GL_EXT_fog_coord", GL_EXT_fog_coord_functions },
120 {"GL_EXT_gpu_program_parameters", GL_EXT_gpu_program_parameters_functions},
121 {"GL_EXT_provoking_vertex", GL_EXT_provoking_vertex_functions },
122 {"GL_EXT_secondary_color", GL_EXT_secondary_color_functions},
123 {"GL_EXT_shadow_funcs", NULL},
124 {"GL_EXT_stencil_two_side", GL_EXT_stencil_two_side_functions},
125 {"GL_EXT_stencil_wrap", NULL},
126 {"GL_EXT_texture_edge_clamp", NULL},
127 {"GL_EXT_texture_env_combine", NULL},
128 {"GL_EXT_texture_env_dot3", NULL},
129 {"GL_EXT_texture_filter_anisotropic", NULL},
130 {"GL_EXT_texture_lod_bias", NULL},
131 {"GL_EXT_texture_mirror_clamp", NULL},
132 {"GL_EXT_texture_rectangle", NULL},
133 {"GL_EXT_texture_sRGB", NULL},
134 {"GL_EXT_vertex_array_bgra", NULL},
135 {"GL_ATI_separate_stencil", GL_ATI_separate_stencil_functions},
136 {"GL_ATI_texture_env_combine3", NULL},
137 {"GL_ATI_texture_mirror_once", NULL},
138 {"GL_MESA_pack_invert", NULL},
139 {"GL_MESA_ycbcr_texture", NULL},
140 {"GL_MESAX_texture_float", NULL},
141 {"GL_NV_blend_square", NULL},
142 {"GL_NV_vertex_program", GL_NV_vertex_program_functions},
143 {"GL_SGIS_generate_mipmap", NULL},
144 {NULL, NULL}
145 /* *INDENT-ON* */
146 };
147
148
149 static const struct dri_extension mm_extensions[] = {
150 { "GL_EXT_framebuffer_blit", GL_EXT_framebuffer_blit_functions },
151 { "GL_EXT_framebuffer_object", GL_EXT_framebuffer_object_functions },
152 { NULL, NULL }
153 };
154
155 /**
156 * The GL 2.0 functions are needed to make display lists work with
157 * functions added by GL_ATI_separate_stencil.
158 */
159 static const struct dri_extension gl_20_extension[] = {
160 {"GL_VERSION_2_0", GL_VERSION_2_0_functions },
161 };
162
163 static const struct tnl_pipeline_stage *r300_pipeline[] = {
164 /* Catch any t&l fallbacks
165 */
166 &_tnl_vertex_transform_stage,
167 &_tnl_normal_transform_stage,
168 &_tnl_lighting_stage,
169 &_tnl_fog_coordinate_stage,
170 &_tnl_texgen_stage,
171 &_tnl_texture_transform_stage,
172 &_tnl_point_attenuation_stage,
173 &_tnl_vertex_program_stage,
174 &_tnl_render_stage,
175 0,
176 };
177
178 static void r300_get_lock(radeonContextPtr rmesa)
179 {
180 drm_radeon_sarea_t *sarea = rmesa->sarea;
181
182 if (sarea->ctx_owner != rmesa->dri.hwContext) {
183 sarea->ctx_owner = rmesa->dri.hwContext;
184 if (!rmesa->radeonScreen->kernel_mm)
185 radeon_bo_legacy_texture_age(rmesa->radeonScreen->bom);
186 }
187 }
188
189 static void r300_vtbl_emit_cs_header(struct radeon_cs *cs, radeonContextPtr rmesa)
190 {
191 /* please flush pipe do all pending work */
192 radeon_cs_write_dword(cs, cmdpacket0(rmesa->radeonScreen,
193 R300_SC_SCREENDOOR, 1));
194 radeon_cs_write_dword(cs, 0x0);
195 radeon_cs_write_dword(cs, cmdpacket0(rmesa->radeonScreen,
196 R300_SC_SCREENDOOR, 1));
197 radeon_cs_write_dword(cs, 0x00FFFFFF);
198 radeon_cs_write_dword(cs, cmdpacket0(rmesa->radeonScreen,
199 R300_SC_HYPERZ, 1));
200 radeon_cs_write_dword(cs, 0x0);
201 radeon_cs_write_dword(cs, cmdpacket0(rmesa->radeonScreen,
202 R300_US_CONFIG, 1));
203 radeon_cs_write_dword(cs, 0x0);
204 radeon_cs_write_dword(cs, cmdpacket0(rmesa->radeonScreen,
205 R300_ZB_CNTL, 1));
206 radeon_cs_write_dword(cs, 0x0);
207 radeon_cs_write_dword(cs, cmdwait(rmesa->radeonScreen, R300_WAIT_3D));
208 radeon_cs_write_dword(cs, cmdpacket0(rmesa->radeonScreen,
209 R300_RB3D_DSTCACHE_CTLSTAT, 1));
210 radeon_cs_write_dword(cs, R300_RB3D_DSTCACHE_CTLSTAT_DC_FLUSH_FLUSH_DIRTY_3D);
211 radeon_cs_write_dword(cs, cmdpacket0(rmesa->radeonScreen,
212 R300_ZB_ZCACHE_CTLSTAT, 1));
213 radeon_cs_write_dword(cs, R300_ZB_ZCACHE_CTLSTAT_ZC_FLUSH_FLUSH_AND_FREE);
214 radeon_cs_write_dword(cs, cmdwait(rmesa->radeonScreen,
215 R300_WAIT_3D | R300_WAIT_3D_CLEAN));
216 }
217
218 static void r300_vtbl_pre_emit_atoms(radeonContextPtr radeon)
219 {
220 BATCH_LOCALS(radeon);
221
222 cp_wait(radeon, R300_WAIT_3D | R300_WAIT_3D_CLEAN);
223 BEGIN_BATCH_NO_AUTOSTATE(2);
224 OUT_BATCH_REGVAL(R300_TX_INVALTAGS, R300_TX_FLUSH);
225 END_BATCH();
226 end_3d(radeon);
227 }
228
229 static void r300_fallback(GLcontext *ctx, GLuint bit, GLboolean mode)
230 {
231 r300ContextPtr r300 = R300_CONTEXT(ctx);
232 if (mode)
233 r300->radeon.Fallback |= bit;
234 else
235 r300->radeon.Fallback &= ~bit;
236 }
237
238 static void r300_emit_query_finish(radeonContextPtr radeon)
239 {
240 r300ContextPtr r300 = (r300ContextPtr)radeon;
241 struct radeon_query_object *query = radeon->query.current;
242 BATCH_LOCALS(radeon);
243
244 BEGIN_BATCH_NO_AUTOSTATE(3 * 2 *r300->radeon.radeonScreen->num_gb_pipes + 2);
245 switch (r300->radeon.radeonScreen->num_gb_pipes) {
246 case 4:
247 OUT_BATCH_REGVAL(R300_SU_REG_DEST, R300_RASTER_PIPE_SELECT_3);
248 OUT_BATCH_REGSEQ(R300_ZB_ZPASS_ADDR, 1);
249 OUT_BATCH_RELOC(0, query->bo, query->curr_offset+3*sizeof(uint32_t), 0, RADEON_GEM_DOMAIN_GTT, 0);
250 case 3:
251 OUT_BATCH_REGVAL(R300_SU_REG_DEST, R300_RASTER_PIPE_SELECT_2);
252 OUT_BATCH_REGSEQ(R300_ZB_ZPASS_ADDR, 1);
253 OUT_BATCH_RELOC(0, query->bo, query->curr_offset+2*sizeof(uint32_t), 0, RADEON_GEM_DOMAIN_GTT, 0);
254 case 2:
255 if (r300->radeon.radeonScreen->chip_family <= CHIP_FAMILY_RV380) {
256 OUT_BATCH_REGVAL(R300_SU_REG_DEST, R300_RASTER_PIPE_SELECT_3);
257 } else {
258 OUT_BATCH_REGVAL(R300_SU_REG_DEST, R300_RASTER_PIPE_SELECT_1);
259 }
260 OUT_BATCH_REGSEQ(R300_ZB_ZPASS_ADDR, 1);
261 OUT_BATCH_RELOC(0, query->bo, query->curr_offset+1*sizeof(uint32_t), 0, RADEON_GEM_DOMAIN_GTT, 0);
262 case 1:
263 default:
264 OUT_BATCH_REGVAL(R300_SU_REG_DEST, R300_RASTER_PIPE_SELECT_0);
265 OUT_BATCH_REGSEQ(R300_ZB_ZPASS_ADDR, 1);
266 OUT_BATCH_RELOC(0, query->bo, query->curr_offset, 0, RADEON_GEM_DOMAIN_GTT, 0);
267 break;
268 }
269 OUT_BATCH_REGVAL(R300_SU_REG_DEST, R300_RASTER_PIPE_SELECT_ALL);
270 END_BATCH();
271 query->curr_offset += r300->radeon.radeonScreen->num_gb_pipes * sizeof(uint32_t);
272 assert(query->curr_offset < RADEON_QUERY_PAGE_SIZE);
273 query->emitted_begin = GL_FALSE;
274 }
275
276 static void rv530_emit_query_finish_single_z(radeonContextPtr radeon)
277 {
278 BATCH_LOCALS(radeon);
279 struct radeon_query_object *query = radeon->query.current;
280
281 BEGIN_BATCH_NO_AUTOSTATE(8);
282 OUT_BATCH_REGVAL(RV530_FG_ZBREG_DEST, RV530_FG_ZBREG_DEST_PIPE_SELECT_0);
283 OUT_BATCH_REGSEQ(R300_ZB_ZPASS_ADDR, 1);
284 OUT_BATCH_RELOC(0, query->bo, query->curr_offset, 0, RADEON_GEM_DOMAIN_GTT, 0);
285 OUT_BATCH_REGVAL(RV530_FG_ZBREG_DEST, RV530_FG_ZBREG_DEST_PIPE_SELECT_ALL);
286 END_BATCH();
287
288 query->curr_offset += sizeof(uint32_t);
289 assert(query->curr_offset < RADEON_QUERY_PAGE_SIZE);
290 query->emitted_begin = GL_FALSE;
291 }
292
293 static void rv530_emit_query_finish_double_z(radeonContextPtr radeon)
294 {
295 BATCH_LOCALS(radeon);
296 struct radeon_query_object *query = radeon->query.current;
297
298 BEGIN_BATCH_NO_AUTOSTATE(14);
299 OUT_BATCH_REGVAL(RV530_FG_ZBREG_DEST, RV530_FG_ZBREG_DEST_PIPE_SELECT_0);
300 OUT_BATCH_REGSEQ(R300_ZB_ZPASS_ADDR, 1);
301 OUT_BATCH_RELOC(0, query->bo, query->curr_offset, 0, RADEON_GEM_DOMAIN_GTT, 0);
302 OUT_BATCH_REGVAL(RV530_FG_ZBREG_DEST, RV530_FG_ZBREG_DEST_PIPE_SELECT_1);
303 OUT_BATCH_REGSEQ(R300_ZB_ZPASS_ADDR, 1);
304 OUT_BATCH_RELOC(0, query->bo, query->curr_offset + sizeof(uint32_t), 0, RADEON_GEM_DOMAIN_GTT, 0);
305 OUT_BATCH_REGVAL(RV530_FG_ZBREG_DEST, RV530_FG_ZBREG_DEST_PIPE_SELECT_ALL);
306 END_BATCH();
307
308 query->curr_offset += 2 * sizeof(uint32_t);
309 assert(query->curr_offset < RADEON_QUERY_PAGE_SIZE);
310 query->emitted_begin = GL_FALSE;
311 }
312
313 static void r300_init_vtbl(radeonContextPtr radeon)
314 {
315 radeon->vtbl.get_lock = r300_get_lock;
316 radeon->vtbl.update_viewport_offset = r300UpdateViewportOffset;
317 radeon->vtbl.emit_cs_header = r300_vtbl_emit_cs_header;
318 radeon->vtbl.swtcl_flush = r300_swtcl_flush;
319 radeon->vtbl.pre_emit_atoms = r300_vtbl_pre_emit_atoms;
320 radeon->vtbl.fallback = r300_fallback;
321 if (radeon->radeonScreen->chip_family == CHIP_FAMILY_RV530) {
322 if (radeon->radeonScreen->num_z_pipes == 2)
323 radeon->vtbl.emit_query_finish = rv530_emit_query_finish_double_z;
324 else
325 radeon->vtbl.emit_query_finish = rv530_emit_query_finish_single_z;
326 } else
327 radeon->vtbl.emit_query_finish = r300_emit_query_finish;
328
329 radeon->vtbl.blit = r300_blit;
330 }
331
332 static void r300InitConstValues(GLcontext *ctx, radeonScreenPtr screen)
333 {
334 r300ContextPtr r300 = R300_CONTEXT(ctx);
335
336 ctx->Const.MaxTextureImageUnits =
337 driQueryOptioni(&r300->radeon.optionCache, "texture_image_units");
338 ctx->Const.MaxTextureCoordUnits =
339 driQueryOptioni(&r300->radeon.optionCache, "texture_coord_units");
340 ctx->Const.MaxTextureUnits = MIN2(ctx->Const.MaxTextureImageUnits,
341 ctx->Const.MaxTextureCoordUnits);
342
343 ctx->Const.MaxTextureMaxAnisotropy = 16.0;
344 ctx->Const.MaxTextureLodBias = 16.0;
345
346 if (screen->chip_family >= CHIP_FAMILY_RV515) {
347 ctx->Const.MaxTextureLevels = 13;
348 ctx->Const.MaxCubeTextureLevels = 13;
349 ctx->Const.MaxTextureRectSize = 4096;
350 }
351 else {
352 ctx->Const.MaxTextureLevels = 12;
353 ctx->Const.MaxCubeTextureLevels = 12;
354 ctx->Const.MaxTextureRectSize = 2048;
355 }
356
357 ctx->Const.MinPointSize = 1.0;
358 ctx->Const.MinPointSizeAA = 1.0;
359 ctx->Const.MaxPointSize = R300_POINTSIZE_MAX;
360 ctx->Const.MaxPointSizeAA = R300_POINTSIZE_MAX;
361
362 ctx->Const.MinLineWidth = 1.0;
363 ctx->Const.MinLineWidthAA = 1.0;
364 ctx->Const.MaxLineWidth = R300_LINESIZE_MAX;
365 ctx->Const.MaxLineWidthAA = R300_LINESIZE_MAX;
366
367 ctx->Const.MaxDrawBuffers = 1;
368
369 /* currently bogus data */
370 if (r300->options.hw_tcl_enabled) {
371 ctx->Const.VertexProgram.MaxNativeInstructions = VSF_MAX_FRAGMENT_LENGTH / 4;
372 ctx->Const.VertexProgram.MaxNativeAluInstructions = VSF_MAX_FRAGMENT_LENGTH / 4;
373 ctx->Const.VertexProgram.MaxNativeAttribs = 16; /* r420 */
374 ctx->Const.VertexProgram.MaxNativeTemps = 32;
375 ctx->Const.VertexProgram.MaxNativeParameters = 256; /* r420 */
376 ctx->Const.VertexProgram.MaxNativeAddressRegs = 1;
377 }
378
379 if (screen->chip_family >= CHIP_FAMILY_RV515) {
380 ctx->Const.FragmentProgram.MaxNativeTemps = R500_PFS_NUM_TEMP_REGS;
381 ctx->Const.FragmentProgram.MaxNativeAttribs = 11; /* copy i915... */
382
383 /* The hardware limits are higher than this,
384 * but the non-KMS DRM interface artificially limits us
385 * to this many instructions.
386 *
387 * We could of course work around it in the KMS path,
388 * but it would be a mess, so it seems wiser
389 * to leave it as is. Going forward, the Gallium driver
390 * will not be subject to these limitations.
391 */
392 ctx->Const.FragmentProgram.MaxNativeParameters = 255;
393 ctx->Const.FragmentProgram.MaxNativeAluInstructions = 255;
394 ctx->Const.FragmentProgram.MaxNativeTexInstructions = 255;
395 ctx->Const.FragmentProgram.MaxNativeInstructions = 255;
396 ctx->Const.FragmentProgram.MaxNativeTexIndirections = 255;
397 ctx->Const.FragmentProgram.MaxNativeAddressRegs = 0;
398 } else {
399 ctx->Const.FragmentProgram.MaxNativeTemps = R300_PFS_NUM_TEMP_REGS;
400 ctx->Const.FragmentProgram.MaxNativeAttribs = 11; /* copy i915... */
401 ctx->Const.FragmentProgram.MaxNativeParameters = R300_PFS_NUM_CONST_REGS;
402 ctx->Const.FragmentProgram.MaxNativeAluInstructions = R300_PFS_MAX_ALU_INST;
403 ctx->Const.FragmentProgram.MaxNativeTexInstructions = R300_PFS_MAX_TEX_INST;
404 ctx->Const.FragmentProgram.MaxNativeInstructions = R300_PFS_MAX_ALU_INST + R300_PFS_MAX_TEX_INST;
405 ctx->Const.FragmentProgram.MaxNativeTexIndirections = R300_PFS_MAX_TEX_INDIRECT;
406 ctx->Const.FragmentProgram.MaxNativeAddressRegs = 0;
407 }
408
409 }
410
411 static void r300ParseOptions(r300ContextPtr r300, radeonScreenPtr screen)
412 {
413 struct r300_options options = { 0 };
414
415 driParseConfigFiles(&r300->radeon.optionCache, &screen->optionCache,
416 screen->driScreen->myNum, "r300");
417
418 r300->radeon.initialMaxAnisotropy = driQueryOptionf(&r300->radeon.optionCache, "def_max_anisotropy");
419
420 options.stencil_two_side_disabled = driQueryOptionb(&r300->radeon.optionCache, "disable_stencil_two_side");
421 options.s3tc_force_enabled = driQueryOptionb(&r300->radeon.optionCache, "force_s3tc_enable");
422 options.s3tc_force_disabled = driQueryOptionb(&r300->radeon.optionCache, "disable_s3tc");
423
424 if (!(screen->chip_flags & RADEON_CHIPSET_TCL) || driQueryOptioni(&r300->radeon.optionCache, "tcl_mode") == DRI_CONF_TCL_SW)
425 options.hw_tcl_enabled = 0;
426 else
427 options.hw_tcl_enabled = 1;
428
429 options.conformance_mode = !driQueryOptionb(&r300->radeon.optionCache, "disable_lowimpact_fallback");
430
431 r300->options = options;
432 }
433
434 static void r300InitGLExtensions(GLcontext *ctx)
435 {
436 r300ContextPtr r300 = R300_CONTEXT(ctx);
437
438 driInitExtensions(ctx, card_extensions, GL_TRUE);
439 if (r300->radeon.radeonScreen->kernel_mm)
440 driInitExtensions(ctx, mm_extensions, GL_FALSE);
441
442 if (r300->options.stencil_two_side_disabled)
443 _mesa_disable_extension(ctx, "GL_EXT_stencil_two_side");
444
445 if (r300->options.s3tc_force_disabled) {
446 _mesa_disable_extension(ctx, "GL_EXT_texture_compression_s3tc");
447 } else if (ctx->Mesa_DXTn || r300->options.s3tc_force_enabled) {
448 _mesa_enable_extension(ctx, "GL_EXT_texture_compression_s3tc");
449 _mesa_enable_extension(ctx, "GL_S3_s3tc");
450 }
451
452 if (!r300->radeon.radeonScreen->drmSupportsOcclusionQueries) {
453 _mesa_disable_extension(ctx, "GL_ARB_occlusion_query");
454 }
455 }
456
457 static void r300InitIoctlFuncs(struct dd_function_table *functions)
458 {
459 functions->Clear = _mesa_meta_Clear;
460 functions->Finish = radeonFinish;
461 functions->Flush = radeonFlush;
462 }
463
464 /* Create the device specific rendering context.
465 */
466 GLboolean r300CreateContext(const __GLcontextModes * glVisual,
467 __DRIcontext * driContextPriv,
468 void *sharedContextPrivate)
469 {
470 __DRIscreen *sPriv = driContextPriv->driScreenPriv;
471 radeonScreenPtr screen = (radeonScreenPtr) (sPriv->private);
472 struct dd_function_table functions;
473 r300ContextPtr r300;
474 GLcontext *ctx;
475
476 assert(glVisual);
477 assert(driContextPriv);
478 assert(screen);
479
480 r300 = (r300ContextPtr) CALLOC(sizeof(*r300));
481 if (!r300)
482 return GL_FALSE;
483
484 r300ParseOptions(r300, screen);
485
486 r300->radeon.radeonScreen = screen;
487 r300_init_vtbl(&r300->radeon);
488
489 _mesa_init_driver_functions(&functions);
490 r300InitIoctlFuncs(&functions);
491 r300InitStateFuncs(&functions);
492 r300InitTextureFuncs(&r300->radeon, &functions);
493 r300InitShaderFuncs(&functions);
494 radeonInitQueryObjFunctions(&functions);
495 radeonInitBufferObjectFuncs(&functions);
496
497 if (!radeonInitContext(&r300->radeon, &functions,
498 glVisual, driContextPriv,
499 sharedContextPrivate)) {
500 FREE(r300);
501 return GL_FALSE;
502 }
503
504 ctx = r300->radeon.glCtx;
505
506 r300->fallback = 0;
507 if (r300->options.hw_tcl_enabled)
508 ctx->VertexProgram._MaintainTnlProgram = GL_TRUE;
509
510 ctx->FragmentProgram._MaintainTexEnvProgram = GL_TRUE;
511
512 r300InitConstValues(ctx, screen);
513
514 _mesa_set_mvp_with_dp4( ctx, GL_TRUE );
515
516 /* Initialize the software rasterizer and helper modules.
517 */
518 _swrast_CreateContext(ctx);
519 _vbo_CreateContext(ctx);
520 _tnl_CreateContext(ctx);
521 _swsetup_CreateContext(ctx);
522 _swsetup_Wakeup(ctx);
523
524 /* Install the customized pipeline:
525 */
526 _tnl_destroy_pipeline(ctx);
527 _tnl_install_pipeline(ctx, r300_pipeline);
528 TNL_CONTEXT(ctx)->Driver.RunPipeline = _tnl_run_pipeline;
529
530 /* Configure swrast and TNL to match hardware characteristics:
531 */
532 _swrast_allow_pixel_fog(ctx, GL_FALSE);
533 _swrast_allow_vertex_fog(ctx, GL_TRUE);
534 _tnl_allow_pixel_fog(ctx, GL_FALSE);
535 _tnl_allow_vertex_fog(ctx, GL_TRUE);
536
537 if (r300->options.hw_tcl_enabled) {
538 r300InitDraw(ctx);
539 } else {
540 r300InitSwtcl(ctx);
541 }
542
543 r300_blit_init(r300);
544 radeon_fbo_init(&r300->radeon);
545 radeonInitSpanFuncs( ctx );
546 r300InitCmdBuf(r300);
547 r300InitState(r300);
548 r300InitShaderFunctions(r300);
549
550 r300InitGLExtensions(ctx);
551
552 return GL_TRUE;
553 }
554