summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv/device: Enable sample shading on gen7+Anuj Phogat2016-08-091-1/+1
* anv/gen7_pipeline: Set multisample state using shared functionAnuj Phogat2016-08-091-16/+4
* anv/pipeline: Add sample locations for gen7-7.5Anuj Phogat2016-08-091-0/+47
* anv/pipeline: Move emit_ms_state() to genX_pipeline_util.hAnuj Phogat2016-08-092-40/+40
* anv/pipeline/gen7: Set multisample modesLionel Landwerlin2016-08-083-3/+14
* anv/pipeline: rename info to rs_info in emit_rs_stateLionel Landwerlin2016-08-081-8/+8
* anv/pipeline/gen7: Set the depth format in 3DSTATE_SFJason Ekstrand2016-08-083-2/+25
* isl: Add a helper for getting a depth format from an isl_formatJason Ekstrand2016-08-082-0/+26
* 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-083-6/+12
* 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
* genxml: Rename "API Rendering Disable" to "Rendering Disable".Kenneth Graunke2016-07-202-2/+2
* 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-206-3/+8
* genxml: Add CLIPMODE_* prefix to 3DSTATE_CLIP's "Clip Mode" enum values.Kenneth Graunke2016-07-203-7/+7
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-173-6/+6
* isl/state: Add support for OffsetX/Y in surface stateJason Ekstrand2016-07-152-0/+31
* isl: Add support for filling out surface states all the way back to gen4Jason Ekstrand2016-07-156-5/+182
* isl: Add an ISL_DEV_IS_G4X macroJason Ekstrand2016-07-151-0/+4
* genxml: Add macros and #includes for gens 4-6Jason Ekstrand2016-07-152-2/+23
* genxml: Make X/Y Offset field of SURFACE_STATE a uintJason Ekstrand2016-07-157-14/+14
* genxml: Add enough XML for gens 4, 4.5, and 5 to get SURFACE_STATEJason Ekstrand2016-07-156-0/+185
* isl/state: Divide the aux qpitch by 4Jason Ekstrand2016-07-151-1/+1
* isl: Fix the bs assertion in isl_tiling_get_infoJason Ekstrand2016-07-151-2/+5
* 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-154-15/+34
* Revert "isl: Don't filter tiling flags if a specific tiling bit is set"Nanley Chery2016-07-151-8/+5
* 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
* isl: Fix isl_tiling_is_any_y()Nanley Chery2016-07-151-1/+1
* anv/device: Fix max buffer range limitsNanley Chery2016-07-151-2/+6
* isl: Fix assert on raw buffer surface state sizeNanley Chery2016-07-151-1/+8
* anv/cmd_buffer: Simplify range member assignmentNanley Chery2016-07-151-4/+2
* anv/cmd_buffer: Remove unused variableNanley Chery2016-07-151-2/+1