| Commit message (Expand) | Author | Age | Files | Lines |
* | isl/format: Add a get_num_channels helper | Jason Ekstrand | 2016-04-21 | 2 | -0/+17 |
* | isl/format: Add more isl_format_has_type_channel functions | Jason Ekstrand | 2016-04-21 | 2 | -4/+43 |
* | isl/format: Break the guts of has_[us]int_channel into a helper | Jason Ekstrand | 2016-04-21 | 1 | -18/+16 |
* | anv/image: Use the has_matching_typed_storage_image_format helper from isl | Jason Ekstrand | 2016-04-21 | 1 | -12/+3 |
* | isl: Add a helper for determining when a typed load/store can be used | Jason Ekstrand | 2016-04-21 | 2 | -0/+20 |
* | isl: Take a devinfo in lower_storage_image_format instead of an isl_device | Jason Ekstrand | 2016-04-21 | 4 | -18/+19 |
* | isl: Don't use designated initializers in the header | Jason Ekstrand | 2016-04-21 | 1 | -13/+24 |
* | isl: Include c99_compat.h | Jason Ekstrand | 2016-04-21 | 1 | -0/+1 |
* | i965: Add a dependency on libisl | Jason Ekstrand | 2016-04-21 | 1 | -4/+0 |
* | i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo. | Kenneth Graunke | 2016-04-20 | 1 | -1/+1 |
* | i965: Delete now dead persample_2x FS program key flag. | Kenneth Graunke | 2016-04-20 | 1 | -3/+0 |
* | anv: s/anv_batch_emit_blk/anv_batch_emit/ | Jason Ekstrand | 2016-04-20 | 11 | -138/+133 |
* | anv: Remove the old emit macro | Jason Ekstrand | 2016-04-20 | 1 | -10/+0 |
* | anv/gen7_pipeline: Use the new emit macro | Jason Ekstrand | 2016-04-20 | 1 | -113/+124 |
* | anv/gen7_cmd_buffer: Use the new emit macro | Jason Ekstrand | 2016-04-20 | 1 | -52/+70 |
* | anv/device: Use the new emit macro | Jason Ekstrand | 2016-04-20 | 2 | -12/+13 |
* | anv/state: Use the new emit macro | Jason Ekstrand | 2016-04-20 | 1 | -77/+78 |
* | anv/gen8_pipeline: Use the new emit macro | Jason Ekstrand | 2016-04-20 | 1 | -177/+191 |
* | anv/genX_pipeline: Use the new emit macro | Jason Ekstrand | 2016-04-20 | 2 | -38/+45 |
* | anv/gen8_cmd_buffer: Use the new emit macro | Jason Ekstrand | 2016-04-20 | 1 | -74/+87 |
* | anv/cmd_buffer: Use the new emit macro for quaries | Jason Ekstrand | 2016-04-20 | 1 | -24/+32 |
* | anv/cmd_buffer: Use the new emit macro for DRAWING_RECTANGLE | Jason Ekstrand | 2016-04-20 | 1 | -9/+10 |
* | anv/cmd_buffer: Use the new emit macro for compute shader dispatch | Jason Ekstrand | 2016-04-20 | 1 | -52/+64 |
* | anv/cmd_buffer: Use the new emit macro for 3DSTATE_CONSTANT | Jason Ekstrand | 2016-04-20 | 1 | -10/+11 |
* | anv/cmd_buffer: Use the new emit macro for DEPTH/STENCIL_BUFFER | Jason Ekstrand | 2016-04-20 | 1 | -34/+42 |
* | anv/cmd_buffer: Use the new emit macro for PIPE_CONTROL and STATE_BASE_ADDRESS | Jason Ekstrand | 2016-04-20 | 1 | -62/+76 |
* | anv/cmd_buffer: Use the new emit macro for 3DPRIMITIVE commands | Jason Ekstrand | 2016-04-20 | 1 | -24/+28 |
* | anv: Add a new block-based batch emit macro | Jason Ekstrand | 2016-04-20 | 1 | -0/+9 |
* | anv: fix build without Wayland platform | Marcin Ĺšlusarz | 2016-04-20 | 2 | -7/+5 |
* | anv: fix building on i686 with -mcpu=generic | Laurent Carlier | 2016-04-20 | 1 | -1/+1 |
* | nir: rename nir_foreach_block*() to nir_foreach_block*_call() | Connor Abbott | 2016-04-20 | 3 | -4/+7 |
* | anv/apply_dynamic_offsets: Provide a range on the load_uniform | Jason Ekstrand | 2016-04-20 | 1 | -1/+3 |
* | anv/lower_push_constants: Stop treating scalar specially | Jason Ekstrand | 2016-04-20 | 3 | -28/+4 |
* | anv/device: Images are only enabled in scalar stages | Jason Ekstrand | 2016-04-15 | 1 | -2/+2 |
* | anv: Advertise vertexPipelineStoresAndAtomics based on scalar stages | Jason Ekstrand | 2016-04-15 | 1 | -1/+5 |
* | anv: Install the installable ICD | Jason Ekstrand | 2016-04-14 | 1 | -0/+3 |
* | anv/intel_icd: Don't provide an absolute path | Jason Ekstrand | 2016-04-14 | 2 | -3/+2 |
* | configure: Add initial support for enabling Vulkan drivers | Jason Ekstrand | 2016-04-14 | 1 | -1/+5 |
* | anv/pipeline: Use the right mask for lower_indirect_derefs | Jason Ekstrand | 2016-04-14 | 1 | -3/+3 |
* | spirv: Move to compiler/ | Jason Ekstrand | 2016-04-14 | 1 | -1/+1 |
* | Merge remote-tracking branch 'public/master' into vulkan | Jason Ekstrand | 2016-04-13 | 1 | -1/+1 |
* | anv: Remove default scissor and viewport concepts | Nanley Chery | 2016-04-13 | 4 | -49/+9 |
* | anv: Replace ::disable_scissor with ::use_rectlists | Nanley Chery | 2016-04-13 | 7 | -7/+2 |
* | anv: Delete anv_graphics_pipeline_create_info::disable_viewport | Nanley Chery | 2016-04-13 | 5 | -5/+0 |
* | gen{7,8}_pipeline: Always set ViewportXYClipTestEnable | Nanley Chery | 2016-04-13 | 2 | -2/+2 |
* | gen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictions | Nanley Chery | 2016-04-13 | 2 | -4/+4 |
* | anv_cmd_buffer: Don't make the initial state dirty | Nanley Chery | 2016-04-13 | 1 | -1/+1 |
* | anv/meta: Don't set the dynamic state for disabled operations | Nanley Chery | 2016-04-13 | 4 | -82/+3 |
* | anv/clear: Disable the scissor operation | Nanley Chery | 2016-04-13 | 1 | -0/+1 |
* | anv/pipeline: Set up flat enables correctly | Jason Ekstrand | 2016-04-09 | 1 | -0/+1 |