i965: Use ISL for emitting buffer surface states
[mesa.git] / src / mesa / drivers / dri / i965 / brw_state.h
1 /*
2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics to
4 develop this 3D driver.
5
6 Permission is hereby granted, free of charge, to any person obtaining
7 a copy of this software and associated documentation files (the
8 "Software"), to deal in the Software without restriction, including
9 without limitation the rights to use, copy, modify, merge, publish,
10 distribute, sublicense, and/or sell copies of the Software, and to
11 permit persons to whom the Software is furnished to do so, subject to
12 the following conditions:
13
14 The above copyright notice and this permission notice (including the
15 next paragraph) shall be included in all copies or substantial
16 portions of the Software.
17
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21 IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
22 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
26 **********************************************************************/
27 /*
28 * Authors:
29 * Keith Whitwell <keithw@vmware.com>
30 */
31
32
33 #ifndef BRW_STATE_H
34 #define BRW_STATE_H
35
36 #include "brw_context.h"
37 #include "brw_defines.h"
38
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42
43 enum intel_msaa_layout;
44
45 extern const struct brw_tracked_state brw_blend_constant_color;
46 extern const struct brw_tracked_state brw_cc_vp;
47 extern const struct brw_tracked_state brw_cc_unit;
48 extern const struct brw_tracked_state brw_clip_unit;
49 extern const struct brw_tracked_state brw_vs_pull_constants;
50 extern const struct brw_tracked_state brw_tcs_pull_constants;
51 extern const struct brw_tracked_state brw_tes_pull_constants;
52 extern const struct brw_tracked_state brw_gs_pull_constants;
53 extern const struct brw_tracked_state brw_wm_pull_constants;
54 extern const struct brw_tracked_state brw_cs_pull_constants;
55 extern const struct brw_tracked_state brw_constant_buffer;
56 extern const struct brw_tracked_state brw_curbe_offsets;
57 extern const struct brw_tracked_state brw_invariant_state;
58 extern const struct brw_tracked_state brw_fs_samplers;
59 extern const struct brw_tracked_state brw_gs_unit;
60 extern const struct brw_tracked_state brw_line_stipple;
61 extern const struct brw_tracked_state brw_aa_line_parameters;
62 extern const struct brw_tracked_state brw_binding_table_pointers;
63 extern const struct brw_tracked_state brw_depthbuffer;
64 extern const struct brw_tracked_state brw_polygon_stipple_offset;
65 extern const struct brw_tracked_state brw_polygon_stipple;
66 extern const struct brw_tracked_state brw_recalculate_urb_fence;
67 extern const struct brw_tracked_state brw_sf_unit;
68 extern const struct brw_tracked_state brw_sf_vp;
69 extern const struct brw_tracked_state brw_vs_samplers;
70 extern const struct brw_tracked_state brw_tcs_samplers;
71 extern const struct brw_tracked_state brw_tes_samplers;
72 extern const struct brw_tracked_state brw_gs_samplers;
73 extern const struct brw_tracked_state brw_cs_samplers;
74 extern const struct brw_tracked_state brw_cs_texture_surfaces;
75 extern const struct brw_tracked_state brw_vs_ubo_surfaces;
76 extern const struct brw_tracked_state brw_vs_abo_surfaces;
77 extern const struct brw_tracked_state brw_vs_image_surfaces;
78 extern const struct brw_tracked_state brw_tcs_ubo_surfaces;
79 extern const struct brw_tracked_state brw_tcs_abo_surfaces;
80 extern const struct brw_tracked_state brw_tcs_image_surfaces;
81 extern const struct brw_tracked_state brw_tes_ubo_surfaces;
82 extern const struct brw_tracked_state brw_tes_abo_surfaces;
83 extern const struct brw_tracked_state brw_tes_image_surfaces;
84 extern const struct brw_tracked_state brw_gs_ubo_surfaces;
85 extern const struct brw_tracked_state brw_gs_abo_surfaces;
86 extern const struct brw_tracked_state brw_gs_image_surfaces;
87 extern const struct brw_tracked_state brw_vs_unit;
88 extern const struct brw_tracked_state brw_renderbuffer_surfaces;
89 extern const struct brw_tracked_state brw_texture_surfaces;
90 extern const struct brw_tracked_state brw_wm_binding_table;
91 extern const struct brw_tracked_state brw_gs_binding_table;
92 extern const struct brw_tracked_state brw_tes_binding_table;
93 extern const struct brw_tracked_state brw_tcs_binding_table;
94 extern const struct brw_tracked_state brw_vs_binding_table;
95 extern const struct brw_tracked_state brw_wm_ubo_surfaces;
96 extern const struct brw_tracked_state brw_wm_abo_surfaces;
97 extern const struct brw_tracked_state brw_wm_image_surfaces;
98 extern const struct brw_tracked_state brw_cs_ubo_surfaces;
99 extern const struct brw_tracked_state brw_cs_abo_surfaces;
100 extern const struct brw_tracked_state brw_cs_image_surfaces;
101 extern const struct brw_tracked_state brw_wm_unit;
102
103 extern const struct brw_tracked_state brw_psp_urb_cbs;
104
105 extern const struct brw_tracked_state brw_drawing_rect;
106 extern const struct brw_tracked_state brw_indices;
107 extern const struct brw_tracked_state brw_vertices;
108 extern const struct brw_tracked_state brw_index_buffer;
109 extern const struct brw_tracked_state brw_cs_state;
110 extern const struct brw_tracked_state gen7_cs_push_constants;
111 extern const struct brw_tracked_state gen6_binding_table_pointers;
112 extern const struct brw_tracked_state gen6_blend_state;
113 extern const struct brw_tracked_state gen6_clip_state;
114 extern const struct brw_tracked_state gen6_clip_vp;
115 extern const struct brw_tracked_state gen6_color_calc_state;
116 extern const struct brw_tracked_state gen6_depth_stencil_state;
117 extern const struct brw_tracked_state gen6_gs_state;
118 extern const struct brw_tracked_state gen6_gs_push_constants;
119 extern const struct brw_tracked_state gen6_gs_binding_table;
120 extern const struct brw_tracked_state gen6_multisample_state;
121 extern const struct brw_tracked_state gen6_renderbuffer_surfaces;
122 extern const struct brw_tracked_state gen6_sampler_state;
123 extern const struct brw_tracked_state gen6_scissor_state;
124 extern const struct brw_tracked_state gen6_sol_surface;
125 extern const struct brw_tracked_state gen6_sf_state;
126 extern const struct brw_tracked_state gen6_sf_vp;
127 extern const struct brw_tracked_state gen6_urb;
128 extern const struct brw_tracked_state gen6_viewport_state;
129 extern const struct brw_tracked_state gen6_vs_push_constants;
130 extern const struct brw_tracked_state gen6_vs_state;
131 extern const struct brw_tracked_state gen6_wm_push_constants;
132 extern const struct brw_tracked_state gen6_wm_state;
133 extern const struct brw_tracked_state gen7_depthbuffer;
134 extern const struct brw_tracked_state gen7_clip_state;
135 extern const struct brw_tracked_state gen7_ds_state;
136 extern const struct brw_tracked_state gen7_gs_state;
137 extern const struct brw_tracked_state gen7_tcs_push_constants;
138 extern const struct brw_tracked_state gen7_hs_state;
139 extern const struct brw_tracked_state gen7_l3_state;
140 extern const struct brw_tracked_state gen7_ps_state;
141 extern const struct brw_tracked_state gen7_push_constant_space;
142 extern const struct brw_tracked_state gen7_sbe_state;
143 extern const struct brw_tracked_state gen7_sf_clip_viewport;
144 extern const struct brw_tracked_state gen7_sf_state;
145 extern const struct brw_tracked_state gen7_sol_state;
146 extern const struct brw_tracked_state gen7_te_state;
147 extern const struct brw_tracked_state gen7_tes_push_constants;
148 extern const struct brw_tracked_state gen7_urb;
149 extern const struct brw_tracked_state gen7_vs_state;
150 extern const struct brw_tracked_state gen7_wm_state;
151 extern const struct brw_tracked_state gen7_hw_binding_tables;
152 extern const struct brw_tracked_state haswell_cut_index;
153 extern const struct brw_tracked_state gen8_blend_state;
154 extern const struct brw_tracked_state gen8_disable_stages;
155 extern const struct brw_tracked_state gen8_ds_state;
156 extern const struct brw_tracked_state gen8_gs_state;
157 extern const struct brw_tracked_state gen8_hs_state;
158 extern const struct brw_tracked_state gen8_index_buffer;
159 extern const struct brw_tracked_state gen8_multisample_state;
160 extern const struct brw_tracked_state gen8_pma_fix;
161 extern const struct brw_tracked_state gen8_ps_blend;
162 extern const struct brw_tracked_state gen8_ps_extra;
163 extern const struct brw_tracked_state gen8_ps_state;
164 extern const struct brw_tracked_state gen8_wm_depth_stencil;
165 extern const struct brw_tracked_state gen8_wm_state;
166 extern const struct brw_tracked_state gen8_raster_state;
167 extern const struct brw_tracked_state gen8_sbe_state;
168 extern const struct brw_tracked_state gen8_sf_state;
169 extern const struct brw_tracked_state gen8_sf_clip_viewport;
170 extern const struct brw_tracked_state gen8_vertices;
171 extern const struct brw_tracked_state gen8_vf_topology;
172 extern const struct brw_tracked_state gen8_vs_state;
173 extern const struct brw_tracked_state brw_cs_work_groups_surface;
174
175 static inline bool
176 brw_state_dirty(const struct brw_context *brw,
177 GLuint mesa_flags, uint64_t brw_flags)
178 {
179 return ((brw->NewGLState & mesa_flags) |
180 (brw->ctx.NewDriverState & brw_flags)) != 0;
181 }
182
183 /* brw_binding_tables.c */
184 void brw_upload_binding_table(struct brw_context *brw,
185 uint32_t packet_name,
186 const struct brw_stage_prog_data *prog_data,
187 struct brw_stage_state *stage_state);
188
189 /* brw_misc_state.c */
190 void brw_upload_invariant_state(struct brw_context *brw);
191 uint32_t
192 brw_depthbuffer_format(struct brw_context *brw);
193
194 void brw_upload_state_base_address(struct brw_context *brw);
195
196 /* gen8_depth_state.c */
197 void gen8_write_pma_stall_bits(struct brw_context *brw,
198 uint32_t pma_stall_bits);
199
200 /***********************************************************************
201 * brw_state.c
202 */
203 void brw_upload_render_state(struct brw_context *brw);
204 void brw_render_state_finished(struct brw_context *brw);
205 void brw_upload_compute_state(struct brw_context *brw);
206 void brw_compute_state_finished(struct brw_context *brw);
207 void brw_init_state(struct brw_context *brw);
208 void brw_destroy_state(struct brw_context *brw);
209 void brw_emit_select_pipeline(struct brw_context *brw,
210 enum brw_pipeline pipeline);
211
212 static inline void
213 brw_select_pipeline(struct brw_context *brw, enum brw_pipeline pipeline)
214 {
215 if (unlikely(brw->last_pipeline != pipeline)) {
216 assert(pipeline < BRW_NUM_PIPELINES);
217 brw_emit_select_pipeline(brw, pipeline);
218 brw->last_pipeline = pipeline;
219 }
220 }
221
222 /***********************************************************************
223 * brw_state_cache.c
224 */
225
226 void brw_upload_cache(struct brw_cache *cache,
227 enum brw_cache_id cache_id,
228 const void *key,
229 GLuint key_sz,
230 const void *data,
231 GLuint data_sz,
232 const void *aux,
233 GLuint aux_sz,
234 uint32_t *out_offset, void *out_aux);
235
236 bool brw_search_cache(struct brw_cache *cache,
237 enum brw_cache_id cache_id,
238 const void *key,
239 GLuint key_size,
240 uint32_t *inout_offset, void *inout_aux);
241 void brw_state_cache_check_size( struct brw_context *brw );
242
243 void brw_init_caches( struct brw_context *brw );
244 void brw_destroy_caches( struct brw_context *brw );
245
246 /***********************************************************************
247 * brw_state_batch.c
248 */
249 #define BRW_BATCH_STRUCT(brw, s) \
250 intel_batchbuffer_data(brw, (s), sizeof(*(s)), RENDER_RING)
251
252 void *__brw_state_batch(struct brw_context *brw,
253 enum aub_state_struct_type type,
254 int size,
255 int alignment,
256 int index,
257 uint32_t *out_offset);
258 #define brw_state_batch(brw, type, size, alignment, out_offset) \
259 __brw_state_batch(brw, type, size, alignment, 0, out_offset)
260
261 /* brw_wm_surface_state.c */
262 void gen4_init_vtable_surface_functions(struct brw_context *brw);
263 uint32_t brw_get_surface_tiling_bits(uint32_t tiling);
264 uint32_t brw_get_surface_num_multisamples(unsigned num_samples);
265
266 uint32_t brw_format_for_mesa_format(mesa_format mesa_format);
267
268 GLuint translate_tex_target(GLenum target);
269
270 GLuint translate_tex_format(struct brw_context *brw,
271 mesa_format mesa_format,
272 GLenum srgb_decode);
273
274 int brw_get_texture_swizzle(const struct gl_context *ctx,
275 const struct gl_texture_object *t);
276
277 void brw_emit_surface_state(struct brw_context *brw,
278 struct intel_mipmap_tree *mt,
279 const struct isl_view *view,
280 uint32_t mocs, bool for_gather,
281 uint32_t *surf_offset, int surf_index,
282 unsigned read_domains, unsigned write_domains);
283
284 void brw_emit_buffer_surface_state(struct brw_context *brw,
285 uint32_t *out_offset,
286 drm_intel_bo *bo,
287 unsigned buffer_offset,
288 unsigned surface_format,
289 unsigned buffer_size,
290 unsigned pitch,
291 bool rw);
292
293 void brw_update_texture_surface(struct gl_context *ctx,
294 unsigned unit, uint32_t *surf_offset,
295 bool for_gather, uint32_t plane);
296
297 uint32_t brw_update_renderbuffer_surface(struct brw_context *brw,
298 struct gl_renderbuffer *rb,
299 bool layered, unsigned unit,
300 uint32_t surf_index);
301
302 void brw_update_renderbuffer_surfaces(struct brw_context *brw,
303 const struct gl_framebuffer *fb,
304 uint32_t render_target_start,
305 uint32_t *surf_offset);
306
307 /* gen7_wm_surface_state.c */
308 void gen7_check_surface_setup(uint32_t *surf, bool is_render_target);
309 void gen7_init_vtable_surface_functions(struct brw_context *brw);
310
311 /* gen8_ps_state.c */
312 void gen8_upload_ps_state(struct brw_context *brw,
313 const struct brw_stage_state *stage_state,
314 const struct brw_wm_prog_data *prog_data,
315 uint32_t fast_clear_op);
316
317 void gen8_upload_ps_extra(struct brw_context *brw,
318 const struct brw_wm_prog_data *prog_data);
319
320 /* gen7_sol_state.c */
321 void gen7_upload_3dstate_so_decl_list(struct brw_context *brw,
322 const struct brw_vue_map *vue_map);
323 void gen8_upload_3dstate_so_buffers(struct brw_context *brw);
324
325 /* gen8_surface_state.c */
326
327 void gen8_init_vtable_surface_functions(struct brw_context *brw);
328
329 /* brw_sampler_state.c */
330 void brw_emit_sampler_state(struct brw_context *brw,
331 uint32_t *sampler_state,
332 uint32_t batch_offset_for_sampler_state,
333 unsigned min_filter,
334 unsigned mag_filter,
335 unsigned mip_filter,
336 unsigned max_anisotropy,
337 unsigned address_rounding,
338 unsigned wrap_s,
339 unsigned wrap_t,
340 unsigned wrap_r,
341 unsigned min_lod,
342 unsigned max_lod,
343 int lod_bias,
344 unsigned shadow_function,
345 bool non_normalized_coordinates,
346 uint32_t border_color_offset);
347
348 void brw_update_sampler_state(struct brw_context *brw,
349 GLenum target, bool tex_cube_map_seamless,
350 GLfloat tex_unit_lod_bias,
351 mesa_format format, GLenum base_format,
352 bool is_integer_format,
353 const struct gl_sampler_object *sampler,
354 uint32_t *sampler_state,
355 uint32_t batch_offset_for_sampler_state);
356
357 /* gen6_wm_state.c */
358 void
359 gen6_upload_wm_state(struct brw_context *brw,
360 const struct brw_wm_prog_data *prog_data,
361 const struct brw_stage_state *stage_state,
362 bool multisampled_fbo,
363 bool dual_source_blend_enable, bool kill_enable,
364 bool color_buffer_write_enable, bool msaa_enabled,
365 bool line_stipple_enable, bool polygon_stipple_enable,
366 bool statistic_enable);
367
368 /* gen6_sf_state.c */
369 void
370 calculate_attr_overrides(const struct brw_context *brw,
371 uint16_t *attr_overrides,
372 uint32_t *point_sprite_enables,
373 uint32_t *urb_entry_read_length,
374 uint32_t *urb_entry_read_offset);
375
376 /* gen6_surface_state.c */
377 void gen6_init_vtable_surface_functions(struct brw_context *brw);
378
379 /* brw_vs_surface_state.c */
380 void
381 brw_upload_pull_constants(struct brw_context *brw,
382 GLbitfield64 brw_new_constbuf,
383 const struct gl_program *prog,
384 struct brw_stage_state *stage_state,
385 const struct brw_stage_prog_data *prog_data);
386
387 /* gen7_vs_state.c */
388 void
389 gen7_upload_constant_state(struct brw_context *brw,
390 const struct brw_stage_state *stage_state,
391 bool active, unsigned opcode);
392
393 void gen7_rs_control(struct brw_context *brw, int enable);
394
395 void gen7_edit_hw_binding_table_entry(struct brw_context *brw,
396 gl_shader_stage stage,
397 uint32_t index,
398 uint32_t surf_offset);
399 void gen7_update_binding_table_from_array(struct brw_context *brw,
400 gl_shader_stage stage,
401 const uint32_t* binding_table,
402 int num_surfaces);
403 void gen7_enable_hw_binding_tables(struct brw_context *brw);
404 void gen7_disable_hw_binding_tables(struct brw_context *brw);
405 void gen7_reset_hw_bt_pool_offsets(struct brw_context *brw);
406
407 /* brw_interpolation_map.c */
408 void brw_setup_vue_interpolation(struct brw_context *brw);
409
410 /* brw_clip.c */
411 void brw_upload_clip_prog(struct brw_context *brw);
412
413 /* brw_sf.c */
414 void brw_upload_sf_prog(struct brw_context *brw);
415
416 /* gen7_l3_state.c */
417 void
418 gen7_restore_default_l3_config(struct brw_context *brw);
419
420 static inline bool
421 is_drawing_points(const struct brw_context *brw)
422 {
423 /* Determine if the primitives *reaching the SF* are points */
424 /* _NEW_POLYGON */
425 if (brw->ctx.Polygon.FrontMode == GL_POINT ||
426 brw->ctx.Polygon.BackMode == GL_POINT) {
427 return true;
428 }
429
430 if (brw->geometry_program) {
431 /* BRW_NEW_GEOMETRY_PROGRAM */
432 return brw->geometry_program->OutputType == GL_POINTS;
433 } else if (brw->tes.prog_data) {
434 /* BRW_NEW_TES_PROG_DATA */
435 return brw->tes.prog_data->output_topology ==
436 BRW_TESS_OUTPUT_TOPOLOGY_POINT;
437 } else {
438 /* BRW_NEW_PRIMITIVE */
439 return brw->primitive == _3DPRIM_POINTLIST;
440 }
441 }
442
443 static inline bool
444 is_drawing_lines(const struct brw_context *brw)
445 {
446 /* Determine if the primitives *reaching the SF* are points */
447 /* _NEW_POLYGON */
448 if (brw->ctx.Polygon.FrontMode == GL_LINE ||
449 brw->ctx.Polygon.BackMode == GL_LINE) {
450 return true;
451 }
452
453 if (brw->geometry_program) {
454 /* BRW_NEW_GEOMETRY_PROGRAM */
455 return brw->geometry_program->OutputType == GL_LINE_STRIP;
456 } else if (brw->tes.prog_data) {
457 /* BRW_NEW_TES_PROG_DATA */
458 return brw->tes.prog_data->output_topology ==
459 BRW_TESS_OUTPUT_TOPOLOGY_LINE;
460 } else {
461 /* BRW_NEW_PRIMITIVE */
462 switch (brw->primitive) {
463 case _3DPRIM_LINELIST:
464 case _3DPRIM_LINESTRIP:
465 case _3DPRIM_LINELOOP:
466 return true;
467 }
468 }
469 return false;
470 }
471
472 static inline bool
473 use_state_point_size(const struct brw_context *brw)
474 {
475 const struct gl_context *ctx = &brw->ctx;
476
477 /* Section 14.4 (Points) of the OpenGL 4.5 specification says:
478 *
479 * "If program point size mode is enabled, the derived point size is
480 * taken from the (potentially clipped) shader built-in gl_PointSize
481 * written by:
482 *
483 * * the geometry shader, if active;
484 * * the tessellation evaluation shader, if active and no
485 * geometry shader is active;
486 * * the vertex shader, otherwise
487 *
488 * and clamped to the implementation-dependent point size range. If
489 * the value written to gl_PointSize is less than or equal to zero,
490 * or if no value was written to gl_PointSize, results are undefined.
491 * If program point size mode is disabled, the derived point size is
492 * specified with the command
493 *
494 * void PointSize(float size);
495 *
496 * size specifies the requested size of a point. The default value
497 * is 1.0."
498 *
499 * The rules for GLES come from the ES 3.2, OES_geometry_point_size, and
500 * OES_tessellation_point_size specifications. To summarize: if the last
501 * stage before rasterization is a GS or TES, then use gl_PointSize from
502 * the shader if written. Otherwise, use 1.0. If the last stage is a
503 * vertex shader, use gl_PointSize, or it is undefined.
504 *
505 * We can combine these rules into a single condition for both APIs.
506 * Using the state point size when the last shader stage doesn't write
507 * gl_PointSize satisfies GL's requirements, as it's undefined. Because
508 * ES doesn't have a PointSize() command, the state point size will
509 * remain 1.0, satisfying the ES default value in the GS/TES case, and
510 * the VS case (1.0 works for "undefined"). Mesa sets the program point
511 * mode flag to always-enabled in ES, so we can safely check that, and
512 * it'll be ignored for ES.
513 *
514 * _NEW_PROGRAM | _NEW_POINT
515 * BRW_NEW_VUE_MAP_GEOM_OUT
516 */
517 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) ||
518 (brw->vue_map_geom_out.slots_valid & VARYING_BIT_PSIZ) == 0;
519 }
520
521
522 #ifdef __cplusplus
523 }
524 #endif
525
526 #endif