aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: add lower_bitshift optionJonathan Marek2019-05-314-3/+10
* nir: fix gather_ssa_typesJonathan Marek2019-05-311-36/+52
* nir: add type information to load uniform/input and store output intrinsicsJonathan Marek2019-05-314-10/+42
* nir: improvements to native_integers removalJonathan Marek2019-05-312-18/+2
* freedreno/a6xx: add 'type' to shader state keyRob Clark2019-05-312-0/+2
* freedreno/ir3: fix constlen versus indirect UBORob Clark2019-05-311-1/+8
* freedreno/a6xx: fix GPU crash on small render targetsRob Clark2019-05-311-0/+7
* freedreno/ir3: set more barrier bitsRob Clark2019-05-311-0/+1
* freedreno/ir3: set (ss) on last_input if ldlvRob Clark2019-05-311-3/+12
* freedreno/ir3: add assertRob Clark2019-05-311-0/+2
* util/hash_table: Use fast modulo computationConnor Abbott2019-05-312-37/+52
* util/set: Use fast modulo computationConnor Abbott2019-05-312-37/+52
* util: Add a helper for faster remaindersConnor Abbott2019-05-314-0/+206
* util/hash_table: Add specialized resizing add functionConnor Abbott2019-05-311-1/+27
* util/set: Add specialized resizing add functionConnor Abbott2019-05-311-3/+23
* util/hash_table: Pull out loop-invariant computationsConnor Abbott2019-05-311-14/+13
* util/set: Pull out loop-invariant computationsConnor Abbott2019-05-311-16/+16
* nir/instr_set: Use _mesa_set_search_or_add()Connor Abbott2019-05-311-5/+3
* util/set: Add a _mesa_set_search_or_add() functionConnor Abbott2019-05-313-23/+107
* freedreno/ir3: fix input ncomp for vertex shadersJonathan Marek2019-05-311-0/+1
* intel/compiler: Use compare rematerialization passIan Romanick2019-05-311-0/+3
* nir: Rematerialize compare instructionsIan Romanick2019-05-314-0/+185
* nir: Add a shallow clone function for nir_alu_instrIan Romanick2019-05-312-0/+23
* panfrost: Remove link stage for jobsTomeu Vizoso2019-05-312-68/+54
* panfrost: ci: Switch to kernel 5.2-rc2Tomeu Vizoso2019-05-311-4/+3
* panfrost: ci: Update expectationsTomeu Vizoso2019-05-311-8/+3
* radeonsi/nir: Remove hack for builtinsConnor Abbott2019-05-311-11/+2
* radeonsi/nir: Use correct location for uniform access boundConnor Abbott2019-05-311-1/+1
* radeonsi/nir: Correctly handle double TCS/TES varyingsConnor Abbott2019-05-311-4/+28
* etnaviv: blt: s/TRUE/true && s/FALSE/falseChristian Gmeiner2019-05-311-6/+6
* etnaviv: rs: s/TRUE/true && s/FALSE/falseChristian Gmeiner2019-05-311-8/+8
* nir: Actually propagate progress in nir_opt_move_load_ubo.Bas Nieuwenhuizen2019-05-311-1/+1
* radv: use RADV_CMD_DIRTY_DYNAMIC_* when restoring viewport/scissorSamuel Pitoiset2019-05-311-2/+2
* radv: use CmdPushConstants when restoring constants after meta operationsSamuel Pitoiset2019-05-311-6/+8
* nir/split_vars: Properly bail in the presence of complex derefsJason Ekstrand2019-05-311-9/+106
* nir/vars_to_ssa: Properly ignore variables with complex derefsJason Ekstrand2019-05-311-14/+64
* nir/vars_to_ssa: Use a non-null UNDEF_NODE pointerJason Ekstrand2019-05-311-3/+5
* nir/deref: Add a has_complex_use helperJason Ekstrand2019-05-312-0/+79
* nir/dead_cf: Call instructions aren't deadJason Ekstrand2019-05-311-1/+1
* vtn: create cast with type stride.Dave Airlie2019-05-311-1/+1
* list: add some iterator debugRob Clark2019-05-301-5/+16
* nir: Accept nir_var_mem_global in derefs used by phisCaio Marcelo de Oliveira Filho2019-05-301-1/+2
* intel/blorp: Use the hardware op for CCS ambiguate on gen10+Jason Ekstrand2019-05-302-1/+17
* swr/rast: Enable ARB_GL_texture_buffer_rangeJan Zielinski2019-05-301-1/+1
* swr/rast: fix 32-bit compilation on LinuxJan Zielinski2019-05-301-65/+0
* intel/fs: Do a stalling MFENCE in endInvocationInterlock()Jason Ekstrand2019-05-305-8/+28
* intel/fs,vec4: Use g0 as the header for MFENCEJason Ekstrand2019-05-306-12/+13
* radv: enable transformFeedbackStreamsLinesTrianglesSamuel Pitoiset2019-05-301-1/+1
* radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset2019-05-306-7/+315
* iris: Avoid holding the lock while allocating pages.Kenneth Graunke2019-05-301-5/+5