nir: move ends_in_break() helper to nir_loop_analyze.h
[mesa.git] / src / mesa / drivers /
2018-06-06 Lionel Landwerlindri: add missing 16bits formats mapping
2018-06-05 Kenneth Graunkei965: Prepare batchbuffer module for softpin support.
2018-06-05 Kenneth Graunkei965: Add virtual memory allocator infrastructure to...
2018-06-04 Jason Ekstrandi965: Disable internal CCS for shadows of multi-sampled...
2018-06-04 Jason Ekstrandi965/miptree: Rename a parameter to create_for_dri_image
2018-06-04 Kenneth Graunkei965: Fix batch-last mode to properly swap BOs.
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-05-30 Marek Olšákmesa: expose ARB_tessellation_shader in the compatibili...
2018-05-30 Marek Olšákmesa: expose AMD_vertex_shader_layer in the compatibili...
2018-05-30 Marek Olšákmesa: expose ARB_gpu_shader5 in the compatibility profile
2018-05-29 Chris Wilsoni965: Only emit VF cache invalidations when the high...
2018-05-29 Eric Engestromdri: replace two-way switch case with a table lookup
2018-05-29 Eric Engestromdri: fix error value returned by driGLFormatToImageFormat()
2018-05-26 Kenneth Graunkei965: Revert recent tiled memcpy changes.
2018-05-26 Scott D Phillipsi965/miptree: Use cpu tiling/detiling when mapping
2018-05-26 Chris Wilsoni915: Fix streaming loads for intel_tiled_memcpy
2018-05-25 Jason Ekstrandintel/blorp: Support blits and clears on surfaces with...
2018-05-25 Scott D Phillipsi965/tiled_memcpy: inline movntdqa loads in tiled_to_linear
2018-05-24 Tapani Pällii965: enable OES_texture_view for gen8+
2018-05-23 Francisco Jerezi965: Use intel_bufferobj_buffer() wrapper in image...
2018-05-23 Francisco Jerezi965: Handle non-zero texture buffer offsets in buffer...
2018-05-23 Francisco Jerezi965: Move buffer texture size calculation into a commo...
2018-05-23 Miguel Casasi965: add {X,A}BGR2101010 to 'intel_image_formats'
2018-05-23 Miguel Casasdri_util: Add R10G10B10{A,X}2 translation between DRI...
2018-05-22 Jason Ekstrandi965: Remove ring switching entirely
2018-05-22 Jason Ekstrandi965/miptree: Move the access_raw call to the individua...
2018-05-22 Jason Ekstrandi965: Remove support for the BLT ring
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for blit maps on gen6+
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for validation tex copies on...
2018-05-22 Jason Ekstrandi965: Delete the blitter path for CopyTexSubImage
2018-05-22 Jason Ekstrandi965: Don't fall back to the blitter in BlitFramebuffer
2018-05-22 Jason Ekstrandi965: Remove some unused includes of intel_blit.h
2018-05-22 Jason Ekstrandi965/blit: Delete intel_emit_linear_blit
2018-05-22 Jason Ekstrandi965: Use meta for pixel ops on gen6+
2018-05-22 Kenneth Graunkei965: Emit VF cache invalidates for 48-bit addressing...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-05-18 Nanley Cheryi965: isl: Move the MCS gen7+ assertion into ISL
2018-05-18 Nanley Cheryi965/miptree: Remove format assertion in alloc_aux
2018-05-18 Nanley Cheryi965/miptree: Simplify the switch in supports_ccs
2018-05-18 Nanley Cheryi965: Make get_ccs_surf succeed in alloc_aux
2018-05-17 Mathias Fröhlichmesa: Remove flush_vertices argument from VAO methods.
2018-05-17 Nanley Cheryi965/blorp: Disable BLORP clear color updates
2018-05-17 Nanley Cheryi965/blorp: Also skip the fast clear if the clear color...
2018-05-17 Nanley Cheryi965/clear: Drop a stale comment in fast_clear_depth
2018-05-17 Nanley Cheryi965: Update the indirect buffer in set_clear_color
2018-05-17 Nanley Cheryi965/clear: Remove an early return in fast_clear_depth
2018-05-17 Nanley Cheryi965: Use set_clear_color for depth miptrees
2018-05-17 Nanley CheryRevert "i965: Make the miptree clear color setter take...
2018-05-17 Nanley Cheryi965/miptree: Unify aux buffer allocation
2018-05-17 Nanley Cheryi965: Prepare to delete intel_miptree_alloc_ccs()
2018-05-17 Nanley Cheryi965/miptree: Drop the mt param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Drop the alloc_flags param from alloc_aux...
2018-05-17 Nanley Cheryi965/miptree: Drop the name param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Initialize the indirect clear color to...
2018-05-17 Nanley Cheryi965/miptree: Add and use a memset option in alloc_aux_...
2018-05-17 Nanley Cheryi965/miptree: Zero-initialize CCS_D buffers
2018-05-17 Nanley Cheryi965/miptree: Fix handling of uninitialized MCS buffers
2018-05-14 jenny.q.caoandroid: change include "cutils/log.h" to "log/log...
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichmesa: Remove Array._DrawArrays.
2018-05-10 Mathias Fröhlichi965: Remove the now unused gl_vertex_array.
2018-05-10 Mathias Fröhlichi965: Remove the gl_vertex_array indirection.
2018-05-10 Mathias Fröhlichi965: Implement all_varyings_in_vbos in terms of Array...
2018-05-10 Jason Ekstrandi965,anv: Set the CS stall bit on the ISP disable PIPE_...
2018-05-09 Kenneth Graunkei965: Shut up unused variable warnings.
2018-05-09 Lionel Landwerlini965: require pixel scoreboard stall prior to ISP disable
2018-05-09 Jason Ekstrandi965/blorp: Remove a pile of blorp_blit restrictions
2018-05-09 Jason Ekstrandi965/blorp: Allow blorp blits for 16x MSAA
2018-05-09 Jason Ekstrandi965/surface_state: Use an identity swizzle pre-Haswell
2018-05-09 Lionel Landwerlini965: silence unused variable
2018-05-09 Timothy Arcerimesa: remove hard-coded OpenGL 3.2 compat limit
2018-05-09 Timothy Arcerimesa: add GLSLVersionCompat constant
2018-05-08 Kenneth Graunkei965: Dump validation list on INTEL_DEBUG=bat,submit.
2018-05-08 Jason Ekstrandi965/miptree: Remove redundant fields from intel_miptre...
2018-05-08 Jason Ekstrandi965: Simplify brw_emit_depthbuffer and brw_emit_depth_...
2018-05-08 Jason Ekstrandi965: Move brw_emit_depth_stencil_hiz higher up in...
2018-05-08 Jason Ekstrandi965: Use ISL for emitting depth/stencil/hiz state...
2018-05-08 Jason Ekstrandi965: Use the brw_depthbuffer atom on all gens
2018-05-08 Jason Ekstrandi965: Always set depth/stencil write enables on gen7+
2018-05-08 Jason Ekstrandi965: Re-order depth/stencil/hiz/clear packets to match ISL
2018-05-08 Jason Ekstrandi965: Re-emit depth/stencil/hiz on BRW_NEW_AUX_STATE
2018-05-08 Kenneth Graunkei965: Don't leak blorp on Gen4-5.
2018-05-07 Kenneth Graunkei965: Set initial kflags on BO creation.
2018-05-04 Ian Romanickr200: Enable NV_fog_distance
2018-05-04 Ian Romanicki965: Enable NV_fog_distance
2018-05-03 Chris Wilsoni965: Always try to create a logical context
2018-05-02 Lionel Landwerlinintel: decoder: limit to the number decoded lines from VBO
2018-05-02 Kenneth Graunkei965: Reuse batch decoder infrastructure rather than...
2018-05-02 Kenneth Graunkei965: Allocate shadow batches to explicitly be the...
2018-05-02 Antia Puentesintel: activate the gl_BaseVertex lowering
2018-05-02 Antia Puentesintel: emit is_indexed_draw in the same VE than gl_DrawID
2018-05-02 Kenneth Graunkei965: Drop unused gen5 sampler default color struct.
2018-05-02 Kenneth Graunkei965: Make brw_vs_outputs_written static.
2018-05-01 Nanley Cheryi965/tex_image: Avoid the ASTC LDR workaround on gen9lp
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-04-30 Scott D Phillipsi965/tiled_memcpy: ytiled_to_linear a cache line at...
2018-04-30 Chris Wilsoni965: Record mipmap resolver for unmapping
2018-04-30 Chris Wilsoni965: Move unmap_depthstencil before map_depthstencil
2018-04-30 Chris Wilsoni965: Move unmap_etc before map_etc
2018-04-30 Chris Wilsoni965: Move unmap_s8 before map_s8
next