meson: Use include directory variables instead of traversing
[mesa.git] / src / mesa /
2018-03-07 Marek Olšákst/mesa: expose 0 shader binary formats for compat...
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 Mathias Fröhlichvbo: Try to reuse the same VAO more often for successiv...
2018-03-03 Ian Romanickmesa: Silence unused parameter warnings from TEXSTORE_P...
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...
2018-03-03 Ian Romanicki965: Silence unused parameter warnings
2018-03-02 Kenneth Graunkei965: Mark upload buffers with MAP_ASYNC and MAP_PERSIS...
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
2018-03-01 Kenneth Graunkei965: Allow 48-bit addressing on Gen8+.
2018-03-01 Kenneth Graunkei965: Shorten the name of the workaround BO.
2018-03-01 Kenneth Graunkei965: Add debugging code to dump the validation list.
2018-03-01 Timothy Arcerist/glsl_to_nir: simplify st_nir_assign_var_locations...
2018-03-01 Andriy Khulapi965: Fix RELOC_WRITE typo in brw_store_data_imm64()
2018-03-01 Iago Toral Quirogai965/sbe: fix number of inputs for active components
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::vertex_size.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::buffer_offset.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::start_vertex.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::attrsz.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::attrtype.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::enabled.
2018-03-01 Mathias Fröhlichvbo: Remove reference to the vertex_store from the...
2018-03-01 Mathias Fröhlichvbo: Implement current values update in terms of the...
2018-03-01 Mathias Fröhlichvbo: Implement vbo_loopback_vertex_list in terms of...
2018-03-01 Mathias Fröhlichvbo: Use a local variable for the dlist offsets.
2018-03-01 Mathias Fröhlichvbo: Remove unused vbo_save_context::wrap_count.
2018-03-01 Mathias Fröhlichvbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.
2018-03-01 Mark JanesRevert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once...
2018-02-28 Jason Ekstrandi965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+
2018-02-28 Jason Ekstrandi965: Be more clever about setting up our viewport...
2018-02-28 Matt Turnerintel: Disable 64-bit extensions on platforms without...
2018-02-28 Matt Turneri965: Warn about preliminary support for Gen11
2018-02-28 Tapani Pällii965: use context priority definitions from gen_defines.h
2018-02-28 Ilia Mirkinst/mesa: ensure that images don't try to reference...
2018-02-27 Jordan Justeni965: Use gen_get_pci_device_id_override
2018-02-24 Francisco Jerezmesa: Expose EXT_shader_framebuffer_fetch(_non_coherent...
2018-02-24 Francisco Jerezglsl: Specify framebuffer fetch coherency mode in lower...
2018-02-24 Francisco Jerezmesa: Implement glFramebufferFetchBarrierEXT entry...
2018-02-24 Francisco Jerezmesa: Rename MESA_shader_framebuffer_fetch gl_extension...
2018-02-24 Francisco Jerezmesa: Rename dd_function_table::BlendBarrier to match...
2018-02-24 Francisco Jerezi965: Fix KHR_blend_equation_advanced with some render...
2018-02-23 Mathias Fröhlichmesa: Update vertex processing mode on _mesa_UseProgram.
2018-02-23 Marek Olšákmesa: rename has_core_gs -> has_gs in get_programiv
2018-02-23 Marek Olšákmesa: replace some API_OPENGL_CORE checks with _mesa_is...
2018-02-23 Marek Olšákmesa: add some of missing compatibility support for...
2018-02-23 Marek Olšákmesa: expose ARB_enhanced_layouts in the compatibility...
2018-02-23 Marek Olšákmesa: enable OpenGL 3.1 with ARB_compatibility
2018-02-23 Marek Olšákmesa: implement ARB_compatibility
2018-02-23 Juan A. Suarez Romeromesa: add missing RGB9_E5 format in _mesa_base_fbo_format
2018-02-23 Mathias Fröhlichvbo: Make use of _DrawVAO from the dlist code.
2018-02-23 Mathias Fröhlichmesa: Use atomics for shared VAO reference counts.
2018-02-23 Mathias Fröhlichvbo: Make use of _DrawVAO from immediate mode draw
2018-02-23 Mathias Fröhlichvbo: Implement tool functions for vbo specific VAO...
2018-02-23 Mathias Fröhlichmesa: Add flush_vertices to _mesa_bind_vertex_buffer.
2018-02-23 Mathias Fröhlichmesa: Make _mesa_vertex_attrib_binding public.
2018-02-23 Mathias Fröhlichmesa: Add flush_vertices to _mesa_{enable,disable}_vert...
2018-02-23 Mathias Fröhlichvbo: Use _DrawVAO for array type draw commands.
2018-02-23 Mathias Fröhlichvbo: Implement method to track the inputs array.
2018-02-23 Mathias Fröhlichmesa: Introduce a yet unused _DrawVAO.
2018-02-23 Mathias Fröhlichvbo: Remove get_vp_mode() and enum vp_mode.
2018-02-23 Mathias Fröhlichvbo: Use _VPMode instead of get_vp_mode().
2018-02-23 Mathias Fröhlichmesa: Provide an alternative to get_vp_mode()
2018-02-23 Lionel Landwerlini965: perf: ensure reading config IDs from sysfs isn...
2018-02-22 Jason Ekstrandi965: Use finish_external instead of make_shareable...
2018-02-22 Jason Ekstrandi965/tex_image: Reference the renderbuffer miptree...
2018-02-22 Jason Ekstrandi965/tex_image: Pull the tex format from the renderbuff...
2018-02-22 Jason Ekstrandi965/miptree: Loosen the format check in miptree_match_...
2018-02-22 Jason Ekstrandi965/state: Ignore intel_obj->_Format for depth/stencil...
2018-02-21 Jordan Justeni965: Enable disk shader cache by default
2018-02-20 Guillaume Charifist/mesa: Factorize duplicate code for atomic buffer...
2018-02-20 Guillaume Charifist/mesa: Factorize duplicate code in st_update_framebuf...
2018-02-20 Ilia Mirkinmesa: add xbgr support adjacent to xrgb
2018-02-20 Timothy Arcerist/shader_cache: copy nir pointer to gl_program after...
2018-02-17 Kenneth Graunkei965: Use absolute addressing for constant buffer 0...
2018-02-17 Kenneth Graunkei965: Stop restoring the default L3 configuration on...
2018-02-17 Daniel Stonei965: Fix aux-surface size check
2018-02-16 Kenneth Graunkei965: Implement GenerateMipmap directly, rather than...
2018-02-16 Kenneth Graunkemesa: Move compute_num_levels from st_gen_mipmap.c...
2018-02-16 Anuj Phogati965/icl: Add render target flush after uploading bindi...
2018-02-16 Anuj Phogati965/icl: Enable float blend optimization and Wa3DStateMode
2018-02-16 Anuj Phogatintel/common/icl: Add has_sample_with_hiz flag in gen_d...
2018-02-16 Anuj Phogati965/icl: Add assertions to check dispatch mode is...
2018-02-16 Anuj Phogati965/icl: Update switch statements
2018-02-16 Anuj Phogati965/icl: Update the assert in brw_memory_barrier()
2018-02-16 Anuj Phogati965/icl: Define and use icl mocs settings
2018-02-16 Anuj Phogati965/icl: Update the comment for maximum number of...
2018-02-16 Anuj Phogati965/icl: Build and use gen11 functions for genxml...
2018-02-16 Anuj Phogati965/icl: Don't set ResetGatewayTimer
2018-02-15 Kenneth Graunkei965: Drop EXEC_OBJECT_CAPTURE defines.
2018-02-15 Gurchetan Singhmesa: don't clamp just based on ARB_viewport_array...
2018-02-15 Dylan Bakermeson: use a custom target instead of a generator for...
2018-02-14 Timothy Arcerist: add NIR GL_ARB_get_program_binary support
2018-02-14 Timothy Arcerist/shader_cache: add st_{de}serialise_nir_program(...
2018-02-14 Jason Ekstrandi965: Add gl_state_index casts for PATCH_VERTICES_IN
2018-02-14 Scott D Phillipsi965/miptree: Initialize mcs with a linear map
2018-02-14 Scott D Phillipsi965/tiled_memcpy: change linear pointer from (0, 0...
2018-02-14 Scott D Phillipsi965/tiled_memcpy: linear_to_ytiled a cache line at...
next