aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: Fix depth values for blit scenarioJan Zielinski2019-10-311-0/+8
* iris/gen11+: Move flush for render target changeJordan Justen2019-10-311-19/+20
* iris: Add IRIS_DIRTY_RENDER_BUFFER state flagJordan Justen2019-10-311-1/+3
* radv: declare NGG scratch for VS or TES and only on GFX10Samuel Pitoiset2019-10-311-5/+3
* lima: add cubemap supportArno Messiaen2019-10-317-252/+45
* lima: introduce ppir_op_load_coords_reg to differentiate between loading text...Arno Messiaen2019-10-316-5/+18
* lima: add layer_stride field to lima_resource structArno Messiaen2019-10-313-15/+28
* lima: fix stride in texture descriptorArno Messiaen2019-10-312-3/+3
* intel/compiler: Report the number of non-spill/fill SEND messages on vec4 tooIan Romanick2019-10-301-5/+35
* nir: fix couple of compile warningsTapani Pälli2019-10-311-2/+2
* radv: Fix timeout handling in syncobj wait.Bas Nieuwenhuizen2019-10-311-1/+1
* nv50/ir: mark STORE destination inputs as usedIlia Mirkin2019-10-301-0/+6
* gm107/ir: fix loading z offset for layered 3d image bindingsIlia Mirkin2019-10-304-54/+202
* intel/dev: set default num_eu_per_subslice on gen12Lionel Landwerlin2019-10-301-1/+2
* docs/new_features: Empty the feature list for the 20.0 cycleDylan Baker2019-10-301-18/+0
* Bump VERSION to 20.0.0-develDylan Baker2019-10-301-1/+1
* docs/relnotes/new_features.txt: Add note about gen12 support19.3-branchpointJordan Justen2019-10-301-0/+1
* intel/eu/validate/gen12: Add TGL to eu_validate tests.Jordan Justen2019-10-301-0/+9
* intel/dev: Add preliminary device info for TigerlakeJordan Justen2019-10-302-0/+56
* intel/dump_gpu: handle context create extended ioctlLionel Landwerlin2019-10-301-0/+15
* radv: Allocate space for temp. semaphore parts.Bas Nieuwenhuizen2019-10-301-0/+1
* anv: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-303-1/+45
* blorp: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-301-0/+3
* iris: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-302-0/+21
* intel/genxml: Add gen12 tile cache flush bitJordan Justen2019-10-301-0/+1
* aco: implement VGPR spillingDaniel Schürmann2019-10-301-7/+162
* aco: always set scratch_offset in startpgmDaniel Schürmann2019-10-303-23/+22
* aco: omit linear VGPRs as spill variablesDaniel Schürmann2019-10-301-4/+8
* aco: ensure that spilled VGPR reloads are done after p_logical_startDaniel Schürmann2019-10-301-34/+43
* aco: simplify calculation of target register pressure when spillingDaniel Schürmann2019-10-301-39/+12
* aco: fix new_demand calculation for first instructionsRhys Perry2019-10-301-4/+7
* aco: don't add interferences between spilled phi operandsDaniel Schürmann2019-10-301-8/+8
* aco: consider loop_exit blocks like merge blocks, even if they have only one ...Daniel Schürmann2019-10-301-2/+2
* aco: don't insert the exec mask into set of live-out variables when spillingDaniel Schürmann2019-10-301-14/+6
* aco: fix transitive affinities of spilled variablesDaniel Schürmann2019-10-301-25/+79
* aco: fix live-range splits of phisDaniel Schürmann2019-10-301-14/+23
* aco: remove potential critical edge on loops.Daniel Schürmann2019-10-302-18/+23
* aco: improve live variable analysisDaniel Schürmann2019-10-301-25/+64
* aco: Lower to CSSADaniel Schürmann2019-10-304-41/+268
* etnaviv: fix non-pointsprite points on GC7000LJonathan Marek2019-10-301-0/+4
* etnaviv: stencil fixJonathan Marek2019-10-301-13/+15
* etnaviv: fix depth biasJonathan Marek2019-10-302-1/+2
* iris: Set MOCS for external surfaces to uncachedJordan Justen2019-10-301-4/+8
* iris: Align fast clear color state buffer to a page.Rafael Antognolli2019-10-301-0/+5
* anv: Align fast clear color state buffer to a page.Rafael Antognolli2019-10-301-0/+9
* zink: only enable KHR_external_memory_fd if supportedErik Faye-Lund2019-10-303-7/+28
* radv: Start signalling semaphores in WSI acquire.Bas Nieuwenhuizen2019-10-301-7/+27
* aco: rename README to README.mdRhys Perry2019-10-301-0/+0
* aco: a couple loop handling fixes for GFX10 hazard passRhys Perry2019-10-301-3/+3
* intel/compiler: Add instruction compaction support on Gen12Matt Turner2019-10-302-184/+868