summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-26i965/fs: Invert if-condition for nir_op_inotexperimentsIan Romanick1-4/+27
2018-07-26nir: Teach src_is_type about bcselIan Romanick1-1/+5
2018-07-26nir: Teach src_is_type about nir_instr_type_load_constIan Romanick1-4/+24
2018-07-26bcsel simplificationsIan Romanick1-0/+17
2018-07-26nir: Distribute logical operators over bcselIan Romanick1-0/+20
2018-07-26nir: Don't compare i2f or u2i for greater-than-or-equal or less-than zeroIan Romanick1-0/+8
2018-07-26nir: Don't compare i2f or u2i for equal or not-equal zeroIan Romanick1-0/+5
2018-07-26nir: Remove f2i(i2f(x)) conversionsIan Romanick1-0/+8
2018-07-26logic simplificationsIan Romanick1-0/+8
2018-07-26clover: Reduce wait_count in abort path.Jan Vesely1-1/+3
2018-07-26clover: Don't extend illegal integer types.Jan Vesely2-2/+13
2018-07-26intel/compiler: Delete dead VS intrinsic handling.Kenneth Graunke1-12/+4
2018-07-26v3d: Avoid the GFXH-1461 workaround if we have only Z or only S.Eric Anholt1-4/+6
2018-07-26v3d: Rework the ordering of how we clear things.Eric Anholt1-31/+54
2018-07-26v3d: Only store buffers that have been written to.Eric Anholt1-3/+9
2018-07-26v3d: Track the buffers being loaded separately.Eric Anholt3-1/+8
2018-07-26v3d: Rename cleared/resolve to clear/store.Eric Anholt5-35/+35
2018-07-26nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.Eric Anholt3-0/+33
2018-07-26docs: fix incorrect placement of the ARB_sample_locations release notesRhys Perry1-4/+1
2018-07-26anv: drop unused local varsEric Engestrom1-6/+0
2018-07-26anv: remove incorrect `UNUSED` flagEric Engestrom1-1/+1
2018-07-26gallium: initialize ureg_dst::Invariant bitErik Faye-Lund1-0/+3
2018-07-26radv: fix adjusting vertex fetches since 16bit supportSamuel Pitoiset1-3/+4
2018-07-26nir: remove wrong assertion in print_var_decl()Samuel Pitoiset1-1/+0
2018-07-26ac: fix typo DSL_SEL -> DST_SELMarek Olšák3-6/+6
2018-07-26radeonsi: update a comment about cache behaviorMarek Olšák1-3/+3
2018-07-25intel: Make the decoder just store addresses for bases, not buffers.Kenneth Graunke2-12/+12
2018-07-25intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.Kenneth Graunke2-38/+46
2018-07-25anv: don't crash on vkDestroyDevice(NULL)Eric Engestrom1-1/+3
2018-07-25vulkan/wsi: fix incorrect assignment in assert()Eric Engestrom1-2/+2
2018-07-25anv: fix python whitespace warningEric Engestrom1-1/+1
2018-07-25anv: cleanup python importsEric Engestrom2-3/+3
2018-07-25anv: remove unnecessary semicolons in pythonEric Engestrom1-3/+3
2018-07-25st/nir: Fix st_nir_opts() prototype.Kenneth Graunke1-1/+1
2018-07-25intel: tools: dump: only store device id on successLionel Landwerlin1-2/+2
2018-07-25r600: Scale integer valued texture border colors to float (v2)Gert Wollny1-1/+44
2018-07-24nir: Add a couple of iand/ior optimizationsJason Ekstrand1-0/+4
2018-07-24i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen3-2/+9
2018-07-24i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen2-4/+5
2018-07-24mesa: allow indirect draws with the default VAO and compatibility profileMarek Olšák1-1/+2
2018-07-24mesa: Fix copy-paste error in ConservativeRasterDilateRange initializationDanylo Piliaiev1-1/+1
2018-07-24nir/serialize: Alloc constants off the variableJason Ekstrand1-1/+1
2018-07-24nir: rename f2f16_undef to f2f16Karol Herbst5-11/+11
2018-07-24nir: add builtin builderKarol Herbst5-45/+166
2018-07-24nir/spirv: import OpenCL.std.hRob Clark1-0/+211
2018-07-24radeonsi: handle SI_FORCE_FAMILY earlyMarek Olšák1-2/+1
2018-07-24python: Use range() instead of xrange()Mathieu Bridon9-12/+12
2018-07-24python: Better use iteratorsMathieu Bridon4-17/+20
2018-07-24python: Better sort dictionary keys/valuesMathieu Bridon4-16/+8
2018-07-24python: Better iterate over dictionariesMathieu Bridon12-26/+26