i965: expose RGBA visuals only on Android
[mesa.git] / src / mesa / drivers /
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
2017-08-14 Ben Widawskyi965: Advertise the CCS modifier
2017-08-14 Jason Ekstrandi965/miptree: More conservatively resolve external...
2017-08-14 Ben Widawskyi965: Pretend that CCS modified images are two planes
2017-08-14 Jason Ekstrandi965/screen: Support import and export of surfaces...
2017-08-14 Ben Widawskyi965/miptree: Allocate mcs_buf for an image's CCS
2017-08-14 Ben Widawskyi965: Support images with aux buffers
2017-08-14 Jason Ekstrandi965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID...
2017-08-14 Scott D Phillipsi965/blorp: Correct type of src_format in call to intel...
2017-08-12 Kenneth Graunkei965: Guard GetBufferSubData's streaming memcpy load...
2017-08-12 Kenneth Graunkei965: Clean up intel_batchbuffer_init().
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-10 Thomas Hellstromdri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHOD
2017-08-08 Kenneth Graunkei965/bufmgr: Set bo->idle after waiting.
2017-08-08 Kenneth Graunkei965: Don't use ggtt_bo for Gen8+ streamout offset...
2017-08-08 Kenneth Graunkei965: Simplify *_bo() helpers.
2017-08-08 Kenneth Graunkei965: Get rid of KSP_ro
2017-08-08 Jason Ekstrandi965: Only call create_for_planar_image for multiple...
2017-08-07 Jason Ekstrandi965/miptree: Set supports_fast_clear = false in make_s...
2017-08-07 Jason Ekstrandi965/miptree: Rework create flags
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
2017-08-07 Jason Ekstrandi965/miptree: Delete an unused function declaration
2017-08-07 Jason Ekstrandi965/miptree: Call alloc_aux in create_for_bo
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
2017-08-07 Jason Ekstrandi965/miptree: Delete some unused layout flags
2017-08-07 Jason Ekstrandi965/miptree: Refactor is_mcs_supported
2017-08-07 Jason Ekstrandi965/miptree Remove layout_flags parameter form is_mcs_...
2017-08-06 Andres Rodriguezmesa: add support for memory object creation/import...
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Kenneth Graunkei965: Convert reloc.target_handle into an index for...
2017-08-04 Kenneth Graunkei965: Use a C99 initializer for new validation list...
next