summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-20aubinator: Drop spec parameter to decode_group().Kenneth Graunke1-13/+12
2017-03-20aubinator: Make the iterator store a pointer to structure descriptions.Kenneth Graunke3-27/+11
2017-03-20aubinator: Track the current field's starting dword offset.Kenneth Graunke3-26/+18
2017-03-20aubinator: Drop decode_structure() helper.Kenneth Graunke1-16/+9
2017-03-20aubinator: Drop unused print_dword_headers flag.Kenneth Graunke1-5/+4
2017-03-20aubinator: Store a pointer from gen_group back to gen_spec.Kenneth Graunke2-0/+2
2017-03-20aubinator: Store enum textual name in iter->value.Kenneth Graunke3-19/+15
2017-03-20si_descriptor: move velems nullity check before dereferenceJulien Isorce1-4/+11
2017-03-20radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce1-2/+7
2017-03-20si_pipe: remove nullity check after dereferenceJulien Isorce1-3/+0
2017-03-20radeon: initialize hole variable before calling container_ofJulien Isorce1-1/+1
2017-03-20intel: Correct the BDW surface state sizeNanley Chery2-4/+3
2017-03-20r600g: Fix out of bounds accessBartosz Tomczyk2-20/+22
2017-03-20r600g: update sb documentationConstantine Kharlamov1-3/+6
2017-03-20r600g: make condition clearerConstantine Kharlamov1-6/+8
2017-03-20anv/genX: Solve the vkCreateGraphicsPipelines crashXu,Randy1-2/+2
2017-03-20radv: fix logic for when to flush on multiple CS emissionDave Airlie1-8/+8
2017-03-20spirv: Implement IsInf using an integer comparisonJason Ekstrand1-1/+1
2017-03-20radv/meta: fix image clears for r4g4 format.Dave Airlie1-0/+8
2017-03-20Revert "radv: fallback to an in-memory cache when no pipline cache is provided"Dave Airlie3-13/+6
2017-03-20mesa: disable glthread when glNewList() is calledTimothy Arceri1-1/+1
2017-03-20radv: fix primitive reset index emissionDave Airlie1-1/+1
2017-03-20util/disk_cache: check rename resultGrazvydas Ignotas1-2/+6
2017-03-20util/disk_cache: delete .tmp if target existsGrazvydas Ignotas1-1/+3
2017-03-20util/disk_cache: fix stored_keys indexGrazvydas Ignotas1-2/+2
2017-03-19nv30: create uploader after pipe->screen is setIlia Mirkin1-6/+6
2017-03-18nv50,nvc0: enable TEX_LZ and TXF_LZIlia Mirkin3-4/+17
2017-03-18st/mesa: set result writemask based on ir typeIlia Mirkin1-0/+1
2017-03-18nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst1-0/+1
2017-03-18util/disk_cache: pass predicate functions file stats directly (v4)Alan Swanson1-34/+21
2017-03-18glsl: use set for copy propagation killsTimothy Arceri1-37/+28
2017-03-18st/dri: wait for thread to finish before unbinding contextTimothy Arceri1-0/+3
2017-03-18glsl: don't leak memory when trying to count loop iterationsTimothy Arceri1-2/+3
2017-03-17genxml: Make MI_STORE_DATA_IMM have a single 64-bit data fieldJason Ekstrand6-12/+6
2017-03-17anv: Turn on inherited queriesJason Ekstrand1-1/+1
2017-03-17anv: Implement pipeline statistics queriesIlia Mirkin4-12/+226
2017-03-17anv: Disable VF statistics for blorp and SOL memcpyJason Ekstrand4-3/+18
2017-03-17anv/pipeline: Enable clipper statisticsJason Ekstrand1-0/+1
2017-03-17genxml: s/Clipper Statistics Enable/Statistics Enable/Jason Ekstrand5-5/+5
2017-03-17anv/query: Rework store_query_resultJason Ekstrand1-15/+24
2017-03-17anv/query: Break GPU query calculation into a helperJason Ekstrand1-12/+18
2017-03-17genxml: Add pipeline statistics registers on gen7+Jason Ekstrand4-0/+176
2017-03-17anv/query: Add a helper for writing a query pool resultJason Ekstrand1-16/+17
2017-03-17anv/query: Use a variable-length slot sizeJason Ekstrand2-28/+33
2017-03-17anv/query: Move the available bits to the frontJason Ekstrand2-28/+19
2017-03-17anv/query: Let 32-bit values wrapJason Ekstrand1-2/+0
2017-03-17gallium/radeon: formalize that create_batch_query doesn't need pipe_contextMarek Olšák3-13/+12
2017-03-17gallium/radeon: formalize that create_query doesn't need pipe_contextMarek Olšák3-32/+32
2017-03-17gallium/radeon: reference pipe_resource in pipe_transferMarek Olšák2-2/+5
2017-03-17radeonsi: compile all TGSI compute shaders asynchronouslyMarek Olšák1-44/+81