wayland-drm: use a copy of the wayland_drm_callbacks struct
[mesa.git] / src / intel /
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 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: 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 Ekstrandintel: Rewrite the world of push/pull params
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-12 tournier.eliemeson: fix typo in isl
2017-10-11 Lionel Landwerlinanv: intel: use anv_image's computed size for importing...
2017-10-11 Lionel Landwerlinanv: bo_cache: allow importing a BO larger than needed
2017-10-11 Kenneth Graunkei965: Fix output register sizes when multiple variables...
2017-10-10 Dave Airlieanv: fix assert in wsi image code.
2017-10-10 Kenneth Graunkei965: Don't try to decode types for non-existent src1.
2017-10-10 Iago Toral Quirogai965/tes: account for the fact that dvec3/4 inputs...
2017-10-10 Tapani Pällianv: fix null pointer dereference
2017-10-09 Józef Kuciaanv: Do not assert() on VK_ATTACHMENT_UNUSED
2017-10-08 Jason Ekstrandanv/wsi: Allocate enough memory for the entire image
2017-10-07 Lionel Landwerlinanv: fix nir.h include
2017-10-06 Lionel Landwerlinanv/cmd_buffer: Reset state in cmd_buffer_destroy
2017-10-06 Lionel Landwerlinanv/cmd_buffer: fix push descriptors with set > 0
2017-10-06 Lionel Landwerlinanv: enable VK_KHR_sampler_ycbcr_conversion
2017-10-06 Lionel Landwerlinanv: enable multiple planes per image/imageView
2017-10-06 Jason Ekstrandanv: Take an image in can_sample_with_hiz
2017-10-06 Jason Ekstrandanv: Take a single aspect in anv_layout_to_aux_usage
2017-10-06 Jason Ekstrandanv/cmd_buffer: Make get_fast_clear_state return an...
2017-10-06 Jason Ekstrandanv/blorp: Add a concept of default aux usage
2017-10-06 Lionel Landwerlinanv: add nir lowering pass for ycbcr textures
2017-10-06 Lionel Landwerlinanv: prepare sampler emission code for multiplanar...
2017-10-06 Lionel Landwerlinanv/apply_pipeline_layout: Prepare for multi-planar...
2017-10-06 Lionel Landwerlinanv: add new formats KHR_sampler_ycbcr_conversion
2017-10-06 Lionel Landwerlinanv: modify the internal concept of format to express...
2017-10-06 Lionel Landwerlinanv: prepare formats to handle disjoints sets
2017-10-06 Lionel Landwerlinisl: fill out layout descriptions for yuv formats
2017-10-06 Lionel Landwerlinisl: check whether a format is rgb if colorspace is yuv
2017-10-06 Lionel Landwerlinisl: make format layout channels accessible by index
2017-10-05 Jason Ekstrandintel/compiler: Don't propagate cmod into integer multi...
2017-10-05 Jason Ekstrandintel/compiler: Don't cmod propagate into a saturated...
2017-10-04 Matt Turneri965: Validate "Special Requirements for Handling Doubl...
2017-10-04 Matt Turneri965: Fix and enable forgotten validation test
2017-10-04 Matt Turneri965: Only insert error message if not already present
2017-10-04 Matt Turneri965: Avoid validation error when src1 is not present
2017-10-04 Matt Turneri965: Remove validate_reg()
2017-10-04 Matt Turneri965: Add and use STRIDE and WIDTH macros
2017-10-04 Matt Turneri965: Add parentheses around usage of macro arguments
2017-10-04 Matt Turneri965: Add GLK, CFL, CNL to test_eu_validate.c
2017-10-04 Matt Turneri965: Fix support for disassembling 64-bit integer...
2017-10-04 Matt Turneri965/fs: Rewrite fsign64 to skip the float -> double...
2017-10-04 Matt Turneri965/fs: Unpack count argument to 64-bit shift ops...
2017-10-04 Matt Turneri965/fs: Don't apply POW/FDIV workaround on Gen10+
2017-10-04 Matt Turneri965: Fix src0 vs src1 typo
2017-10-04 Tapani Pälliandroid: fix build issues with brw_nir_trig_workarounds.c
2017-10-03 Lionel Landwerlinintel: compiler: vec4: add missing default 0 lod
2017-10-03 Jason Ekstrandanv: Remove base_vertex/instance from push_constants
2017-10-03 Dylan Bakermeson: convert gtest to an internal dependency
2017-10-03 Dylan Bakermeson: add window system deps to intel vulkan common
2017-10-03 Kenneth Graunkeintel: Always set Cube Face Enables for all surfaces.
2017-10-03 Kenneth Graunkeintel: Make Cube Face Enable fields consistent across...
2017-10-02 Józef Kuciaanv: Remove unreachable cases from isl_format_for_size()
2017-10-02 Józef Kuciaanv: Fix vkCmdFillBuffer()
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-10-01 Matt Turneri965: Normalize types for FBL, FBH, etc
2017-09-29 Iago Toral Quirogai965/fs: force pull model for 64-bit GS inputs
2017-09-28 Dylan Bakermeson: remove duplicate libisl dependency in anv
2017-09-28 Gwan-gyeong Munanv: add an assertion in genX(BeginCommandBuffer)
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-27 Dylan Bakerintel: use a flag instead of setting PYTHONPATH
2017-09-26 Kenneth Graunkei965: Support copy propagating of untyped atomic surfac...
2017-09-26 Kenneth Graunkei965/vec4: Fix swizzles on atomic sources.
2017-09-26 Kenneth Graunkei965/vec4: Actually handle atomic op intrinsics.
2017-09-26 Eric Anholtanv: Fix some comment typos.
2017-09-26 Eric Anholtintel/genxml: Convert a not-present-or-"1" dict to...
2017-09-26 Timothy Arcerii965/nir: export nir_optimize
2017-09-25 Samuel Iglesias... anv: fix viewport transformation for z component
2017-09-21 Anuj PhogatRevert "intel: Remove unused device info for KBL GT1.5"
2017-09-21 Kenneth Graunkei965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs...
2017-09-21 Topi Pohjolainenintel/blorp/hiz: Always set sample number
2017-09-21 Jason Ekstrandanv: Advertise VK_KHR_maintenance2
2017-09-21 Jason Ekstrandanv/image: Use RENDER_SURFACE_STATE::X/Y Offset on...
2017-09-21 Jason Ekstrandintel/blorp: Handle clearing compressed surfaces
2017-09-21 Jason Ekstrandintel/blorp: Internally expose surf_convert_to_uncompressed
2017-09-21 Jason Ekstrandanv/image: Support creating uncompressed views of compr...
2017-09-21 Jason Ekstrandanv: Add a new anv_surface_state struct
2017-09-21 Jason Ekstrandanv/image: Break surface state fill logic into a helper
2017-09-21 Jason Ekstrandanv/image: Add support for the VkImageViewUsageCreateIn...
2017-09-21 Samuel Iglesias... anv: Advertise point clipping properties
2017-09-21 Jason Ekstrandanv: Add support for tessellation domain origin control
2017-09-21 Jason Ekstrandspirv: Flip the tessellation winding order
2017-09-21 Jason Ekstrandanv/image: Add support for the new depth/stencil layouts
2017-09-20 Jason Ekstrandanv/entrypoints_gen: Dedent the C code
next