aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer archrast] Fix performance issue with archrast statsTim Rowley2017-03-201-15/+15
* swr: [rasterizer core] Implement SIMD16 GS and STREAMOUTTim Rowley2017-03-201-51/+251
* swr: [rasterizer archrast] Add additional API eventsTim Rowley2017-03-202-0/+48
* swr: [rasterizer core/scripts] Autogen backend initialization function(s)Tim Rowley2017-03-207-226/+398
* swr: [rasterizer core] backend.h declares gBackendPixelRateTableTim Rowley2017-03-202-1/+8
* swr: [rasterizer core] Finish SIMD16 PA OPT including tesselationTim Rowley2017-03-201-21/+247
* swr: [rasterizer core] Finish SIMD16 PA OPT except tesselationTim Rowley2017-03-202-274/+1405
* swr: [rasterizer core] Support sparse numa id values on all OSesTim Rowley2017-03-201-27/+53
* i965: Skip register write detection when possible.Kenneth Graunke2017-03-201-2/+8
* i965: Set screen->cmd_parser_version to 0 if we can't write registers.Kenneth Graunke2017-03-201-6/+11
* i965: Document the sad story of the kernel command parser.Kenneth Graunke2017-03-201-0/+97
* i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough.Kenneth Graunke2017-03-201-2/+9
* r600g/sb: Fix memory leak by reworking uses list (rebased)Constantine Kharlamov2017-03-204-61/+28
* radeonsi: check the IR type before waiting for a compute compilation fenceMarek Olšák2017-03-201-1/+3
* aubinator: Move the guts of decode_group() to decoder.c.Kenneth Graunke2017-03-203-31/+42
* aubinator: Drop spec parameter to decode_group().Kenneth Graunke2017-03-201-13/+12
* 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