nir: move ends_in_break() helper to nir_loop_analyze.h
[mesa.git] / src / mesa / drivers /
2018-04-30 Chris Wilsoni965: Move unmap_movntdqa before map_movntdqa
2018-04-30 Chris Wilsoni965: Move unmap_blit before map_blit
2018-04-30 Chris Wilsoni965: Move unmap_gtt before map_gtt
2018-04-30 Kenneth Graunkei965: Don't stomp initial kflags for program cache.
2018-04-30 Kenneth Graunkei965: Let batchbuffers be placed anywhere in the 48...
2018-04-30 Scott D Phillipsintel: fix check for 48b ppgtt support
2018-04-27 Timothy Arcerimesa: drop the buffer mode param from the DrawBuffer...
2018-04-26 Ian Romanickradeon: Drop broken front_buffer_reading/drawing optimi...
2018-04-26 Ian Romanickradeon: Use _mesa_is_front_buffer_drawing
2018-04-24 Dylan Bakermeson: remove dummy_cpp
2018-04-24 Nanley Cheryi965/meta_util: Re-enable sRGB-encoded fast-clears...
2018-04-24 Nanley Cheryi965/miptree: Extend the sRGB-blending WA to future...
2018-04-24 Nanley Cheryi965: Add and use a getter for the clear color
2018-04-24 Nanley Cheryi965/wm_surface_state: Use the clear address if clear_b...
2018-04-24 Nanley Cheryi965: Add and use a single miptree aux_buf field
2018-04-24 Nanley Cheryi965: Add and use a getter for the miptree aux buffer
2018-04-24 Tapani Pällii965: expose MESA_FORMAT_R8G8B8A8_SRGB visual
2018-04-24 Tapani Pällidri: Add __DRI_IMAGE_FORMAT_SABGR8
2018-04-23 Lionel Landwerlini965: perf: enable GPA query statistics
2018-04-23 Lionel Landwerlini965: perf: add support for raw queries
2018-04-23 Lionel Landwerlini965: perf: read slice/unslice frequencies from OA...
2018-04-23 Lionel Landwerlini965: perf: snapshot RPSTAT register
2018-04-23 Lionel Landwerlini965: perf: extract utility functions
2018-04-21 Nanley Cheryi965/miptree: Delete an unused function
2018-04-21 Nanley Cheryi965/miptree: Don't leak the clear_color_bo
2018-04-20 Jason Ekstrandi965/blorp: Do the gen11 BTI flush
2018-04-19 Antia Puentesintel: Handle firstvertex in an identical way to BaseVertex
2018-04-18 Kenneth Graunkei965: Fix shadow batches to be the same size as the...
2018-04-17 Timothy Arcerimesa: merge the driver functions DrawBuffers and DrawBuffer
2018-04-12 Marek OlšákFix scons build
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-11 Nanley Cheryblorp: Silence unused function warnings
2018-04-10 Kenneth Graunkei965: Remove brw_bo_alloc_tiled_2d from intel_detect_sw...
2018-04-09 Nanley Cheryi965: Make the miptree clear color setter take a gl_col...
2018-04-09 Nanley Cheryi965/miptree: Move the clear color and value setter...
2018-04-09 Nanley Cheryi965: Use the brw_context for the clear color and value...
2018-04-09 Xiong, Jamesi965: return the fourcc saved in __DRIimage when possible
2018-04-09 Andres Gomezdri_util: don't fail when not supporting ARB_compatibil...
2018-04-09 Andres Gomezdri_util: when overriding, always reset the core version
2018-04-07 Kenneth Graunkei965: Use %x instead of %u in debug print.
2018-04-05 Rafael Antognollii965/surface_state: Emit the clear color address instea...
2018-04-05 Rafael Antognollii965/blorp: Update the fast clear value buffer.
2018-04-05 Rafael Antognollii965: Add aux_buf variable to simplify code.
2018-04-05 Rafael Antognollii965/miptree: Add new clear color BO for winsys aux...
2018-04-05 Rafael Antognollii965/miptree: Add space to store the clear value in...
2018-04-04 Sergii Romantsovi965: Extend the negative 32-bit deltas to 64-bits
2018-03-31 Mathias Fröhlichvbo: Move vbo_split into the tnl module.
2018-03-31 Mathias Fröhlichvbo: Readd the arrays argument to the legacy draw methods.
2018-03-31 Mathias Fröhlichvbo: Remove the now unused vbo draw path.
2018-03-31 Mathias Fröhlichtnl: Push down the gl_vertex_array inputs into tnl...
2018-03-31 Mathias Fröhlichi965: Push down the gl_vertex_array inputs into i965.
2018-03-30 Neil Robertsspirv: Fix building with SCons
2018-03-30 Eduardo Lima Mitevi965: Don't call process_glsl_ir() for SPIR-V shaders
2018-03-30 Eduardo Lima Mitevi965: Call spirv_to_nir() instead of glsl_to_nir()...
2018-03-30 Alejandro Piñeiroi965: initialize SPIR-V capabilities
2018-03-29 Ian Romanicki965: Don't request GLSL IR lowering of gl_VertexID
2018-03-29 Ian Romanicki965: Silence unused parameter warning
2018-03-29 Dylan Bakermeson: use dep_libdrm version for pkg-config
2018-03-28 Kenneth Graunkei965: Drop unnecessary bo->align field.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-28 Kenneth Graunkei965: Drop alignment parameter from bo_alloc_internal().
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2018-03-22 Lionel Landwerlini965: add performance query support on CNL
2018-03-22 Lionel Landwerlini965: perf: add support for new equation operators
2018-03-22 Lionel Landwerlini965: perf: query topology
2018-03-22 Lionel Landwerlini965/perf: fix config registration when uploading to...
2018-03-22 Anuj Phogatintel: Disable fast color clear on icl
2018-03-22 Mathias Fröhlichmesa: Move vbo draw functions into dd_function_table.
2018-03-21 Lionel Landwerlini965: fix android build
2018-03-20 Eric Anholtintel/blorp: Fix compiler warning about num_layers.
2018-03-20 Lionel Landwerlini965: fix out of tree autotools build
2018-03-20 Emil Velikovi965: annotate brw_oa.py's --header and --code as required
2018-03-20 Lionel Landwerlini965: pipecontrol: add LRI write immediate flag
2018-03-20 Lionel Landwerlini965: fix autotools/android build
2018-03-20 Lionel Landwerlini965: perf: reduce i965 binary size
2018-03-20 Lionel Landwerlini965: perf: fix a counter return type on hsw
2018-03-20 Timothy Arcerist/nir: fix atomic lowering for gallium drivers
2018-03-20 Timothy Arcerimesa: rework ParameterList to allow packing
2018-03-19 Jordan Justeni965: Allow disk shader cache usage with LINKING_SUCCES...
2018-03-19 Jordan Justeni965: Allow disk shader cache usage with transform...
2018-03-19 Jordan Justeni965: Add INTEL_DEBUG stages support for disk shader...
2018-03-15 Lionel Landwerlini965: silence unused function warning
2018-03-13 Jason Ekstrandi965: Emit texture cache invalidates around blorp_copy
2018-03-12 Emil Velikovx11: remove empty GLX_SGIX_swap_group stubs
2018-03-12 Emil Velikovx11: remove empty GLX_SGIX_swap_barrier stubs
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-03-10 Jordan Justeni965: Hard code CS scratch_ids_per_subslice for Cherryview
2018-03-08 Lionel Landwerlini965: perf: consolidate unmapping oa perf bo outside...
2018-03-08 Lionel Landwerlini965: perf: count number of accumlated reports
2018-03-08 Lionel Landwerlini965: perf: reuse timescale base function from query
2018-03-08 Lionel Landwerlini965: perf: store sysfs device entry into context
2018-03-08 Lionel Landwerlini965: perf: store the hw_id of the context in the query
2018-03-08 Lionel Landwerlini965: perf: default case for unknown query types
2018-03-06 Clayton Craftintel: Add missing includes for building on Android
2018-03-05 Kenneth Graunkeintel: Drop SURFACE_FORMAT enum from genxml.
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in genX_state_u...
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in blorp
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in generated...
next