summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/state: Add support for handling auxiliary surfacesJason Ekstrand2016-07-132-2/+48
* isl: Add an auxiliary surface usage enumJason Ekstrand2016-07-131-0/+26
* isl: Add support for color control surfacesJason Ekstrand2016-07-136-0/+102
* isl: Add support for multisample compression surfacesJason Ekstrand2016-07-133-0/+15
* isl: Add support for HiZ surfacesJason Ekstrand2016-07-137-3/+63
* isl: Kill off isl_format_layout::bsJason Ekstrand2016-07-137-22/+21
* isl: Take bpb rather than bs in tiling_get_infoJason Ekstrand2016-07-132-6/+6
* isl: Use bpb in a few places where it's more natural than bsJason Ekstrand2016-07-134-6/+6
* isl: Use bpb for determining YUV image paddingJason Ekstrand2016-07-131-1/+1
* isl: Bring back isl_format_layout::bpbJason Ekstrand2016-07-132-2/+4
* isl: Change the physical size of a W-tile to 128x32Jason Ekstrand2016-07-134-19/+15
* isl: Rework the way we define tile sizes.Jason Ekstrand2016-07-132-81/+137
* isl: Rework the way we handle surface paddingJason Ekstrand2016-07-131-27/+25
* isl: Use ARRAY_PITCH_SPAN_FULL for depth/stencil surfaces on gen7Jason Ekstrand2016-07-131-1/+1
* isl: Stop multiplying height by block sizeJason Ekstrand2016-07-131-2/+2
* isl: Get rid of tiling_get_extentJason Ekstrand2016-07-132-17/+0
* 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