| Commit message (Expand) | Author | Age | Files | Lines |
* | anv/cmd_buffer: Don't delete command buffers in ResetCommandPool() | Ronie Salgado | 2016-05-27 | 1 | -19/+18 |
* | anv: Try the first 8 render nodes instead of just renderD128 | Jason Ekstrand | 2016-05-27 | 1 | -4/+10 |
* | anv: strdup the device path into the physical device | Jason Ekstrand | 2016-05-27 | 2 | -2/+4 |
* | anv/formats: Exit early for unsupported formats | Jason Ekstrand | 2016-05-27 | 1 | -2/+3 |
* | anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTED | Jason Ekstrand | 2016-05-27 | 1 | -1/+1 |
* | anv/clear: Remove an unused variable | Jason Ekstrand | 2016-05-27 | 1 | -1/+0 |
* | anv: Emit DRAWING_RECTANGLE once at driver initialization | Jason Ekstrand | 2016-05-27 | 2 | -13/+9 |
* | anv/cmd_buffer: Only emit PIPE_CONTROL on-demand | Jason Ekstrand | 2016-05-27 | 6 | -70/+140 |
* | genxml: Make PIPE_CONTROL::CommandStreamerStallEnable a boolean | Jason Ekstrand | 2016-05-27 | 5 | -5/+5 |
* | anv/clear: Only clear the render area when doing subpass clears | Jason Ekstrand | 2016-05-27 | 3 | -4/+3 |
* | anv: Move push constant allocation to the command buffer | Jason Ekstrand | 2016-05-27 | 5 | -44/+71 |
* | isl: Fix some tautological-compare warnings | Ben Widawsky | 2016-05-26 | 2 | -2/+10 |
* | anv: Stop linking against libmesa.la and libdri_test_stubs.la | Jason Ekstrand | 2016-05-26 | 2 | -4/+3 |
* | isl: Mark default cases unreachable. | Matt Turner | 2016-05-25 | 1 | -2/+2 |
* | isl: Remove useless qualifier from return type. | Matt Turner | 2016-05-25 | 1 | -1/+1 |
* | anv/formats: Use isl_format_supports* for format introspection | Jason Ekstrand | 2016-05-23 | 1 | -22/+19 |
* | isl: Add per-gen format introspection | Jason Ekstrand | 2016-05-23 | 2 | -0/+399 |
* | isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format | Jason Ekstrand | 2016-05-23 | 2 | -0/+2 |
* | isl: Add support for quering the string name of a format | Jason Ekstrand | 2016-05-23 | 2 | -1/+9 |
* | anv/formats: Make alpha blending a property of render targets | Nanley Chery | 2016-05-23 | 1 | -4/+2 |
* | anv: remove define _DEFAULT_SOURCE | Emil Velikov | 2016-05-23 | 3 | -6/+0 |
* | vk/intel: use negative VK_NO_PROTOTYPES scheme | Eric Engestrom | 2016-05-23 | 1 | -1/+0 |
* | anv/nir_apply_pipeline_layout: Pass the nir_src from the nir_tex_src | Eduardo Lima Mitev | 2016-05-21 | 1 | -1/+1 |
* | i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height. | Kenneth Graunke | 2016-05-20 | 1 | -4/+0 |
* | i965, anv: Use NIR FragCoord re-center and y-transform passes. | Kenneth Graunke | 2016-05-20 | 1 | -0/+5 |
* | anv: Merge in my TODO list items | Kristian Høgsberg Kristensen | 2016-05-20 | 1 | -0/+11 |
* | anv: Enable textureCompressionASTC_LDR on Gen9+ | Nanley Chery | 2016-05-20 | 2 | -29/+29 |
* | anv/format: Reorder ASTC mappings to match ISL enum ordering | Nanley Chery | 2016-05-20 | 1 | -14/+14 |
* | genxml: Expand SKL's SurfaceFormat field width for ASTC | Nanley Chery | 2016-05-20 | 1 | -2/+1 |
* | isl: Handle npot ASTC block dimensions on Gen9+ | Nanley Chery | 2016-05-20 | 1 | -4/+4 |
* | isl: Add 2D ASTC format layouts and enums | Nanley Chery | 2016-05-20 | 3 | -1/+59 |
* | anv/pipeline: Bounds-check resource indices when robuts_buffer_access is enabled | Jason Ekstrand | 2016-05-19 | 1 | -17/+35 |
* | anv/pipeline: Only do buffer bounds checks if robustBufferAccess is enabled | Jason Ekstrand | 2016-05-19 | 1 | -1/+7 |
* | anv/apply_dynamic_offsets: Use rewrite_src instead of a regular assignment | Jason Ekstrand | 2016-05-19 | 1 | -4/+5 |
* | anv/device: Add a boolean for robust buffer access | Jason Ekstrand | 2016-05-19 | 2 | -0/+4 |
* | anv: Add a TODO file | Jason Ekstrand | 2016-05-19 | 1 | -0/+23 |
* | anv/device: Fix viewportBoundsRange | Nanley Chery | 2016-05-18 | 1 | -1/+1 |
* | anv/batch_chain: free pointers for error cases | Mark Janes | 2016-05-18 | 1 | -2/+2 |
* | isl: Mark default cases in switch unreachable. | Matt Turner | 2016-05-18 | 1 | -0/+6 |
* | anv: Fix warning: unused variable ‘cs_prog_data’ | Jordan Justen | 2016-05-17 | 2 | -2/+0 |
* | Revert "HACK: Don't re-configure L3$ in render stages pre-BDW" | Jordan Justen | 2016-05-17 | 1 | -11/+0 |
* | anv: Port L3 cache programming from i965 | Jordan Justen | 2016-05-17 | 9 | -173/+593 |
* | anv/gen7: Add memory barrier to vkCmdWaitEvents call | Jordan Justen | 2016-05-17 | 1 | -0/+6 |
* | anv: Keep track of whether the data cache should be enabled in L3 | Jordan Justen | 2016-05-17 | 3 | -1/+11 |
* | genxml/hsw: Add L3 cache control registers | Jordan Justen | 2016-05-17 | 1 | -0/+8 |
* | anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8 | Jason Ekstrand | 2016-05-17 | 1 | -0/+10 |
* | anv: Add a devinfo argument to the get_format functions | Jason Ekstrand | 2016-05-17 | 5 | -15/+20 |
* | anv/formats: Set the swizzle to RGB1 when using an RGBA format to fake RGB | Jason Ekstrand | 2016-05-17 | 1 | -2/+5 |
* | anv/formats: Refactor anv_get_format | Jason Ekstrand | 2016-05-17 | 1 | -30/+27 |
* | anv: Use 16 bits for the isl_format in anv_format | Jason Ekstrand | 2016-05-17 | 1 | -1/+1 |