meson: Set _GNU_SOURCE
[mesa.git] / src /
2017-10-16 Kenneth GraunkeRevert "i965/tex_image: Reference the renderbuffer...
2017-10-16 Rob HerringAndroid: add libmesa_nir dependency to libmesa_dricore
2017-10-16 Chris Wilsoni965: Only put external handles into the handle ht
2017-10-16 Eric Engestromsvga: format the version string like the rest of mesa
2017-10-16 Brian Paulsvga: fix format_conversion_table breakage
2017-10-16 Jason Ekstrandi965/miptree: Drop the invalidate parameter form copy_t...
2017-10-16 Jason Ekstrandanv: Get rid of gen fall-through
2017-10-16 Jason Ekstrandintel/common: Improve the comments for sample positions
2017-10-16 Samuel Pitoisetradv: update ia_multi_vgt when executing secondary...
2017-10-16 Samuel Pitoisetradv: be smarter with the draw packets when executing...
2017-10-16 Samuel Pitoisetradv: always dirty some states after executing secondar...
2017-10-16 Samuel Pitoisetradv: be smarter with pipelines when emitting secondary...
2017-10-15 Timothy Arcerinir: add component level support to remove_unused_io_vars()
2017-10-15 Timothy Arceriglsl: mark xfb inputs as always_active_io
2017-10-15 Timothy Arcerinir: add variant of lower_io_to_scalar to be called...
2017-10-15 Timothy Arcerinir: add glsl_channel_type() helper
2017-10-15 Timothy Arcerinir: add glsl_type_is_64bit() to nir_types
2017-10-15 Ilia Mirkina2xx: add support for a few 16-bit color rendering...
2017-10-15 Wladimir J. van... freedreno/a20x: Enable rendering to RGBA/RGBX
2017-10-15 Wladimir J. van... freedreno/a20x: Fix rendering to BGRX
2017-10-14 Brian Paulmesa: minor simplification in test_attachment_completen...
2017-10-14 Lucas Stachetnaviv: rework TS enable to be a derived state
2017-10-14 Lucas Stachetnaviv: skip unused vertex attributes when assigning...
2017-10-14 Samuel Pitoisetradv: do not allocate CMASK for non-MSSA images with...
2017-10-14 Samuel Pitoisetradv: set correct INDEX_TYPE for indexed indirect draws...
2017-10-14 Samuel Pitoisetradv: add the draw count buffer to the list of buffers
2017-10-13 Jason Ekstrandblob: Use intptr_t instead of ssize_t
2017-10-13 Kenneth Graunkei965: Rename brw->no_batch_wrap to intel_batchbuffer...
2017-10-13 Kenneth Graunkei965: Delete dead brw_context fields.
2017-10-13 Emil Velikovmapi/shared-glapi/test: rework glapitable.h handling
2017-10-13 Dylan Bakermeson: fix blob test includes
2017-10-13 Emil VelikovRevert "make: Fix test to be meson compatible"
2017-10-13 Mark Thompsonst/dri: Add definitions to allow importing 16-bit surfaces
2017-10-13 Mario Kleineri965: Complete 'expose RGBA visuals only on Android'
2017-10-13 Emil Velikovwayland-drm: constify the callbacks struct, take 2
2017-10-13 Emil Velikovwayland-drm: use a copy of the wayland_drm_callbacks...
2017-10-13 Emil Velikovegl/dri: don't crash when createImageFromRenderbuffer2...
2017-10-13 Ville Syrjälämeson: Build i915
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandintel/compiler: Allocate pull_param in assign_constant_...
2017-10-13 Jason Ekstrandintel: Allocate prog_data::[pull_]param deeper inside...
2017-10-13 Jason Ekstrandralloc: Allow reparenting to a NULL context
2017-10-13 Jason Ekstrandanv/pipeline: Refactor setup of the prog_data::param...
2017-10-13 Jason Ekstrandanv/pipeline: Grow the param array for images
2017-10-13 Jason Ekstrandanv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONST...
2017-10-13 Jason Ekstrandintel/vs: Grow the param array for clip planes
2017-10-13 Jason Ekstrandintel/cs: Grow prog_data::param on-demand for thread_lo...
2017-10-13 Jason Ekstrandintel/compiler: Make brw_nir_lower_intrinsics compute...
2017-10-13 Jason Ekstrandintel/compiler: Add a helper for growing the prog_data...
2017-10-13 Jason Ekstrandintel/compiler: Stop adding params for texture sizes
2017-10-13 Jason Ekstrandi965: Only add the wpos state reference if we lowered...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandanv/pipeline: Ralloc prog_data::param of the compile...
2017-10-13 Jason Ekstrandanv/pipeline: Add a mem_ctx parameter to anv_pipeline_c...
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandi965: Use prog->info.num_images for needs_dc computation
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-13 Jason Ekstrandi965: Get rid of gen7_cs_state.c
2017-10-13 Jason Ekstrandi965: Add a helper for populating constant buffers
2017-10-13 Jason Ekstrandi965: Move brw_upload_pull_constants to gen6_constant_s...
2017-10-13 Jason Ekstrandnir: Get rid of the variable on vote intrinsics
2017-10-13 Jason Ekstrandnir/opcodes: Fix constant-folding of ufind_msb
2017-10-13 Jason Ekstrandmeta: Delete the PBO texsubimage path for real
2017-10-13 Jason Ekstrandanv/pipeline_cache: Rework to use multialloc and blob
2017-10-13 Jason Ekstrandanv/pipeline: Declare bind maps closer to their use
2017-10-13 Jason Ekstrandanv/multialloc: Add new add_size helper
2017-10-13 Jason Ekstrandcompiler/blob: Make some parameters void instead of...
2017-10-13 Jason Ekstrandcompiler/blob: Constify the reader
2017-10-13 Jason Ekstrandcompiler/blob: Add (reserve|overwrite)_(uint32|intptr...
2017-10-13 Connor Abbottcompiler/blob: make blob_reserve_bytes() more useful
2017-10-13 Jason Ekstrandcompiler/blob: Allow for fixed-size blobs with a NULL...
2017-10-13 Jason Ekstrandcompiler/blob: Add a concept of a fixed-allocation...
2017-10-13 Jason Ekstrandcompiler/blob: Switch to init/finish instead of create...
2017-10-13 Jason Ekstrandcompiler: Move blob up a level
2017-10-13 Jason Ekstrandmeson: Add inc_compiler to the libglsl includes
2017-10-13 Jason Ekstrandglsl/blob: Return false from grow_to_fit if we've ever...
2017-10-13 Jason Ekstrandglsl/blob: Return false from ensure_can_read on overrun
2017-10-13 Chris Wilsoni965: Share the flush for brw_blorp_miptree_download...
2017-10-13 Jason Ekstrandmeta: Delete the PBO texture upload/download path
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO pixel reads
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO texture downloads
2017-10-13 Jason Ekstrandi965/tex: Use blorp texture upload for all CCS_E textures
2017-10-13 Jason Ekstrandi965: Use blorp instead of meta for PBO texture uploads
2017-10-13 Jason Ekstrandi965: Add blorp-based texture upload and download paths
2017-10-13 Kenneth Graunkei965: Refactor y-flipping coordinate transform.
2017-10-13 Jason Ekstrandi965/tex: Check if there is data to upload up-front
2017-10-13 Jason Ekstrandi965/barrier: Do the correct flushes for framebuffer...
2017-10-13 Jason Ekstrandi965/barrier: Do the correct flushes for texture updates
2017-10-13 Kenneth Graunkei965: Ignore GL_SKIP_DECODE_EXT for textures accessed...
2017-10-13 Kenneth Graunkemeta: Unset the textures_used_by_txf bitfield.
2017-10-13 Kenneth Graunkenir: Make nir_shader_gather_info() track texelFetch...
2017-10-13 Kenneth Graunkecompiler: Move gl_program::TexelFetchSamplers to shader...
2017-10-12 Dave Airlieradv: take unsafe_math and sisched into account when...
2017-10-12 Dave Airliemesa/bufferobj: fix atomic offset/size get
2017-10-12 Eric Anholtmapi: Update extension number of MESA_tile_raster_order.
2017-10-12 Eric Anholtbroadcom/vc5: Remove the u_resource_vtbl usage.
2017-10-12 Eric Anholtmesa: Disallow GL_RED/GL_RG with half-floats on GLES2.
2017-10-12 Marek Olšákradeonsi: implement sync_file import/export
2017-10-12 Marek Olšákwinsys/amdgpu: implement sync_file import/export
2017-10-12 Marek Olšákac: add radeon_info::has_sync_file
next