summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: formalize that create_batch_query doesn't need pipe_contextMarek Olšák2017-03-173-13/+12
* gallium/radeon: formalize that create_query doesn't need pipe_contextMarek Olšák2017-03-173-32/+32
* gallium/radeon: reference pipe_resource in pipe_transferMarek Olšák2017-03-172-2/+5
* radeonsi: compile all TGSI compute shaders asynchronouslyMarek Olšák2017-03-171-44/+81
* radeonsi: require that compiler threads are enabledMarek Olšák2017-03-172-11/+13
* trace: remove leftover assertions after pipe_resource wrapping removalMarek Olšák2017-03-171-6/+0
* gallium/u_upload: make the first persistent mapping unsynchronizedMarek Olšák2017-03-171-0/+1
* anv/device: init timestampPeriod from devinfoRobert Bragg2017-03-171-3/+1
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-176-27/+114
* anv/device: Remove a use of a compound literalJason Ekstrand2017-03-171-1/+1
* i965: bounds checks while concatenating sysfs pathsRobert Bragg2017-03-171-11/+32
* mesa: automake: add all headers to the tarball.Emil Velikov2017-03-171-0/+2
* mapi: automake: add all python scripts to EXTRA_DISTEmil Velikov2017-03-171-0/+3
* glapi: avoid using $< in non-suffix make rulesJonathan Gray2017-03-171-2/+2
* radv/ac: Fix shared memory offset calculationAlex Smith2017-03-171-1/+1
* radv: Fix using more than 4 bound descriptor setsJames Legg2017-03-171-1/+3
* util/build-id: check dlpi_name before strstr callTapani Pälli2017-03-171-0/+6
* android: fix segfault within swap_buffersTapani Pälli2017-03-171-0/+8
* radv: make sure gs copy shader is retrieved from the cache with the variantTimothy Arceri2017-03-171-4/+9
* radv: fallback to an in-memory cache when no pipline cache is providedTimothy Arceri2017-03-173-6/+13
* radv: always create an fallback pipeline cacheTimothy Arceri2017-03-172-0/+20
* radv: move cache check inside insert and search functionsTimothy Arceri2017-03-172-16/+20