i965: Add an INTEL_DEBUG=reemit option.
[mesa.git] / src / mesa / drivers / dri /
2017-09-16 Kenneth Graunkei965: Add an INTEL_DEBUG=reemit option.
2017-09-15 Eric Engestromi965: drop unused variables
2017-09-15 Jason Ekstrandi965/tex: Unify the TexImage and TexSubImage code
2017-09-15 Jason Ekstrandi965/tex: Remove the for_glTexImage parameter from...
2017-09-15 Jason Ekstrandi965/tex: Make a couple of helpers static
2017-09-15 Jason Ekstrandi965: Move TexSubImage functions to intel_tex_image.c
2017-09-15 Jason Ekstrandi965/blorp: Set r8stencil_needs_update when writing...
2017-09-15 Tapani Pällii965: fix build warning on clang
2017-09-14 Kenneth Graunkei965: Print size of validation and relocation lists...
2017-09-14 Kenneth Graunkei965: Disentangle batch and state buffer flushing.
2017-09-14 Kenneth Graunkei965: Delete BATCH_RESERVED handling.
2017-09-14 Kenneth Graunkei965: Make BLORP properly avoid batch wrapping.
2017-09-14 Kenneth Graunkei965: Grow the batch/state buffers if we need space...
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-09-14 Kenneth Graunkei965: Pass screen to intel_batchbuffer_reset().
2017-09-14 Kenneth Graunkei965: Prepare INTEL_DEBUG=bat decoding for a separate...
2017-09-14 Kenneth Graunkei965: Split brw_emit_reloc into brw_batch_reloc and...
2017-09-14 Kenneth Graunkei965: Refactor relocs into a brw_reloc_list structure.
2017-09-14 Kenneth Graunkei965: Move brw_state_batch code to intel_batchbuffer.c
2017-09-14 Kenneth Graunkei965: Drop a useless ret == 0 check.
2017-09-14 Kenneth Graunkei965: Use a WC map and memcpy for the batch instead...
2017-09-14 Kenneth Graunkei965: Use batch->bo->size in brw_emit_reloc assertion.
2017-09-14 Kenneth Graunkei965: Delete a batch size assertion that isn't very...
2017-09-14 Jason Ekstrandi965/screen: Implement queryDmaBufFormatModifierAttirbs
2017-09-14 Jason Ekstrandi965/screen: Report the correct number of image planes
2017-09-14 Eric Engestromdri/radeon: use ARRAY_SIZE macro
2017-09-13 Kenneth Graunkei965: Add an INTEL_DEBUG=submit option for printing...
2017-09-12 Iago Toral Quirogai965: do not fallback to linear tiling for stencil...
2017-09-10 Eric Engestromi965/tex: add missing include
2017-09-08 Kenneth Graunkei965: Don't special case the batchbuffer when reference...
2017-09-06 Emil Velikovi965: expose RGBA visuals only on Android
2017-09-02 Kenneth Graunkegenxml: Make Border Color Pointer an address on Gen4...
2017-09-02 Kenneth Graunkei965: Inline emit_reloc in __genx_combine_address
2017-09-02 Kenneth Graunkei965: Fix crash in fallback GTT mapping.
2017-09-02 Kenneth Graunkei965: Fix state flagging of Gen6 SOL programs.
2017-09-02 Kenneth Graunkei965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.
2017-09-01 Kenneth Graunkei965: Move BATCH_SZ define into intel_batchbuffer.c.
2017-09-01 Kenneth Graunkei965: Drop batch_size argument from brw_bufmgr_init().
2017-09-01 Chris Wilsoni965: Rename brw_bo::offset64 to gtt_offset.
2017-09-01 Kenneth Graunkei965: Drop the BRW_BATCH_STRUCT macro.
2017-09-01 Kenneth Graunkei965: Don't double count the batch in aperture_space.
2017-08-30 Kenneth Graunkei965: Use BLORP for buffer object stall avoidance blits...
2017-08-30 Kenneth Graunkei965: Always flush caches after blitting to a GL buffer...
2017-08-30 Kenneth Graunkei965: Add PIPE_CONTRTOL_DATA_CACHE flush to brw_emit_mi...
2017-08-30 Kenneth Graunkei965: Add a brw_blorp_copy_buffers() command.
2017-08-30 Lionel Landwerlini965: drop unused brw->needs_unlit_centroid_workaround
2017-08-30 Lionel Landwerlini965: drop brw->has_surface_tile_offset in favor of...
2017-08-30 Lionel Landwerlini965: drop unused brw->no_simd8
2017-08-30 Lionel Landwerlini965: drop unused brw->has_pln
2017-08-30 Lionel Landwerlini965: drop brw->must_use_separate_stencil in favor...
2017-08-30 Lionel Landwerlini965: drop unused brw->has_negative_rhw_bug
2017-08-30 Lionel Landwerlini965: drop unused brw->has_compr4
2017-08-30 Lionel Landwerlini965: drop brw->has_llc in favor of devinfo->has_llc
2017-08-30 Lionel Landwerlini965: drop brw->is_broxton
2017-08-30 Lionel Landwerlini965: drop brw->is_cherryview in favor of devinfo-...
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_baytrail in favor of devinfo->is_bay...
2017-08-30 Lionel Landwerlini965: drop brw->is_g4x in favor of devinfo->is_g4x
2017-08-30 Lionel Landwerlini965: drop brw->gt in favor of devinfo->gt
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-30 Kevin Rogovini965: add 2xMSAA 16xMSAA modes to DRI configs.
2017-08-30 Kenneth GraunkeRevert "i965: add 2xMSAA and 16xMSAA to DRI configs...
2017-08-29 Kenneth Graunkei965: Bump the initial program cache size from 4kB...
2017-08-29 Kenneth Graunkei965: Issue performance warnings when growing the progr...
2017-08-29 Kevin Rogovini965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.
2017-08-29 Matt Turneri965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
2017-08-29 Matt Turneri965: Mark functions used conditionally as UNUSED
2017-08-29 Matt Turneri965: Explicitly cast between different enums
2017-08-29 Matt Turneri965: Remove some 'inline' keywords
2017-08-29 Kenneth Graunkei965: Fix whitespace issues in intel_buffer_objects.c.
2017-08-25 Kenneth Graunkei965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_uplo...
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_polygon_offset_clamp
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_texture_filter_anisotropic
2017-08-24 Eric Engestromi965: add missing `const` in function signature
2017-08-23 Kenneth Graunkei965: Stop using wm_prog_data->binding_table.render_tar...
2017-08-23 Kenneth Graunkei965: Add a brw_wm_prog_data::has_render_target_reads...
2017-08-23 Kenneth Graunkei965: Inline brw_update_renderbuffer_surfaces().
2017-08-23 Kenneth Graunkei965: Pass fb into emit_null_surface instead of dimensions.
2017-08-23 Kenneth Graunkei965: Devirtualize update_renderbuffer_surface.
2017-08-23 Kenneth Graunkei965: Delete update_renderbuffer_surface flags.
2017-08-23 Kenneth Graunkei965: Make brw_update_renderbuffer_surface static.
2017-08-23 Kenneth Graunkei965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.
2017-08-23 Kenneth Graunkei965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
2017-08-23 Kenneth Graunkei965: Drop Gen7+ nonsense from brw_ff_gs.c.
2017-08-23 Kenneth Graunkei965: Only set key->flat_shade if COL0/COL1 are written.
2017-08-23 Kenneth Graunkei965: Clean up brwNewProgram().
2017-08-22 Jason Ekstrandi965/clear: Quantize the depth clear value based on...
2017-08-22 Timothy Arcerii965: enable STD430 packing by default on IVB+
2017-08-21 Jason Ekstrandi965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
2017-08-21 Jason Ekstrandi965/tex: Change the flags type on create_for_teximage
2017-08-19 Jason Ekstrandi965/tex: Don't pass samples to miptree_create_for_teximage
2017-08-19 Kenneth Graunkei965: Use ISL for emitting null surface states.
2017-08-19 Kenneth Graunkei965: Remove tabs in intel_batchbuffer.c.
2017-08-19 Jason Ekstrandi965/miptree: Return NONE from texture_aux_usage when...
2017-08-19 Jason Ekstrandi965: Stop looking at NewDriverState when emitting...
2017-08-18 Kenneth Graunkei965: Mark all EGLimages as non-coherent.
2017-08-18 Kenneth Graunkei965: Fix missing newlines in perf_debug messages.
2017-08-16 Kenneth Graunkei965: Alphabetize TCS image dirty bits
2017-08-16 Chris Wilsoni965: Always allow CPU readback of the scanout on LLC...
2017-08-16 Tapani Pällii965: make sure check_and_emit_atom gets inlined
next