summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: do not emit pipeline stats flushes on compute queueSamuel Pitoiset2018-07-271-1/+3
* radv: reduce CB/DB meta flushes in radv_dst_access_flush()Samuel Pitoiset2018-07-271-8/+23
* radv: Fix buildKenneth Graunke2018-07-261-1/+1
* i965: Combine both gl_PatchVerticesIn lowering passes.Kenneth Graunke2018-07-266-62/+84
* i965: Expose EXT_base_instance extension in OpenGLES 3.0Sagar Ghuge2018-07-261-1/+1
* radv: Add support for ETC2 textures.Bas Nieuwenhuizen2018-07-273-11/+49
* clover: Reduce wait_count in abort path.Jan Vesely2018-07-261-1/+3
* clover: Don't extend illegal integer types.Jan Vesely2018-07-262-2/+13
* intel/compiler: Delete dead VS intrinsic handling.Kenneth Graunke2018-07-261-12/+4
* v3d: Avoid the GFXH-1461 workaround if we have only Z or only S.Eric Anholt2018-07-261-4/+6
* v3d: Rework the ordering of how we clear things.Eric Anholt2018-07-261-31/+54
* v3d: Only store buffers that have been written to.Eric Anholt2018-07-261-3/+9
* v3d: Track the buffers being loaded separately.Eric Anholt2018-07-263-1/+8
* v3d: Rename cleared/resolve to clear/store.Eric Anholt2018-07-265-35/+35
* nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.Eric Anholt2018-07-263-0/+33
* anv: drop unused local varsEric Engestrom2018-07-261-6/+0
* anv: remove incorrect `UNUSED` flagEric Engestrom2018-07-261-1/+1
* gallium: initialize ureg_dst::Invariant bitErik Faye-Lund2018-07-261-0/+3
* radv: fix adjusting vertex fetches since 16bit supportSamuel Pitoiset2018-07-261-3/+4
* nir: remove wrong assertion in print_var_decl()Samuel Pitoiset2018-07-261-1/+0
* ac: fix typo DSL_SEL -> DST_SELMarek Olšák2018-07-263-6/+6
* radeonsi: update a comment about cache behaviorMarek Olšák2018-07-261-3/+3
* intel: Make the decoder just store addresses for bases, not buffers.Kenneth Graunke2018-07-252-12/+12
* intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.Kenneth Graunke2018-07-252-38/+46
* anv: don't crash on vkDestroyDevice(NULL)Eric Engestrom2018-07-251-1/+3
* vulkan/wsi: fix incorrect assignment in assert()Eric Engestrom2018-07-251-2/+2
* anv: fix python whitespace warningEric Engestrom2018-07-251-1/+1
* anv: cleanup python importsEric Engestrom2018-07-252-3/+3
* anv: remove unnecessary semicolons in pythonEric Engestrom2018-07-251-3/+3
* st/nir: Fix st_nir_opts() prototype.Kenneth Graunke2018-07-251-1/+1
* intel: tools: dump: only store device id on successLionel Landwerlin2018-07-251-2/+2
* r600: Scale integer valued texture border colors to float (v2)Gert Wollny2018-07-251-1/+44
* nir: Add a couple of iand/ior optimizationsJason Ekstrand2018-07-241-0/+4
* i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen2018-07-243-2/+9
* i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen2018-07-242-4/+5
* mesa: allow indirect draws with the default VAO and compatibility profileMarek Olšák2018-07-241-1/+2
* mesa: Fix copy-paste error in ConservativeRasterDilateRange initializationDanylo Piliaiev2018-07-241-1/+1
* nir/serialize: Alloc constants off the variableJason Ekstrand2018-07-241-1/+1
* nir: rename f2f16_undef to f2f16Karol Herbst2018-07-245-11/+11
* nir: add builtin builderKarol Herbst2018-07-245-45/+166
* nir/spirv: import OpenCL.std.hRob Clark2018-07-241-0/+211
* radeonsi: handle SI_FORCE_FAMILY earlyMarek Olšák2018-07-241-2/+1
* python: Use range() instead of xrange()Mathieu Bridon2018-07-249-12/+12
* python: Better use iteratorsMathieu Bridon2018-07-244-17/+20
* python: Better sort dictionary keys/valuesMathieu Bridon2018-07-244-16/+8
* python: Better iterate over dictionariesMathieu Bridon2018-07-2412-26/+26
* python: Stop using the string moduleMathieu Bridon2018-07-244-12/+11
* python: Better check for keys in dictsMathieu Bridon2018-07-247-23/+21
* intel: Make the disassembler take a const pointer to the assembly.Kenneth Graunke2018-07-242-4/+5
* radv: Still enable inmemory & API level caching if disk cache is not enabled.Bas Nieuwenhuizen2018-07-241-2/+1