summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aubinator: Make the iterator store a pointer to structure descriptions.Kenneth Graunke2017-03-203-27/+11
* aubinator: Track the current field's starting dword offset.Kenneth Graunke2017-03-203-26/+18
* aubinator: Drop decode_structure() helper.Kenneth Graunke2017-03-201-16/+9
* aubinator: Drop unused print_dword_headers flag.Kenneth Graunke2017-03-201-5/+4
* aubinator: Store a pointer from gen_group back to gen_spec.Kenneth Graunke2017-03-202-0/+2
* aubinator: Store enum textual name in iter->value.Kenneth Graunke2017-03-203-19/+15
* si_descriptor: move velems nullity check before dereferenceJulien Isorce2017-03-201-4/+11
* radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce2017-03-201-2/+7
* si_pipe: remove nullity check after dereferenceJulien Isorce2017-03-201-3/+0
* radeon: initialize hole variable before calling container_ofJulien Isorce2017-03-201-1/+1
* intel: Correct the BDW surface state sizeNanley Chery2017-03-202-4/+3
* r600g: Fix out of bounds accessBartosz Tomczyk2017-03-202-20/+22
* r600g: update sb documentationConstantine Kharlamov2017-03-201-3/+6
* r600g: make condition clearerConstantine Kharlamov2017-03-201-6/+8
* docs: add news item and link release notes for 13.0.6/17.0.2Emil Velikov2017-03-202-0/+14
* docs: add sha256 checksums for 17.0.2Emil Velikov2017-03-201-1/+2
* docs: add release notes for 17.0.2Emil Velikov2017-03-201-0/+184
* docs: add sha256 checksums for 13.0.6Emil Velikov2017-03-201-1/+2
* docs: add release notes for 13.0.6Emil Velikov2017-03-201-0/+286
* anv/genX: Solve the vkCreateGraphicsPipelines crashXu,Randy2017-03-201-2/+2
* radv: fix logic for when to flush on multiple CS emissionDave Airlie2017-03-201-8/+8
* spirv: Implement IsInf using an integer comparisonJason Ekstrand2017-03-201-1/+1
* radv/meta: fix image clears for r4g4 format.Dave Airlie2017-03-201-0/+8
* Revert "radv: fallback to an in-memory cache when no pipline cache is provided"Dave Airlie2017-03-203-13/+6
* mesa: disable glthread when glNewList() is calledTimothy Arceri2017-03-201-1/+1
* radv: fix primitive reset index emissionDave Airlie2017-03-201-1/+1
* util/disk_cache: check rename resultGrazvydas Ignotas2017-03-201-2/+6
* util/disk_cache: delete .tmp if target existsGrazvydas Ignotas2017-03-201-1/+3
* util/disk_cache: fix stored_keys indexGrazvydas Ignotas2017-03-201-2/+2
* nv30: create uploader after pipe->screen is setIlia Mirkin2017-03-191-6/+6
* nv50,nvc0: enable TEX_LZ and TXF_LZIlia Mirkin2017-03-183-4/+17
* st/mesa: set result writemask based on ir typeIlia Mirkin2017-03-181-0/+1
* nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst2017-03-181-0/+1
* util/disk_cache: pass predicate functions file stats directly (v4)Alan Swanson2017-03-181-34/+21
* glsl: use set for copy propagation killsTimothy Arceri2017-03-181-37/+28
* st/dri: wait for thread to finish before unbinding contextTimothy Arceri2017-03-181-0/+3
* glsl: don't leak memory when trying to count loop iterationsTimothy Arceri2017-03-181-2/+3
* genxml: Make MI_STORE_DATA_IMM have a single 64-bit data fieldJason Ekstrand2017-03-176-12/+6
* anv: Turn on inherited queriesJason Ekstrand2017-03-171-1/+1
* anv: Implement pipeline statistics queriesIlia Mirkin2017-03-174-12/+226
* anv: Disable VF statistics for blorp and SOL memcpyJason Ekstrand2017-03-174-3/+18
* anv/pipeline: Enable clipper statisticsJason Ekstrand2017-03-171-0/+1
* genxml: s/Clipper Statistics Enable/Statistics Enable/Jason Ekstrand2017-03-175-5/+5
* anv/query: Rework store_query_resultJason Ekstrand2017-03-171-15/+24
* anv/query: Break GPU query calculation into a helperJason Ekstrand2017-03-171-12/+18
* genxml: Add pipeline statistics registers on gen7+Jason Ekstrand2017-03-174-0/+176
* anv/query: Add a helper for writing a query pool resultJason Ekstrand2017-03-171-16/+17
* anv/query: Use a variable-length slot sizeJason Ekstrand2017-03-172-28/+33
* anv/query: Move the available bits to the frontJason Ekstrand2017-03-172-28/+19
* anv/query: Let 32-bit values wrapJason Ekstrand2017-03-171-2/+0