| Commit message (Expand) | Author | Age | Files | Lines |
* | anv: fix the wayland wsi busy flag setting | Dave Airlie | 2016-10-14 | 1 | -1/+1 |
* | anv/wsi: fix apps that acquire multiple images up front | Dave Airlie | 2016-10-14 | 2 | -0/+2 |
* | anv: initialise and increment send_sbc | Dave Airlie | 2016-10-14 | 1 | -0/+2 |
* | anv: Return correct result in EnumeratePhysicalDevices | Nicolas Koch | 2016-10-11 | 1 | -0/+2 |
* | anv: Allow vp_info to be NULL in 3DSTATE_CLIP code. | Kenneth Graunke | 2016-10-11 | 1 | -1/+1 |
* | anv: Fix anv_pipeline_validate_create_info assertions. | Kenneth Graunke | 2016-10-11 | 1 | -7/+9 |
* | intel/genxml: fix building rules for aubinator required headers | Mauro Rossi | 2016-10-11 | 2 | -2/+6 |
* | intel: Fix bash-specific redirection. | Eric Anholt | 2016-10-10 | 1 | -1/+1 |
* | anv: turn on samplerAnisotropy in VkPhysicalDeviceFeatures | Lionel Landwerlin | 2016-10-10 | 2 | -2/+1 |
* | intel: aubinator: enable loading dumps from standard input | Lionel Landwerlin | 2016-10-08 | 1 | -36/+129 |
* | intel: aubinator: enable loading xml files from a given directory | Lionel Landwerlin | 2016-10-08 | 3 | -3/+81 |
* | intel: aubinator: generate a standalone binary | Lionel Landwerlin | 2016-10-08 | 6 | -53/+102 |
* | anv/TODO: Update the HiZ task | Nanley Chery | 2016-10-07 | 1 | -1/+1 |
* | anv: Enable fast depth clears | Nanley Chery | 2016-10-07 | 2 | -2/+35 |
* | anv/cmd_buffer: Enable rendering to HiZ | Chad Versace | 2016-10-07 | 2 | -4/+40 |
* | anv/cmd_buffer: Add code for performing HZ operations | Nanley Chery | 2016-10-07 | 3 | -0/+197 |
* | anv/image: Memset hiz surfaces to 0 when binding memory | Jason Ekstrand | 2016-10-07 | 1 | -1/+30 |
* | anv: Move BindImageMemory to anv_image.c | Jason Ekstrand | 2016-10-07 | 2 | -20/+20 |
* | anv: Allocate hiz surface | Chad Versace | 2016-10-07 | 1 | -3/+34 |
* | anv: Add func anv_image_has_hiz() | Chad Versace | 2016-10-07 | 1 | -0/+10 |
* | anv: Add anv_image::hiz_surface | Chad Versace | 2016-10-07 | 1 | -0/+2 |
* | isl: Correct a comment in the isl_format enum | Nanley Chery | 2016-10-07 | 1 | -1/+1 |
* | anv: pipeline cache: fix return value of vkGetPipelineCacheData | Lionel Landwerlin | 2016-10-07 | 1 | -2/+5 |
* | anv/entrypoints: Save off the entire devinfo rather than a pointer | Jason Ekstrand | 2016-10-06 | 1 | -5/+5 |
* | anv/cmd_buffer: Move the clear_subpasses calls to set_subpass | Jason Ekstrand | 2016-10-06 | 1 | -2/+2 |
* | anv/cmd_buffer: Don't call set_subpass in a secondary | Jason Ekstrand | 2016-10-06 | 4 | -48/+3 |
* | anv/cmd_buffer: Rework descriptor dirtying in set_subpass | Jason Ekstrand | 2016-10-06 | 1 | -1/+5 |
* | anv/wsi: Advertise UNORM formats as well as sRGB | Jason Ekstrand | 2016-10-06 | 2 | -0/+5 |
* | intel: aubinator: use getopt to parse arguments | Lionel Landwerlin | 2016-10-07 | 1 | -57/+33 |
* | anv: automake: ship intel_icd.json.in in the tarball | Emil Velikov | 2016-10-06 | 1 | -0/+1 |
* | intel: automake: reference the correct header | Emil Velikov | 2016-10-06 | 2 | -2/+2 |
* | intel: aubinator: add missing return characters | Lionel Landwerlin | 2016-10-06 | 1 | -5/+5 |
* | anv: fix GetPhysicalDeviceProperties to return timestampPeriod in ns | Philipp Zabel | 2016-10-06 | 1 | -1/+1 |
* | intel/blorp: Use documented RECTLIST vertex positions | Nanley Chery | 2016-10-05 | 1 | -3/+3 |
* | anv/meta: Roll clear_image into CmdClearDepthStencilImage | Jason Ekstrand | 2016-10-05 | 1 | -56/+28 |
* | anv: Use blorp for VkCmdFillBuffer | Jason Ekstrand | 2016-10-05 | 2 | -130/+96 |
* | intel: aubinator: pack supported generations into an array | Lionel Landwerlin | 2016-10-05 | 1 | -53/+35 |
* | i965/l3: Add explicit way size calculation for bxt | Ben Widawsky | 2016-10-05 | 1 | -1/+3 |
* | aubinator: use the correct format specifier for printing ptrdiff_t. | Kenneth Graunke | 2016-10-04 | 1 | -1/+1 |
* | aubinator: Use less -RS instead of -r for the implicit pager. | Kenneth Graunke | 2016-10-04 | 1 | -4/+3 |
* | anv/gen7_pipeline: Fix typo in semicolon | Anuj Phogat | 2016-10-04 | 1 | -1/+1 |
* | anv/gen7_pipeline: Set sample mask field in 3DSTATE_PS | Anuj Phogat | 2016-10-04 | 1 | -0/+3 |
* | anv/gen7_pipeline: Move ksp{1,2} state setting next to ksp0 | Anuj Phogat | 2016-10-04 | 1 | -3/+2 |
* | anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_data | Anuj Phogat | 2016-10-04 | 1 | -0/+1 |
* | anv/gen8_pipeline: Fix typo in semicolon | Anuj Phogat | 2016-10-04 | 1 | -1/+1 |
* | intel/genxml: Keep the value name 'Alternate' uniform across gen75.xml | Anuj Phogat | 2016-10-04 | 1 | -3/+3 |
* | intel/genxml: Fix typo in gen75.xml | Anuj Phogat | 2016-10-04 | 1 | -1/+1 |
* | anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fbo | Anuj Phogat | 2016-10-04 | 1 | -1/+2 |
* | anv/blorp: Handle zero width/height blits in blorp_copy() | Anuj Phogat | 2016-10-04 | 1 | -1/+4 |
* | intel/isl: Add an assert to check zero width/height surface | Anuj Phogat | 2016-10-04 | 1 | -0/+3 |