summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Update alignment restrictions for HiZ surfaces.Jordan Justen2019-10-281-1/+7
* intel/blorp: Disable depth testing for slow depth clearsNanley Chery2019-10-281-5/+1
* intel: Enable CCS_E for some formats on Gen12Nanley Chery2019-10-282-29/+64
* isl: Redefine the CCS layout for Gen12Nanley Chery2019-10-285-15/+136
* isl: Add and use isl_tiling_flag_to_enum()Nanley Chery2019-10-282-2/+9
* isl/drm: Map HiZ and CCS tilings to YNanley Chery2019-10-281-2/+2
* intel/isl: Update surf_fill_state for gen12Jason Ekstrand2019-10-281-4/+22
* intel/isl/fill_state: Separate aux_mode handling from aux_surfJason Ekstrand2019-10-281-20/+41
* intel/isl: Add new aux modes available on gen12Jason Ekstrand2019-10-281-1/+33
* anv/private: Modify aux slice helpers for Gen12 CCSNanley Chery2019-10-281-3/+17
* intel/blorp: Don't assert aux slices match main slicesNanley Chery2019-10-282-8/+0
* intel/blorp: Use surf instead of aux_surf for image dimensionsJason Ekstrand2019-10-281-2/+2
* intel/blorp: Halve the Gen12 fast-clear/resolve rectangleNanley Chery2019-10-281-4/+9
* intel/blorp/gen12: Set FWCC when storing the clear color.Rafael Antognolli2019-10-282-0/+5
* isl: Round up some pitches to 512B for Gen12's CCSNanley Chery2019-10-281-6/+14
* anv/cmd_buffer: Don't assume CCS_E includes CCS_DNanley Chery2019-10-281-1/+2
* anv/image: Disable CCS_D on Gen12+Nanley Chery2019-10-281-0/+6
* isl: Disable CCS_D on Gen12+Nanley Chery2019-10-281-2/+4
* anv/formats: Disable I915_FORMAT_MOD_Y_TILED_CCS on TGL+Nanley Chery2019-10-281-0/+5
* anv: Properly allocate aux-tracking space for CCS_ENanley Chery2019-10-282-3/+5
* anv/blorp: Use BLORP_BATCH_NO_UPDATE_CLEAR_COLORNanley Chery2019-10-281-22/+10
* anv: Add support for depth bounds testing.Plamena Manolova2019-10-283-0/+15
* genxml: Add 3DSTATE_DEPTH_BOUNDS instruction.Plamena Manolova2019-10-281-0/+13
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-284-7/+7
* intel/compiler: Fix C++ one definition rule violationsDanylo Piliaiev2019-10-284-20/+20
* isl/gen12: 64k surface alignmentJordan Justen2019-10-281-0/+4
* anv: Add aux-map translation for gen12+Lionel Landwerlin2019-10-282-0/+44
* anv/gen12: Write GFX_AUX_TABLE base address registerJordan Justen2019-10-284-0/+44
* genxml/gen12: Add AUX MAP register definitionsJordan Justen2019-10-281-0/+8
* anv/gen12: Initialize aux map contextJordan Justen2019-10-282-2/+22
* intel/common: Add surface to aux map translation table supportJordan Justen2019-10-284-0/+665
* anv: Implement aux-map allocator interfaceJordan Justen2019-10-281-0/+42
* intel/common: Add interface to allocate device buffersJordan Justen2019-10-283-0/+51
* intel/dev: store whether the device uses an aux map tables on devinfoLionel Landwerlin2019-10-281-0/+1
* anv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* anv: Implement VK_KHR_vulkan_memory_modelCaio Marcelo de Oliveira Filho2019-10-243-0/+12
* intel/fs: Implement scoped_memory_barrierCaio Marcelo de Oliveira Filho2019-10-241-8/+19
* intel/fs: Check for NULL key in fs_visitor constructorMichel Dänzer2019-10-241-1/+4
* intel/compiler: Cast to target type before shifting leftMichel Dänzer2019-10-241-1/+1
* intel/compiler: Don't left-shift by >= the number of bits of the typeMichel Dänzer2019-10-241-2/+2
* anv: fix error messageEric Engestrom2019-10-241-5/+2
* anv: implement VK_INTEL_performance_queryLionel Landwerlin2019-10-239-18/+535
* intel/perf: add mdapi writes for register perf countersLionel Landwerlin2019-10-231-0/+36
* intel/genxml: add RPSTAT register for core frequencyLionel Landwerlin2019-10-238-0/+40
* intel/genxml: add generic perf counters registersLionel Landwerlin2019-10-234-0/+72
* intel/perf: add support for querying kernel loaded configurationsLionel Landwerlin2019-10-232-27/+181
* intel/perf: move registers to their own headerLionel Landwerlin2019-10-233-25/+55
* intel/perf: extract register configurationLionel Landwerlin2019-10-233-16/+24
* intel/perf: expose some utility functionsLionel Landwerlin2019-10-232-31/+55
* intel/perf: add mdapi maker helperLionel Landwerlin2019-10-231-0/+28