summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: tidy more warningsKenneth Graunke2019-02-211-2/+0
* iris: Enable msaa_map transfer helpersKenneth Graunke2019-02-211-1/+1
* iris: Actually create/destroy HW contextsKenneth Graunke2019-02-211-0/+8
* iris: Don't leak the compute batchKenneth Graunke2019-02-211-0/+1
* iris: cross batch flushingKenneth Graunke2019-02-211-0/+10
* iris: Cross-link iris_batches so they can potentially flush each otherKenneth Graunke2019-02-214-4/+26
* iris: fix crash in sparse vertex arrayDave Airlie2019-02-211-1/+2
* iris: Use at least 1x1 size for null FB surface state.Kenneth Graunke2019-02-211-1/+4
* iris: Drop B5G5R5X1 supportKenneth Graunke2019-02-211-1/+0
* iris: Enable A8/A16_UNORM in an inefficient mannerKenneth Graunke2019-02-211-6/+7
* iris: Enable ARB_shader_stencil_exportKenneth Graunke2019-02-211-0/+1
* iris: Disable a PIPE_CONTROL workaround on IcelakeKenneth Graunke2019-02-211-1/+1
* iris: Flag constants dirty on program changesKenneth Graunke2019-02-211-7/+6
* iris: allow binding a null vertex bufferKenneth Graunke2019-02-211-3/+7
* iris: fix overhead regression from "don't stomp each other's dirty bits"Kenneth Graunke2019-02-211-1/+1
* iris: delete dead codeKenneth Graunke2019-02-211-27/+0
* iris: Fix refcounting of grid surfaceKenneth Graunke2019-02-211-1/+1
* iris/compute: Zero out the last grid size on indirect dispatchesJason Ekstrand2019-02-211-0/+5
* iris/compute: Don't increment the grid size offsetJason Ekstrand2019-02-211-2/+0
* iris: SO_DECL_LIST fixKenneth Graunke2019-02-211-0/+8
* iris: Fall back to 1x1x1 null surface if no framebuffer suppliedKenneth Graunke2019-02-211-0/+4
* iris: Fix off by one in scissoring, empty scissors, default scissorsKenneth Graunke2019-02-211-2/+24
* iris: Move snapshots_landed to the front.Kenneth Graunke2019-02-211-1/+1
* iris: Clamp UBO and SSBO access to the actual BO size, for safetyKenneth Graunke2019-02-211-2/+5
* iris: Fix texture buffer / image buffer sizes.Kenneth Graunke2019-02-213-26/+46
* iris: fix SF_CLIP_VIEWPORT array indexing with multiple VPsKenneth Graunke2019-02-211-1/+2
* iris: flag CC_VIEWPORT when changing num viewportsKenneth Graunke2019-02-211-0/+1
* iris: fix UBOs with bindings that have an offsetKenneth Graunke2019-02-211-0/+1
* iris: try and avoid pointless compute submissionsKenneth Graunke2019-02-211-1/+3
* iris: fix SBA flushing by refactoring codeKenneth Graunke2019-02-211-50/+25
* iris: do PIPELINE_SELECT for render engine, add flushes, GLK hacksKenneth Graunke2019-02-211-6/+80
* iris: hack to avoid memorybarriers out the wazooKenneth Graunke2019-02-211-3/+7
* iris: don't let render/compute contexts stomp each other's dirty bitsKenneth Graunke2019-02-212-3/+10
* iris: better dirty checkingKenneth Graunke2019-02-212-52/+67
* iris: rewrite grid surface handlingKenneth Graunke2019-02-213-57/+73
* iris: XXX for compute state tracking :/Kenneth Graunke2019-02-211-0/+1
* iris: fix whitespaceKenneth Graunke2019-02-211-3/+3
* iris: bail if SLM is neededKenneth Graunke2019-02-211-0/+3
* iris: leave XXX about unnecessary binding table uploadsKenneth Graunke2019-02-211-0/+2
* iris: drop unnecessary #ifdefsKenneth Graunke2019-02-211-2/+0
* iris: drop XXX that Jordan handledKenneth Graunke2019-02-211-2/+0
* iris/compute: Support indirect compute dispatchJordan Justen2019-02-211-0/+21
* iris/compute: Push subgroup-idJordan Justen2019-02-213-6/+37
* iris/compute: Flush compute batch on memory-barriersJordan Justen2019-02-211-0/+1
* iris/compute: Provide binding table entry for gl_NumWorkGroupsJordan Justen2019-02-211-6/+53
* iris/compute: Wait on compute batch when mappingJordan Justen2019-02-211-0/+5
* iris/program: Don't try to push ubo ranges for computeJordan Justen2019-02-211-1/+2
* iris/compute: Get group counts from grid->gridJordan Justen2019-02-211-3/+3
* iris/compute: Flush compute batchesJordan Justen2019-02-211-0/+1
* iris/compute: Add MEDIA_STATE_FLUSH following WALKERJordan Justen2019-02-211-0/+2