doc/specs: Reference the Khronos registry XML
[mesa.git] / src / intel /
2016-10-14 Emil Velikovaubinator: replace pragma once with ifndef guard
2016-10-14 Emil Velikovanv: error out if anv_genX.h is included by !anv_private.h
2016-10-14 Emil Velikovanv: use correct header guards
2016-10-14 Emil Velikovintel/genxml: use correct header guards
2016-10-14 Emil Velikovintel/common: use correct header guards
2016-10-14 Emil Velikovintel/blorp: use correct header guards
2016-10-14 Emil Velikovisl: use ifndef header guards
2016-10-14 Emil Velikovisl: make locally used functions static
2016-10-14 Emil Velikovisl: trivial include-what-you-want cleanups
2016-10-14 Emil Velikovisl/gen7: remove unneeded ISL_DEV_GEN check
2016-10-14 Emil Velikovisl: prefix non-static API with isl_
2016-10-14 Emil Velikovisl/gen6: correctly check msaa layout samples count
2016-10-14 Emil Velikovintel: automake: replace direct basename $@ invokation...
2016-10-13 Dave Airlieanv: fix the wayland wsi busy flag setting
2016-10-13 Dave Airlieanv/wsi: fix apps that acquire multiple images up front
2016-10-13 Dave Airlieanv: initialise and increment send_sbc
2016-10-12 Nicolas Kochanv: Return correct result in EnumeratePhysicalDevices
2016-10-12 Kenneth Graunkeanv: Allow vp_info to be NULL in 3DSTATE_CLIP code.
2016-10-12 Kenneth Graunkeanv: Fix anv_pipeline_validate_create_info assertions.
2016-10-11 Mauro Rossiintel/genxml: fix building rules for aubinator required...
2016-10-10 Eric Anholtintel: Fix bash-specific redirection.
2016-10-10 Lionel Landwerlinanv: turn on samplerAnisotropy in VkPhysicalDeviceFeatures
2016-10-08 Lionel Landwerlinintel: aubinator: enable loading dumps from standard...
2016-10-08 Lionel Landwerlinintel: aubinator: enable loading xml files from a given...
2016-10-08 Lionel Landwerlinintel: aubinator: generate a standalone binary
2016-10-07 Nanley Cheryanv/TODO: Update the HiZ task
2016-10-07 Nanley Cheryanv: Enable fast depth clears
2016-10-07 Chad Versaceanv/cmd_buffer: Enable rendering to HiZ
2016-10-07 Nanley Cheryanv/cmd_buffer: Add code for performing HZ operations
2016-10-07 Jason Ekstrandanv/image: Memset hiz surfaces to 0 when binding memory
2016-10-07 Jason Ekstrandanv: Move BindImageMemory to anv_image.c
2016-10-07 Chad Versaceanv: Allocate hiz surface
2016-10-07 Chad Versaceanv: Add func anv_image_has_hiz()
2016-10-07 Chad Versaceanv: Add anv_image::hiz_surface
2016-10-07 Nanley Cheryisl: Correct a comment in the isl_format enum
2016-10-07 Lionel Landwerlinanv: pipeline cache: fix return value of vkGetPipelineC...
2016-10-07 Jason Ekstrandanv/entrypoints: Save off the entire devinfo rather...
2016-10-06 Jason Ekstrandanv/cmd_buffer: Move the clear_subpasses calls to set_s...
2016-10-06 Jason Ekstrandanv/cmd_buffer: Don't call set_subpass in a secondary
2016-10-06 Jason Ekstrandanv/cmd_buffer: Rework descriptor dirtying in set_subpass
2016-10-06 Jason Ekstrandanv/wsi: Advertise UNORM formats as well as sRGB
2016-10-06 Lionel Landwerlinintel: aubinator: use getopt to parse arguments
2016-10-06 Emil Velikovanv: automake: ship intel_icd.json.in in the tarball
2016-10-06 Emil Velikovintel: automake: reference the correct header
2016-10-06 Lionel Landwerlinintel: aubinator: add missing return characters
2016-10-06 Philipp Zabelanv: fix GetPhysicalDeviceProperties to return timestam...
2016-10-05 Nanley Cheryintel/blorp: Use documented RECTLIST vertex positions
2016-10-05 Jason Ekstrandanv/meta: Roll clear_image into CmdClearDepthStencilImage
2016-10-05 Jason Ekstrandanv: Use blorp for VkCmdFillBuffer
2016-10-05 Lionel Landwerlinintel: aubinator: pack supported generations into an...
2016-10-05 Ben Widawskyi965/l3: Add explicit way size calculation for bxt
2016-10-05 Kenneth Graunkeaubinator: use the correct format specifier for printin...
2016-10-05 Kenneth Graunkeaubinator: Use less -RS instead of -r for the implicit...
2016-10-04 Anuj Phogatanv/gen7_pipeline: Fix typo in semicolon
2016-10-04 Anuj Phogatanv/gen7_pipeline: Set sample mask field in 3DSTATE_PS
2016-10-04 Anuj Phogatanv/gen7_pipeline: Move ksp{1,2} state setting next...
2016-10-04 Anuj Phogatanv/gen8_pipeline: Add an assert to ensure use_alt_mode...
2016-10-04 Anuj Phogatanv/gen8_pipeline: Fix typo in semicolon
2016-10-04 Anuj Phogatintel/genxml: Keep the value name 'Alternate' uniform...
2016-10-04 Anuj Phogatintel/genxml: Fix typo in gen75.xml
2016-10-04 Anuj Phogatanv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non...
2016-10-04 Anuj Phogatanv/blorp: Handle zero width/height blits in blorp_copy()
2016-10-04 Anuj Phogatintel/isl: Add an assert to check zero width/height...
2016-10-04 Timothy Arceriintel: use the correct format specifier for printing...
2016-10-04 Tapani Pälliintel: fix compilation warning on gen_get_device_info
2016-10-03 Jason Ekstrandintel/isl: Allow non-2D HiZ surfaces
2016-10-03 Jason Ekstrandintel/isl: Add a detailed comment about multisampling...
2016-10-03 Jason Ekstrandintel/isl: Remove tiling checks from choose_msaa_layout
2016-10-03 Jason Ekstrandintel/isl: Handle HiZ and CCS tiling more directly
2016-10-03 Jason Ekstrandintel/isl: Allow multisampling with ISL_FORMAT_HiZ
2016-10-03 Jason Ekstrandintel/isl: Allow creation of 1-D compressed textures
2016-10-03 Jason Ekstrandintel/isl: Fix up asserts in calc_phys_level0_extent_sa
2016-10-03 Jason Ekstrandintel/isl: Add a format_supports_multisampling helper
2016-10-03 Ville Syrjäläanv/formats: Fix build on gcc-4 and earlier
2016-10-03 Timothy Arcerii965: rename max_ds_* variable to max_tes_*
2016-10-03 Timothy Arcerii965: rename max_hs_* variables to max_tcs_*
2016-09-26 Sirisha Gandikotaaubinator: Fix the decoding of values that span two...
2016-09-25 Nayan Deshmukhaubinator: fix resource leak
2016-09-23 Nicolas Kochanv: Check for VK_WHOLE_SIZE in anv_CmdFillBuffer
2016-09-23 Lionel Landwerlinanv: get rid of duplicated values from gen_device_info
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Lionel Landwerlinanv: pipeline: use correct number of thread for compute
2016-09-21 Lionel Landwerlinanv: allocator: correct scratch space for haswell
2016-09-21 Lionel Landwerlinanv: device: calculate compute thread numbers using...
2016-09-20 Lionel Landwerlinaubinator: add a custom handler for immediate register...
2016-09-16 Kenneth Graunkeisl: Finish tiling filtering for Gen6.
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-15 Jason Ekstrandanv/cmd_buffer: Set the L3 atomic disable mask bit...
2016-09-15 Jason Ekstrandintel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE
2016-09-15 Jason Ekstrandintel/blorp: Emit 3DSTATE_MULTISAMPLE directly
2016-09-15 Jason Ekstrandintel: Move Vulkan sample positions to common code
2016-09-13 Sirisha Gandikotaaubinator: Remove bogus "end" parameter in gen_disasm_d...
2016-09-13 Sirisha Gandikotaaubinator: Make gen_disasm_disassemble handle split...
2016-09-13 Sirisha Gandikotaaubinator: Simplify print_dword_val() method
2016-09-13 Jason Ekstrandanv/image: Set correct base_array_layer and array_len...
2016-09-13 Jason EkstrandRevert "intel/isl: Ignore base_array_layer and array_le...
2016-09-13 Jason Ekstrandanv: Use blorp for doing MSAA resolves
2016-09-13 Jason Ekstrandanv: Use blorp for ClearColorImage
2016-09-13 Jason Ekstrandanv: Delete meta_blit2d
2016-09-13 Jason Ekstrandanv/blorp: Add a gcd_pow2_u64 helper and use it for...
next