summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8Jason Ekstrand2016-08-083-91/+62
* anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnableJason Ekstrand2016-08-081-0/+1
* anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnableJason Ekstrand2016-08-081-9/+2
* anv/pipeline/gen8: Use fewer designated initializers in emit_rs_stateJason Ekstrand2016-08-081-26/+27
* genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+Jason Ekstrand2016-08-081-2/+2
* anv/pipeline/gen8: Remove an old commentJason Ekstrand2016-08-081-2/+0
* anv/gen7_pipeline: Set PixelShaderKillPixel for discardsNanley Chery2016-08-051-0/+1
* anv: Perform rasterizer discard in the SOL stage instead of the clipper.Kenneth Graunke2016-07-304-3/+12
* anv: Enable per sample shading on gen8+Anuj Phogat2016-07-282-4/+1
* anv/pipeline: Fix setting per sample shading in pixel shaderAnuj Phogat2016-07-281-4/+1
* anv/pipeline: Set up point coord enablesJason Ekstrand2016-07-221-0/+5
* anv/image: Assert that the image format is actually supportedJason Ekstrand2016-07-221-2/+5
* anv/pipeline: Set binding_table.gather_texture_startJason Ekstrand2016-07-221-0/+1
* anv: Properly call gen75_emit_state_base_address on Haswell.Kenneth Graunke2016-07-201-1/+1
* anv: Unify 3DSTATE_CLIP code across generations.Kenneth Graunke2016-07-203-43/+41
* anv: Enable early culling on Gen7.Kenneth Graunke2016-07-201-0/+1
* anv: Fix near plane clipping on Gen7/7.5.Kenneth Graunke2016-07-201-1/+1
* genxml: Add APIMODE_D3D missing enum values and improve consistency.Kenneth Graunke2016-07-201-1/+1
* genxml: Add CLIPMODE_* prefix to 3DSTATE_CLIP's "Clip Mode" enum values.Kenneth Graunke2016-07-201-1/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-173-6/+6
* anv: Handle VK_WHOLE_SIZE properly for buffer viewsJason Ekstrand2016-07-151-3/+4
* anv: Add an align_down_npot_u32 helperJason Ekstrand2016-07-151-0/+6
* anv: Enable independentBlend on gen7Jason Ekstrand2016-07-151-1/+1
* anv/pipeline: Unify blend state setup between gen7 and gen8Jason Ekstrand2016-07-153-190/+136
* genxml: Make gen6-7 blending look more like gen8Jason Ekstrand2016-07-151-12/+13
* anv/blit2d: Copy with stencil sources when neededNanley Chery2016-07-151-3/+14
* anv/image: Fix initialization of the ISL tilingNanley Chery2016-07-152-4/+14
* anv/device: Fix max buffer range limitsNanley Chery2016-07-151-2/+6
* anv/cmd_buffer: Simplify range member assignmentNanley Chery2016-07-151-4/+2
* anv/cmd_buffer: Remove unused variableNanley Chery2016-07-151-2/+1
* anv/descriptor_set: Fix binding partly undefined descriptor setsNanley Chery2016-07-151-0/+5
* anv: Add a stub for CmdCopyQueryPoolResults on Ivy BridgeJason Ekstrand2016-07-131-0/+13
* isl: Kill off isl_format_layout::bsJason Ekstrand2016-07-132-4/+4
* isl: Use bpb in a few places where it's more natural than bsJason Ekstrand2016-07-131-2/+2
* isl: Change the physical size of a W-tile to 128x32Jason Ekstrand2016-07-132-7/+2
* anv/pipeline: Assert that the number of uniforms from NIR fitsJason Ekstrand2016-07-131-0/+1
* anv/dump: Fix post-blit memory barrierChad Versace2016-07-091-2/+2
* anv/dump: Fix vkCmdPipelineBarrier flagsChad Versace2016-07-091-1/+1
* anv/dump: Add support for dumping framebuffersJason Ekstrand2016-07-093-0/+158
* anv/dump: Add a barrier for the source imageJason Ekstrand2016-07-091-0/+22
* anv/dump: Refactor the guts into helpersJason Ekstrand2016-07-091-85/+139
* anv/dump: Use anv_minify instead of hand-rolling itJason Ekstrand2016-07-091-5/+4
* anv/dump: Take an aspect in dump_image_to_ppmJason Ekstrand2016-07-092-3/+10
* anv: gitignore anv_timestamp.hChad Versace2016-07-061-0/+1
* anv: vulkan: remove the anv_device.$(OBJEXT) ruleEmil Velikov2016-07-062-4/+3
* anv: automake: indent with tabs and not spacesEmil Velikov2016-07-051-4/+4
* anv: use cache uuid based on the build timestamp.Emil Velikov2016-07-052-3/+11
* anv/wsi: create swapchain images using specified image usageLionel Landwerlin2016-07-042-4/+9
* anv: Add anv_render_pass_attachment::store_opChad Versace2016-06-232-2/+2
* anv: Use different BOs for different scratch sizes and stagesJason Ekstrand2016-06-227-55/+32