aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: do not emit empty surface stateErik Faye-Lund2018-08-151-0/+5
* i965: fix clear color bo address relocationLionel Landwerlin2018-07-071-1/+1
* i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.Francisco Jerez2018-05-231-3/+5
* i965: Handle non-zero texture buffer offsets in buffer object range calculation.Francisco Jerez2018-05-231-1/+3
* i965: Move buffer texture size calculation into a common helper function.Francisco Jerez2018-05-231-23/+32
* i965/surface_state: Use an identity swizzle pre-HaswellJason Ekstrand2018-05-091-0/+6
* i965: Add and use a getter for the clear colorNanley Chery2018-04-241-3/+4
* i965/wm_surface_state: Use the clear address if clear_bo is non-NULLNanley Chery2018-04-241-11/+6
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-241-6/+5
* i965: Add and use a getter for the miptree aux bufferNanley Chery2018-04-241-15/+1
* i965/surface_state: Emit the clear color address instead of value.Rafael Antognolli2018-04-051-0/+22
* i965: Add aux_buf variable to simplify code.Rafael Antognolli2018-04-051-7/+8
* i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke2018-03-021-6/+6
* i965: Allow 48-bit addressing on Gen8+.Kenneth Graunke2018-03-011-6/+17
* mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez2018-02-241-1/+1
* i965: Fix KHR_blend_equation_advanced with some render targets.Francisco Jerez2018-02-241-1/+3
* i965/state: Ignore intel_obj->_Format for depth/stencil and ETC2Jason Ekstrand2018-02-211-1/+15
* i965/icl: Add render target flush after uploading binding tableAnuj Phogat2018-02-151-0/+14
* i965/icl: Define and use icl mocs settingsAnuj Phogat2018-02-151-0/+2
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-041-4/+4
* i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand2018-01-241-9/+4
* i965/surface_state: Drop brw_aux_surface_disabledJason Ekstrand2018-01-241-20/+0
* i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand2018-01-241-2/+2
* i965: Bind null render targets for shadow sampling + color.Kenneth Graunke2018-01-181-1/+32
* i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke2017-11-151-73/+14
* i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.Kenneth Graunke2017-11-151-2/+3
* i965: Make a better helper function for UBO/SSBO/ABO surface handling.Kenneth Graunke2017-11-151-82/+32
* i965: Switch over to fully external-or-not MOCS schemeJason Ekstrand2017-11-131-13/+7
* i965: Use PTE MOCS for all external buffersJason Ekstrand2017-11-131-7/+14
* i965: Don't rely on nir for uses_texture_gatherJordan Justen2017-10-311-6/+6
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-261-6/+7
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-121-1/+1
* i965: Ignore GL_SKIP_DECODE_EXT for textures accessed via texelFetch().Kenneth Graunke2017-10-121-1/+5
* i965: Make brw_update_texture_surface static.Kenneth Graunke2017-10-111-1/+1
* mesa: rename various buffer bindings to one struct.Dave Airlie2017-10-111-3/+3
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-261-11/+13
* i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga2017-09-181-6/+6
* i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.Kenneth Graunke2017-09-141-23/+23
* i965: drop brw->has_surface_tile_offset in favor of devinfo'sLionel Landwerlin2017-08-301-4/+5
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-16/+29
* i965: Stop using wm_prog_data->binding_table.render_target_start.Kenneth Graunke2017-08-231-7/+3
* i965: Add a brw_wm_prog_data::has_render_target_reads field.Kenneth Graunke2017-08-231-4/+2
* i965: Inline brw_update_renderbuffer_surfaces().Kenneth Graunke2017-08-231-33/+20
* i965: Pass fb into emit_null_surface instead of dimensions.Kenneth Graunke2017-08-231-16/+12
* i965: Devirtualize update_renderbuffer_surface.Kenneth Graunke2017-08-231-17/+5
* i965: Delete update_renderbuffer_surface flags.Kenneth Graunke2017-08-231-20/+4
* i965: Make brw_update_renderbuffer_surface static.Kenneth Graunke2017-08-231-6/+6
* i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.Kenneth Graunke2017-08-231-13/+1
* i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke2017-08-231-2/+8